#include <eisa.h>
Data Fields | |
| struct eisa_device_id * | ids |
| EISA ID table. | |
| unsigned int | id_count |
| Number of entries in EISA ID table. | |
| int(* | probe )(struct eisa_device *eisa, const struct eisa_device_id *id) |
| Probe device. | |
| void(* | remove )(struct eisa_device *eisa) |
| Remove device. | |
Definition at line 62 of file eisa.h.
struct eisa_device_id* eisa_driver::ids [read] |
| unsigned int eisa_driver::id_count |
Number of entries in EISA ID table.
Definition at line 66 of file eisa.h.
Referenced by eisa_probe().
| int( * eisa_driver::probe)(struct eisa_device *eisa, const struct eisa_device_id *id) |
Probe device.
| eisa | EISA device | |
| id | Matching entry in ID table |
| rc | Return status code |
Referenced by eisa_probe().
| void( * eisa_driver::remove)(struct eisa_device *eisa) |
1.5.7.1