Home
last modified time | relevance | path

Searched refs:handler_type (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Devxface.c37 * handler_type - The type of handler:
58 u32 handler_type, in acpi_install_notify_handler()
72 if ((!device) || (!handler) || (!handler_type) || in acpi_install_notify_handler()
73 (handler_type > ACPI_MAX_NOTIFY_HANDLER_TYPE)) { in acpi_install_notify_handler()
91 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
144 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
166 handler_obj->notify.handler_type = handler_type; in acpi_install_notify_handler()
173 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
183 if (handler_type in acpi_install_notify_handler()
57 acpi_install_notify_handler(acpi_handle device, u32 handler_type, acpi_notify_handler handler, void *context) acpi_install_notify_handler() argument
[all...]
H A Dacobject.h275 u32 handler_type; /* Type: Device/System/Both */ member
H A Dexdump.c220 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(notify.handler_type), "Handler Type"},
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Devxface.c37 * handler_type - The type of handler:
58 u32 handler_type, in acpi_install_notify_handler()
72 if ((!device) || (!handler) || (!handler_type) || in acpi_install_notify_handler()
73 (handler_type > ACPI_MAX_NOTIFY_HANDLER_TYPE)) { in acpi_install_notify_handler()
91 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
144 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
166 handler_obj->notify.handler_type = handler_type; in acpi_install_notify_handler()
173 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
183 if (handler_type in acpi_install_notify_handler()
57 acpi_install_notify_handler(acpi_handle device, u32 handler_type, acpi_notify_handler handler, void *context) acpi_install_notify_handler() argument
[all...]
H A Dacobject.h276 u32 handler_type; /* Type: Device/System/Both */ member
H A Dexdump.c220 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(notify.handler_type), "Handler Type"},
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dextable.h32 enum handler_type { enum
42 extern enum handler_type ex_get_fault_handler_type(unsigned long ip);
/kernel/linux/linux-6.6/drivers/acpi/
H A Dbus.c558 u32 handler_type, in acpi_dev_install_notify_handler()
563 status = acpi_install_notify_handler(adev->handle, handler_type, in acpi_dev_install_notify_handler()
573 u32 handler_type, in acpi_dev_remove_notify_handler()
576 acpi_remove_notify_handler(adev->handle, handler_type, handler); in acpi_dev_remove_notify_handler()
557 acpi_dev_install_notify_handler(struct acpi_device *adev, u32 handler_type, acpi_notify_handler handler) acpi_dev_install_notify_handler() argument
572 acpi_dev_remove_notify_handler(struct acpi_device *adev, u32 handler_type, acpi_notify_handler handler) acpi_dev_remove_notify_handler() argument
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dextable.c141 enum handler_type ex_get_fault_handler_type(unsigned long ip) in ex_get_fault_handler_type()
/kernel/linux/linux-5.10/drivers/hv/
H A Dhyperv_vmbus.h319 enum vmbus_message_handler_type handler_type; member
H A Dvmbus_drv.c1098 if (entry->handler_type == VMHT_BLOCKING) { in vmbus_on_msg_dpc()
/kernel/linux/linux-6.6/drivers/hv/
H A Dhyperv_vmbus.h333 enum vmbus_message_handler_type handler_type; member
H A Dvmbus_drv.c1087 if (entry->handler_type == VMHT_BLOCKING) { in vmbus_on_msg_dpc()
/kernel/linux/linux-5.10/include/acpi/
H A Dacpixf.h634 u32 handler_type,
640 u32 handler_type,
/kernel/linux/linux-6.6/include/acpi/
H A Dacpi_bus.h519 u32 handler_type,
522 u32 handler_type,
H A Dacpixf.h636 u32 handler_type,
642 u32 handler_type,
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Dseverity.c272 enum handler_type t; in error_context()

Completed in 21 milliseconds