Searched refs:to_ssam_device_driver (Results 1 – 2 of 2) sorted by relevance
266 sdrv = to_ssam_device_driver(dev->dev.driver); in ssam_device_get_match()309 struct ssam_device_driver *sdrv = to_ssam_device_driver(drv); in ssam_bus_match()320 return to_ssam_device_driver(dev->driver) in ssam_bus_probe()326 struct ssam_device_driver *sdrv = to_ssam_device_driver(dev->driver); in ssam_bus_remove()
246 #define to_ssam_device_driver(d) container_of_const(d, struct ssam_device_driver, driver) macro