Searched refs:handler_type (Results 1 – 5 of 5) sorted by relevance
92 u32 handler_type, in acpi_install_notify_handler() argument106 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 …]
307 u32 handler_type; /* Type: Device/System/Both */ member
254 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(notify.handler_type), "Handler Type"},
367 enum vmbus_message_handler_type handler_type; member
893 if (entry->handler_type == VMHT_BLOCKING) { in vmbus_on_msg_dpc()