Home
last modified time | relevance | path

Searched refs:to_macio_driver (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/macintosh/
H A Dmacio_asic.c76 drv = to_macio_driver(dev->driver); in macio_device_probe()
96 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_remove()
106 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_shutdown()
115 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_suspend()
125 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_resume()
H A Dmediabay.c459 drv = to_macio_driver(dev->driver); in mb_broadcast_hotplug()
/openbmc/linux/arch/powerpc/include/asm/
H A Dmacio.h140 #define to_macio_driver(drv) container_of(drv,struct macio_driver, driver) macro