mca_device Struct Reference

An MCA device. More...

#include <mca.h>


Data Fields

struct device dev
 Generic device.
unsigned int slot
 Slot number.
unsigned char pos [8]
 POS register values.
struct mca_driverdriver
 Driver for this device.
void * priv
 Driver-private data.
const char * driver_name
 Driver name.


Detailed Description

An MCA device.

Definition at line 38 of file mca.h.


Field Documentation

struct device mca_device::dev [read]

Generic device.

Definition at line 40 of file mca.h.

Referenced by mcabus_probe(), and mcabus_remove().

unsigned int mca_device::slot

Slot number.

Definition at line 42 of file mca.h.

Referenced by mca_probe(), mca_remove(), and mcabus_probe().

unsigned char mca_device::pos[8]

POS register values.

Definition at line 44 of file mca.h.

Referenced by mca_probe(), mcabus_probe(), and t529_probe().

Driver for this device.

Definition at line 46 of file mca.h.

Referenced by mca_probe(), and mca_remove().

Driver-private data.

Use mca_set_drvdata() and mca_get_drvdata() to access this field.

Definition at line 52 of file mca.h.

Referenced by mca_get_drvdata(), and mca_set_drvdata().

Driver name.

Definition at line 54 of file mca.h.

Referenced by mca_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