#include <mca.h>
Data Fields | |
| struct mca_device_id * | ids |
| MCA ID table. | |
| unsigned int | id_count |
| Number of entries in MCA ID table. | |
| int(* | probe )(struct mca_device *mca, const struct mca_device_id *id) |
| Probe device. | |
| void(* | remove )(struct mca_device *mca) |
| Remove device. | |
Definition at line 60 of file mca.h.
struct mca_device_id* mca_driver::ids [read] |
| unsigned int mca_driver::id_count |
| int( * mca_driver::probe)(struct mca_device *mca, const struct mca_device_id *id) |
Probe device.
| mca | MCA device | |
| id | Matching entry in ID table |
| rc | Return status code |
Referenced by mca_probe().
| void( * mca_driver::remove)(struct mca_device *mca) |
1.5.7.1