Searched refs:to_ssam_device_driver (Results 1 – 2 of 2) sorted by relevance
261 sdrv = to_ssam_device_driver(dev->dev.driver); in ssam_device_get_match()304 struct ssam_device_driver *sdrv = to_ssam_device_driver(drv); in ssam_bus_match()315 return to_ssam_device_driver(dev->driver) in ssam_bus_probe()321 struct ssam_device_driver *sdrv = to_ssam_device_driver(dev->driver); in ssam_bus_remove()
225 struct ssam_device_driver *to_ssam_device_driver(struct device_driver *d) in to_ssam_device_driver() function