Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/acpica/
Devmisc.c101 u32 notify_value) in acpi_ev_queue_notify_request() argument
122 acpi_ut_get_type_name(node->type), notify_value, in acpi_ev_queue_notify_request()
123 acpi_ut_get_notify_name(notify_value), node)); in acpi_ev_queue_notify_request()
140 if (notify_value <= ACPI_MAX_SYS_NOTIFY) { in acpi_ev_queue_notify_request()
165 (notify_value <= ACPI_MAX_SYS_NOTIFY)) || in acpi_ev_queue_notify_request()
167 (notify_value > ACPI_MAX_SYS_NOTIFY)) || handler_obj) { in acpi_ev_queue_notify_request()
178 notify_value, node)); in acpi_ev_queue_notify_request()
184 notify_info->notify.value = (u16) notify_value; in acpi_ev_queue_notify_request()
198 acpi_ut_get_node_name(node), notify_value, in acpi_ev_queue_notify_request()
Dutdecode.c516 const char *acpi_ut_get_notify_name(u32 notify_value) in acpi_ut_get_notify_name() argument
519 if (notify_value <= ACPI_NOTIFY_MAX) { in acpi_ut_get_notify_name()
520 return (acpi_gbl_notify_value_names[notify_value]); in acpi_ut_get_notify_name()
521 } else if (notify_value <= ACPI_MAX_SYS_NOTIFY) { in acpi_ut_get_notify_name()
523 } else if (notify_value <= ACPI_MAX_DEVICE_SPECIFIC_NOTIFY) { in acpi_ut_get_notify_name()
Dacevents.h65 u32 notify_value);
Dacutils.h120 const char *acpi_ut_get_notify_name(u32 notify_value);