Symbol: macio_driver
arch/powerpc/include/asm/macio.h
12
struct macio_driver;
arch/powerpc/include/asm/macio.h
140
#define to_macio_driver(drv) container_of(drv,struct macio_driver, driver)
arch/powerpc/include/asm/macio.h
142
extern int macio_register_driver(struct macio_driver *);
arch/powerpc/include/asm/macio.h
143
extern void macio_unregister_driver(struct macio_driver *);
drivers/ata/pata_macio.c
1352
static struct macio_driver pata_macio_driver =
drivers/block/swim3.c
1266
static struct macio_driver swim3_driver =
drivers/macintosh/macio_asic.c
106
struct macio_driver * drv = to_macio_driver(dev->driver);
drivers/macintosh/macio_asic.c
115
struct macio_driver * drv = to_macio_driver(dev->driver);
drivers/macintosh/macio_asic.c
125
struct macio_driver * drv = to_macio_driver(dev->driver);
drivers/macintosh/macio_asic.c
528
int macio_register_driver(struct macio_driver *drv)
drivers/macintosh/macio_asic.c
541
void macio_unregister_driver(struct macio_driver *drv)
drivers/macintosh/macio_asic.c
72
struct macio_driver *drv;
drivers/macintosh/macio_asic.c
96
struct macio_driver * drv = to_macio_driver(dev->driver);
drivers/macintosh/mediabay.c
449
struct macio_driver *drv;
drivers/macintosh/mediabay.c
726
static struct macio_driver media_bay_driver =
drivers/macintosh/rack-meter.c
585
static struct macio_driver rackmeter_driver = {
drivers/net/ethernet/apple/bmac.c
1572
static struct macio_driver bmac_driver =
drivers/net/ethernet/apple/mace.c
997
static struct macio_driver mace_driver =
drivers/scsi/mac53c94.c
539
static struct macio_driver mac53c94_driver =
drivers/scsi/mesh.c
2032
static struct macio_driver mesh_driver =
drivers/tty/serial/pmac_zilog.c
1763
static struct macio_driver pmz_driver = {
sound/aoa/soundbus/i2sbus/core.c
430
static struct macio_driver i2sbus_drv = {