Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/x86/
Dintel-vbtn.c74 static void notify_handler(acpi_handle handle, u32 event, void *context) in notify_handler() function
173 notify_handler, in intel_vbtn_probe()
193 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
481 notify_handler, in intel_hid_probe()
513 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_probe()
523 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_remove()
/Linux-v5.4/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,