macio_driver
struct macio_driver;
#define to_macio_driver(drv) container_of(drv,struct macio_driver, driver)
extern int macio_register_driver(struct macio_driver *);
extern void macio_unregister_driver(struct macio_driver *);
static struct macio_driver pata_macio_driver =
static struct macio_driver swim3_driver =
struct macio_driver * drv = to_macio_driver(dev->driver);
struct macio_driver * drv = to_macio_driver(dev->driver);
struct macio_driver * drv = to_macio_driver(dev->driver);
int macio_register_driver(struct macio_driver *drv)
void macio_unregister_driver(struct macio_driver *drv)
struct macio_driver *drv;
struct macio_driver * drv = to_macio_driver(dev->driver);
struct macio_driver *drv;
static struct macio_driver media_bay_driver =
static struct macio_driver rackmeter_driver = {
static struct macio_driver bmac_driver =
static struct macio_driver mace_driver =
static struct macio_driver mac53c94_driver =
static struct macio_driver mesh_driver =
static struct macio_driver pmz_driver = {
static struct macio_driver i2sbus_drv = {