Home
last modified time | relevance | path

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

/linux/drivers/platform/surface/aggregator/
H A Dbus.c25 struct ssam_device *sdev = to_ssam_device(dev); in modalias_show()
43 const struct ssam_device *sdev = to_ssam_device(dev); in ssam_device_uevent()
53 struct ssam_device *sdev = to_ssam_device(dev); in ssam_device_release()
313 struct ssam_device *sdev = to_ssam_device(dev); in ssam_bus_match()
324 ->probe(to_ssam_device(dev)); in ssam_bus_probe()
332 sdrv->remove(to_ssam_device(dev)); in ssam_bus_remove()
506 struct ssam_device *sdev = to_ssam_device(dev); in ssam_remove_device()
/linux/include/linux/surface_aggregator/
H A Ddevice.h231 #define to_ssam_device(d) container_of_const(d, struct ssam_device, dev) macro
303 return sdev ? to_ssam_device(get_device(&sdev->dev)) : NULL; in ssam_device_get()
/linux/drivers/platform/surface/
H A Dsurface_aggregator_hub.c119 struct ssam_device *sdev = to_ssam_device(dev); in ssam_hub_mark_hot_removed()
/linux/drivers/hid/surface-hid/
H A Dsurface_hid_core.c33 return ssam_device_is_hot_removed(to_ssam_device(shid->dev)); in surface_hid_is_hot_removed()