Searched refs:notify_value (Results 1 – 4 of 4) sorted by relevance
101 u32 notify_value) in acpi_ev_queue_notify_request() argument122 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()
516 const char *acpi_ut_get_notify_name(u32 notify_value) in acpi_ut_get_notify_name() argument519 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()
65 u32 notify_value);
120 const char *acpi_ut_get_notify_name(u32 notify_value);