Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/platform/surface/aggregator/
Dbus.c261 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()
/linux-5.19.10/include/linux/surface_aggregator/
Ddevice.h225 struct ssam_device_driver *to_ssam_device_driver(struct device_driver *d) in to_ssam_device_driver() function