Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/surface/aggregator/
H A Dbus.c24 struct ssam_device *sdev = to_ssam_device(dev); in modalias_show()
40 const struct ssam_device *sdev = to_ssam_device(dev); in ssam_device_uevent()
50 struct ssam_device *sdev = to_ssam_device(dev); in ssam_device_release()
310 struct ssam_device *sdev = to_ssam_device(dev); in ssam_bus_match()
321 ->probe(to_ssam_device(dev)); in ssam_bus_probe()
329 sdrv->remove(to_ssam_device(dev)); in ssam_bus_remove()
503 struct ssam_device *sdev = to_ssam_device(dev); in ssam_remove_device()
/openbmc/linux/include/linux/surface_aggregator/
H A Ddevice.h232 #define to_ssam_device(d) container_of_const(d, struct ssam_device, dev) macro
304 return sdev ? to_ssam_device(get_device(&sdev->dev)) : NULL; in ssam_device_get()
/openbmc/linux/drivers/platform/surface/
H A Dsurface_aggregator_hub.c119 struct ssam_device *sdev = to_ssam_device(dev); in ssam_hub_mark_hot_removed()
/openbmc/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()