Home
last modified time | relevance | path

Searched refs:notify_value (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/acpi/events/
Devmisc.c117 u32 notify_value) in acpi_ev_queue_notify_request() argument
135 "Dispatching Notify(%X) on node %p\n", notify_value, node)); in acpi_ev_queue_notify_request()
137 if (notify_value <= 7) { in acpi_ev_queue_notify_request()
139 acpi_notify_value_names[notify_value])); in acpi_ev_queue_notify_request()
143 notify_value)); in acpi_ev_queue_notify_request()
159 if (notify_value <= ACPI_MAX_SYS_NOTIFY) { in acpi_ev_queue_notify_request()
175 if ((acpi_gbl_system_notify.handler && (notify_value <= ACPI_MAX_SYS_NOTIFY)) || in acpi_ev_queue_notify_request()
176 (acpi_gbl_device_notify.handler && (notify_value > ACPI_MAX_SYS_NOTIFY)) || in acpi_ev_queue_notify_request()
185 notify_info->notify.value = (u16) notify_value; in acpi_ev_queue_notify_request()
/linux-2.4.37.9/include/acpi/
Dacevents.h101 u32 notify_value);