mca_driver Struct Reference

An MCA driver. More...

#include <mca.h>


Data Fields

struct mca_device_idids
 MCA ID table.
unsigned int id_count
 Number of entries in MCA ID table.
int(* probe )(struct mca_device *mca, const struct mca_device_id *id)
 Probe device.
void(* remove )(struct mca_device *mca)
 Remove device.


Detailed Description

An MCA driver.

Definition at line 60 of file mca.h.


Field Documentation

MCA ID table.

Definition at line 62 of file mca.h.

Referenced by mca_probe().

unsigned int mca_driver::id_count

Number of entries in MCA ID table.

Definition at line 64 of file mca.h.

Referenced by mca_probe().

int( * mca_driver::probe)(struct mca_device *mca, const struct mca_device_id *id)

Probe device.

Parameters:
mca MCA device
id Matching entry in ID table
Return values:
rc Return status code

Referenced by mca_probe().

void( * mca_driver::remove)(struct mca_device *mca)

Remove device.

Parameters:
mca MCA device

Referenced by mca_remove().


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