Searched refs:to_dio_driver (Results 1 – 2 of 2) sorted by relevance
50 struct dio_driver *drv = to_dio_driver(dev->driver); in dio_device_probe()116 struct dio_driver *dio_drv = to_dio_driver(drv); in dio_bus_match()
96 #define to_dio_driver(drv) container_of(drv, struct dio_driver, driver) macro