#include <isapnp.h>
Data Fields | |
| struct device | dev |
| Generic device. | |
| uint16_t | vendor_id |
| Vendor ID. | |
| uint16_t | prod_id |
| Product ID. | |
| uint16_t | ioaddr |
| I/O address. | |
| uint8_t | irqno |
| Interrupt number. | |
| uint8_t | csn |
| Card Select Number. | |
| uint8_t | logdev |
| Logical Device ID. | |
| struct isapnp_driver * | driver |
| Driver for this device. | |
| void * | priv |
| Driver-private data. | |
| const char * | driver_name |
| Driver name. | |
Definition at line 178 of file isapnp.h.
struct device isapnp_device::dev [read] |
Generic device.
Definition at line 180 of file isapnp.h.
Referenced by isapnpbus_probe(), and isapnpbus_remove().
Vendor ID.
Definition at line 182 of file isapnp.h.
Referenced by isapnp_probe(), and isapnpbus_probe().
Product ID.
Definition at line 184 of file isapnp.h.
Referenced by isapnp_probe(), and isapnpbus_probe().
I/O address.
Definition at line 186 of file isapnp.h.
Referenced by isapnp_probe(), isapnpbus_probe(), and t515_probe().
Interrupt number.
Definition at line 188 of file isapnp.h.
Referenced by isapnp_probe(), isapnpbus_probe(), and t515_probe().
Card Select Number.
Definition at line 190 of file isapnp.h.
Referenced by isapnp_device_activation(), isapnp_probe(), isapnp_remove(), and isapnpbus_probe().
Logical Device ID.
Definition at line 192 of file isapnp.h.
Referenced by isapnp_device_activation(), isapnp_probe(), isapnp_remove(), and isapnpbus_probe().
struct isapnp_driver* isapnp_device::driver [read] |
Driver for this device.
Definition at line 194 of file isapnp.h.
Referenced by isapnp_probe(), and isapnp_remove().
| void* isapnp_device::priv |
Driver-private data.
Use isapnp_set_drvdata() and isapnp_get_drvdata() to access this field.
Definition at line 200 of file isapnp.h.
Referenced by isapnp_get_drvdata(), and isapnp_set_drvdata().
| const char* isapnp_device::driver_name |
1.5.7.1