Home
last modified time | relevance | path

Searched refs:handler_type (Results 1 – 5 of 5) sorted by relevance

/drivers/acpi/acpica/
Devxface.c92 u32 handler_type, in acpi_install_notify_handler() argument
106 if ((!device) || (!handler) || (!handler_type) || in acpi_install_notify_handler()
107 (handler_type > ACPI_MAX_NOTIFY_HANDLER_TYPE)) { in acpi_install_notify_handler()
125 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
178 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
200 handler_obj->notify.handler_type = handler_type; in acpi_install_notify_handler()
207 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
217 if (handler_type == ACPI_ALL_NOTIFY) { in acpi_install_notify_handler()
246 u32 handler_type, acpi_notify_handler handler) in ACPI_EXPORT_SYMBOL()
260 if ((!device) || (!handler) || (!handler_type) || in ACPI_EXPORT_SYMBOL()
[all …]
Dacobject.h307 u32 handler_type; /* Type: Device/System/Both */ member
Dexdump.c254 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(notify.handler_type), "Handler Type"},
/drivers/hv/
Dhyperv_vmbus.h367 enum vmbus_message_handler_type handler_type; member
Dvmbus_drv.c893 if (entry->handler_type == VMHT_BLOCKING) { in vmbus_on_msg_dpc()