Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/macintosh/
Dmacio_asic.c79 drv = to_macio_driver(dev->driver); in macio_device_probe()
99 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_remove()
111 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_shutdown()
120 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_suspend()
130 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_resume()
Dmediabay.c463 drv = to_macio_driver(dev->driver); in mb_broadcast_hotplug()
/linux-4.4.14/arch/powerpc/include/asm/
Dmacio.h138 #define to_macio_driver(drv) container_of(drv,struct macio_driver, driver) macro