Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/surface/aggregator/
Dbus.c163 void ssam_device_remove(struct ssam_device *sdev) in ssam_device_remove() function
167 EXPORT_SYMBOL_GPL(ssam_device_remove);
371 ssam_device_remove(sdev); in ssam_remove_device()
/Linux-v5.15/include/linux/surface_aggregator/
Ddevice.h241 void ssam_device_remove(struct ssam_device *sdev);
/Linux-v5.15/Documentation/driver-api/surface_aggregator/
Dclient.rst13 .. |ssam_device_remove| replace:: :c:func:`ssam_device_remove` substdef
96 |ssam_device_add| and eventually removed via |ssam_device_remove|. By
/Linux-v5.15/drivers/platform/surface/
Dsurface_aggregator_registry.c206 ssam_device_remove(to_ssam_device(dev)); in ssam_hub_remove_devices_fn()