t509_device Struct Reference

A 3c509 device. More...


Data Fields

struct device dev
 Generic device.
unsigned int tag
 Tag.
uint16_t ioaddr
 I/O address.
void * priv
 Driver-private data.


Detailed Description

A 3c509 device.

Definition at line 40 of file 3c509.c.


Field Documentation

struct device t509_device::dev [read]

Generic device.

Definition at line 42 of file 3c509.c.

Referenced by t509_probe(), t509bus_probe(), and t509bus_remove().

unsigned int t509_device::tag

Tag.

Definition at line 44 of file 3c509.c.

Referenced by activate_t509_device(), deactivate_t509_device(), t509_probe(), t509_remove(), and t509bus_probe().

I/O address.

Definition at line 46 of file 3c509.c.

Referenced by activate_t509_device(), deactivate_t509_device(), legacy_t509_probe(), t509_probe(), and t509bus_probe().

Driver-private data.

Use t509_set_drvdata() and t509_get_drvdata() to access this field.

Definition at line 52 of file 3c509.c.

Referenced by t509_get_drvdata(), and t509_set_drvdata().


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

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