Searched refs:to_macio_driver (Results 1 – 3 of 3) sorted by relevance
78 drv = to_macio_driver(dev->driver); in macio_device_probe()98 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_remove()110 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_shutdown()119 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_suspend()129 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_resume()
463 drv = to_macio_driver(dev->driver); in mb_broadcast_hotplug()
139 #define to_macio_driver(drv) container_of(drv,struct macio_driver, driver) macro