Searched refs:to_ssam_device_driver (Results 1 – 2 of 2) sorted by relevance
269 sdrv = to_ssam_device_driver(dev->dev.driver); in ssam_device_get_match()312 const struct ssam_device_driver *sdrv = to_ssam_device_driver(drv); in ssam_bus_match()323 return to_ssam_device_driver(dev->driver) in ssam_bus_probe()329 struct ssam_device_driver *sdrv = to_ssam_device_driver(dev->driver); in ssam_bus_remove()
245 #define to_ssam_device_driver(d) container_of_const(d, struct ssam_device_driver, driver) macro