isapnp_device Struct Reference

An ISAPnP device. More...

#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_driverdriver
 Driver for this device.
void * priv
 Driver-private data.
const char * driver_name
 Driver name.


Detailed Description

An ISAPnP device.

Definition at line 178 of file isapnp.h.


Field Documentation

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().

Driver for this device.

Definition at line 194 of file isapnp.h.

Referenced by isapnp_probe(), and isapnp_remove().

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().

Driver name.

Definition at line 202 of file isapnp.h.

Referenced by isapnp_probe().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:06 2010 for gPXE by  doxygen 1.5.7.1