Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dintel-vbtn.c74 static void notify_handler(acpi_handle handle, u32 event, void *context) in notify_handler() function
161 notify_handler, in intel_vbtn_probe()
175 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_vbtn_remove()
Dintel-hid.c341 static void notify_handler(acpi_handle handle, u32 event, void *context) in notify_handler() function
478 notify_handler, in intel_hid_probe()
504 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_probe()
514 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_remove()
/Linux-v4.19/drivers/isdn/capi/
Dkcapi.c255 notify_handler(struct notifier_block *nb, unsigned long val, void *v) in notify_handler() function
1283 .notifier_call = notify_handler,