Searched refs:ssam_notifier_unregister (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/drivers/platform/surface/ |
| D | surface_aggregator_registry.c | 437 ssam_notifier_unregister(sdev->ctrl, &hub->notif); in ssam_base_hub_probe() 449 ssam_notifier_unregister(sdev->ctrl, &hub->notif); in ssam_base_hub_remove()
|
| D | surface_acpi_notify.c | 703 ssam_notifier_unregister(d->ctrl, &d->nf_bat); in san_events_register() 712 ssam_notifier_unregister(d->ctrl, &d->nf_bat); in san_events_unregister() 713 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-v5.15/drivers/power/supply/ |
| D | surface_charger.c | 254 ssam_notifier_unregister(sdev->ctrl, &ac->notif); in surface_ac_remove()
|
| D | surface_battery.c | 840 ssam_notifier_unregister(sdev->ctrl, &bat->notif); in surface_battery_remove()
|
| /Linux-v5.15/drivers/hid/surface-hid/ |
| D | surface_hid_core.c | 93 ssam_notifier_unregister(shid->ctrl, &shid->notif); in surface_hid_stop()
|
| /Linux-v5.15/Documentation/driver-api/surface_aggregator/ |
| D | client.rst | 19 .. |ssam_notifier_unregister| replace:: :c:func:`ssam_notifier_unregister` substdef 314 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-v5.15/include/linux/surface_aggregator/ |
| D | controller.h | 838 int ssam_notifier_unregister(struct ssam_controller *ctrl,
|
| /Linux-v5.15/drivers/platform/surface/aggregator/ |
| D | controller.c | 2338 int ssam_notifier_unregister(struct ssam_controller *ctrl, struct ssam_event_notifier *n) in ssam_notifier_unregister() function 2386 EXPORT_SYMBOL_GPL(ssam_notifier_unregister);
|