Searched refs:ssam_notifier_unregister (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/platform/surface/ |
D | surface_acpi_notify.c | 705 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()
|
D | surface_dtx.c | 1036 ssam_notifier_unregister(ddev->ctrl, &ddev->notif); in sdtx_device_init() 1072 ssam_notifier_unregister(ddev->ctrl, &ddev->notif); in sdtx_device_destroy()
|
D | surface_aggregator_cdev.c | 208 status = ssam_notifier_unregister(client->cdev->ctrl, &client->notifier[event]->nf); in ssam_cdev_notifier_unregister()
|
/linux-6.6.21/Documentation/driver-api/surface_aggregator/ |
D | client.rst | 19 .. |ssam_notifier_unregister| replace:: :c:func:`ssam_notifier_unregister` substdef 316 unregistered via |ssam_notifier_unregister| once it is not required any
|
D | internal.rst | 39 .. |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-6.6.21/include/linux/surface_aggregator/ |
D | controller.h | 980 static inline int ssam_notifier_unregister(struct ssam_controller *ctrl, in ssam_notifier_unregister() function
|