/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | evxface.c | 37 * 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 D | acobject.h | 275 u32 handler_type; /* Type: Device/System/Both */ member
|
H A D | exdump.c | 220 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(notify.handler_type), "Handler Type"},
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | evxface.c | 37 * 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 D | acobject.h | 276 u32 handler_type; /* Type: Device/System/Both */ member
|
H A D | exdump.c | 220 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(notify.handler_type), "Handler Type"},
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | extable.h | 32 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 D | bus.c | 558 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 D | extable.c | 141 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 D | hyperv_vmbus.h | 319 enum vmbus_message_handler_type handler_type; member
|
H A D | vmbus_drv.c | 1098 if (entry->handler_type == VMHT_BLOCKING) { in vmbus_on_msg_dpc()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hyperv_vmbus.h | 333 enum vmbus_message_handler_type handler_type; member
|
H A D | vmbus_drv.c | 1087 if (entry->handler_type == VMHT_BLOCKING) { in vmbus_on_msg_dpc()
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acpixf.h | 634 u32 handler_type, 640 u32 handler_type,
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acpi_bus.h | 519 u32 handler_type, 522 u32 handler_type,
|
H A D | acpixf.h | 636 u32 handler_type, 642 u32 handler_type,
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | severity.c | 272 enum handler_type t; in error_context()
|