Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/macintosh/
Dmacio_asic.c74 drv = to_macio_driver(dev->driver); in macio_device_probe()
94 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()
Dmediabay.c459 drv = to_macio_driver(dev->driver); in mb_broadcast_hotplug()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dmacio.h139 #define to_macio_driver(drv) container_of(drv,struct macio_driver, driver) macro