Home
last modified time | relevance | path

Searched refs:ssam_notifier_unregister (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/platform/surface/
H A Dsurface_acpi_notify.c705 ssam_notifier_unregister(d->ctrl, &d->nf_bat); in san_events_register()
714 ssam_notifier_unregister(d->ctrl, &d->nf_bat); in san_events_unregister()
715 ssam_notifier_unregister(d->ctrl, &d->nf_tmp); in san_events_unregister()
H A Dsurface_dtx.c1036 ssam_notifier_unregister(ddev->ctrl, &ddev->notif); in sdtx_device_init()
1072 ssam_notifier_unregister(ddev->ctrl, &ddev->notif); in sdtx_device_destroy()
H A Dsurface_aggregator_cdev.c208 status = ssam_notifier_unregister(client->cdev->ctrl, &client->notifier[event]->nf); in ssam_cdev_notifier_unregister()
/linux/Documentation/driver-api/surface_aggregator/
H A Dclient.rst19 .. |ssam_notifier_unregister| replace:: :c:func:`ssam_notifier_unregister` substdef
316 unregistered via |ssam_notifier_unregister| once it is not required any
H A Dinternal.rst39 .. |ssam_notifier_unregister| replace:: :c:func:`ssam_notifier_unregister` substdef
512 |ssam_notifier_unregister| functions.
563 (e.g. |ssam_notifier_register|, |ssam_notifier_unregister|,
577 each other. This includes |ssam_notifier_register|, |ssam_notifier_unregister|,
/linux/include/linux/surface_aggregator/
H A Dcontroller.h980 static inline int ssam_notifier_unregister(struct ssam_controller *ctrl, in ssam_notifier_unregister() function