Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/surface/aggregator/
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()
/Linux-v6.6/include/linux/surface_aggregator/
Ddevice.h246 #define to_ssam_device_driver(d) container_of_const(d, struct ssam_device_driver, driver) macro