Searched refs:macio_driver (Results 1 – 13 of 13) sorted by relevance
11 struct macio_driver;125 struct macio_driver struct139 #define to_macio_driver(drv) container_of(drv,struct macio_driver, driver) argument141 extern int macio_register_driver(struct macio_driver *);142 extern void macio_unregister_driver(struct macio_driver *);
70 struct macio_driver *drv; in macio_device_probe()94 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_remove()104 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_shutdown()113 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_suspend()123 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_resume()521 int macio_register_driver(struct macio_driver *drv) in macio_register_driver()534 void macio_unregister_driver(struct macio_driver *drv) in macio_unregister_driver()
449 struct macio_driver *drv; in mb_broadcast_hotplug()726 static struct macio_driver media_bay_driver =
588 static struct macio_driver rackmeter_driver = {
240 static struct macio_driver airport_driver = {
428 static struct macio_driver i2sbus_drv = {
543 static struct macio_driver mac53c94_driver =
2034 static struct macio_driver mesh_driver =
1352 static struct macio_driver pata_macio_driver =
994 static struct macio_driver mace_driver =
1629 static struct macio_driver bmac_driver =
1264 static struct macio_driver swim3_driver =
1848 static struct macio_driver pmz_driver = {
Completed in 29 milliseconds