iPXE
|
An ISAPnP driver. More...
#include <isapnp.h>
Data Fields | |
struct isapnp_device_id * | ids |
ISAPnP ID table. More... | |
unsigned int | id_count |
Number of entries in ISAPnP ID table. More... | |
int(* | probe )(struct isapnp_device *isapnp, const struct isapnp_device_id *id) |
Probe device. More... | |
void(* | remove )(struct isapnp_device *isapnp) |
Remove device. More... | |
struct isapnp_device_id* isapnp_driver::ids |
unsigned int isapnp_driver::id_count |
Number of entries in ISAPnP ID table.
Definition at line 213 of file isapnp.h.
Referenced by isapnp_probe().
int( * isapnp_driver::probe) (struct isapnp_device *isapnp, const struct isapnp_device_id *id) |
Probe device.
isapnp | ISAPnP device |
id | Matching entry in ID table |
rc | Return status code |
Definition at line 221 of file isapnp.h.
Referenced by isapnp_probe().
void( * isapnp_driver::remove) (struct isapnp_device *isapnp) |
Remove device.
isapnp | ISAPnP device |
Definition at line 228 of file isapnp.h.
Referenced by isapnp_remove().