Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/surface_aggregator/
H A Ddevice.h346 void ssam_device_driver_unregister(struct ssam_device_driver *d);
366 ssam_device_driver_unregister)
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dbus.c365 void ssam_device_driver_unregister(struct ssam_device_driver *sdrv) in ssam_device_driver_unregister() function
369 EXPORT_SYMBOL_GPL(ssam_device_driver_unregister);
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Dclient.rst15 .. |ssam_device_driver_unregister| replace:: :c:func:`ssam_device_driver_unregister` substdef
143 unregistered via |ssam_device_driver_unregister|. For convenience, the
/openbmc/linux/drivers/platform/surface/
H A Dsurface_dtx.c1240 ssam_device_driver_unregister(&surface_dtx_ssam_driver); in ssam_dtx_driver_unregister()