#include <isapnp.h>
Data Fields | |
| struct isapnp_device_id * | ids |
| ISAPnP ID table. | |
| unsigned int | id_count |
| Number of entries in ISAPnP ID table. | |
| int(* | probe )(struct isapnp_device *isapnp, const struct isapnp_device_id *id) |
| Probe device. | |
| void(* | remove )(struct isapnp_device *isapnp) |
| Remove device. | |
Definition at line 206 of file isapnp.h.
struct isapnp_device_id* isapnp_driver::ids [read] |
| unsigned int isapnp_driver::id_count |
Number of entries in ISAPnP ID table.
Definition at line 210 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 |
Referenced by isapnp_probe().
| void( * isapnp_driver::remove)(struct isapnp_device *isapnp) |
1.5.7.1