iPXE
|
An MCA driver. More...
#include <mca.h>
Data Fields | |
struct mca_device_id * | ids |
MCA ID table. More... | |
unsigned int | id_count |
Number of entries in MCA ID table. More... | |
int(* | probe )(struct mca_device *mca, const struct mca_device_id *id) |
Probe device. More... | |
void(* | remove )(struct mca_device *mca) |
Remove device. More... | |
struct mca_device_id* mca_driver::ids |
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 |
Definition at line 70 of file mca.h.
Referenced by mca_probe().
void( * mca_driver::remove) (struct mca_device *mca) |
Remove device.
mca | MCA device |
Definition at line 77 of file mca.h.
Referenced by mca_remove().