Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/platform/surface/aggregator/
Dbus.c20 struct ssam_device *sdev = to_ssam_device(dev); in modalias_show()
36 struct ssam_device *sdev = to_ssam_device(dev); in ssam_device_uevent()
46 struct ssam_device *sdev = to_ssam_device(dev); in ssam_device_release()
305 struct ssam_device *sdev = to_ssam_device(dev); in ssam_bus_match()
316 ->probe(to_ssam_device(dev)); in ssam_bus_probe()
324 sdrv->remove(to_ssam_device(dev)); in ssam_bus_remove()
368 struct ssam_device *sdev = to_ssam_device(dev); in ssam_remove_device()
/linux-5.19.10/include/linux/surface_aggregator/
Ddevice.h207 static inline struct ssam_device *to_ssam_device(struct device *d) in to_ssam_device() function
257 return sdev ? to_ssam_device(get_device(&sdev->dev)) : NULL; in ssam_device_get()