Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A Devxface.c58 u32 handler_type, in acpi_install_notify_handler() argument
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 == ACPI_ALL_NOTIFY) { in acpi_install_notify_handler()
226 if ((!device) || (!handler) || (!handler_type) || in ACPI_EXPORT_SYMBOL()
235 if (handler_type & (i + 1)) { in ACPI_EXPORT_SYMBOL()
[all …]
H A Dacobject.h306 u32 handler_type; /* Type: Device/System/Both */ member
H A Dexdump.c220 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(notify.handler_type), "Handler Type"},
/linux/drivers/acpi/
H A Dbus.c600 u32 handler_type, in acpi_dev_install_notify_handler() argument
605 status = acpi_install_notify_handler(adev->handle, handler_type, in acpi_dev_install_notify_handler()
615 u32 handler_type, in acpi_dev_remove_notify_handler() argument
618 acpi_remove_notify_handler(adev->handle, handler_type, handler); in acpi_dev_remove_notify_handler()
/linux/drivers/hv/
H A Dhyperv_vmbus.h333 enum vmbus_message_handler_type handler_type; member
H A Dvmbus_drv.c1077 if (entry->handler_type == VMHT_BLOCKING) { in vmbus_on_msg_dpc()
/linux/include/acpi/
H A Dacpixf.h636 u32 handler_type,
642 u32 handler_type,
H A Dacpi_bus.h621 u32 handler_type,
624 u32 handler_type,