Home
last modified time | relevance | path

Searched refs:to_ssam_device_driver (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/platform/surface/aggregator/
H A Dbus.c266 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()
/openbmc/linux/include/linux/surface_aggregator/
H A Ddevice.h246 #define to_ssam_device_driver(d) container_of_const(d, struct ssam_device_driver, driver) macro