Home
last modified time | relevance | path

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

/linux/drivers/platform/surface/aggregator/
H A Dbus.c115 * ssam_device_remove() is issued before the controller is shut down. If the
148 * removed via ssam_device_remove(), as device_unregister does not in ssam_device_add()
166 * ssam_device_remove() - Remove a SSAM client device.
171 void ssam_device_remove(struct ssam_device *sdev) in ssam_device_remove() function
175 EXPORT_SYMBOL_GPL(ssam_device_remove);
509 ssam_device_remove(sdev); in ssam_remove_device()
521 * Refer to ssam_device_add()/ssam_device_remove() for more details.
/linux/include/linux/surface_aggregator/
H A Ddevice.h258 void ssam_device_remove(struct ssam_device *sdev);
/linux/Documentation/driver-api/surface_aggregator/
H A Dclient.rst13 .. |ssam_device_remove| replace:: :c:func:`ssam_device_remove` substdef
98 |ssam_device_add| and eventually removed via |ssam_device_remove|. By