Searched refs:notify_value (Results 1 – 4 of 4) sorted by relevance
489 const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type) in acpi_ut_get_notify_name() argument494 if (notify_value <= ACPI_NOTIFY_MAX) { in acpi_ut_get_notify_name()495 return (acpi_gbl_generic_notify[notify_value]); in acpi_ut_get_notify_name()500 if (notify_value <= ACPI_MAX_SYS_NOTIFY) { in acpi_ut_get_notify_name()506 if (notify_value <= 0x83) { in acpi_ut_get_notify_name()510 return (acpi_gbl_device_notify[notify_value - 0x80]); in acpi_ut_get_notify_name()513 return (acpi_gbl_processor_notify[notify_value - 0x80]); in acpi_ut_get_notify_name()516 return (acpi_gbl_thermal_notify[notify_value - 0x80]); in acpi_ut_get_notify_name()525 if (notify_value <= ACPI_MAX_DEVICE_SPECIFIC_NOTIFY) { in acpi_ut_get_notify_name()
102 u32 notify_value) in acpi_ev_queue_notify_request() argument120 if (notify_value <= ACPI_MAX_SYS_NOTIFY) { in acpi_ev_queue_notify_request()145 acpi_ut_get_node_name(node), notify_value, in acpi_ev_queue_notify_request()161 info->notify.value = (u16)notify_value; in acpi_ev_queue_notify_request()169 acpi_ut_get_type_name(node->type), notify_value, in acpi_ev_queue_notify_request()170 acpi_ut_get_notify_name(notify_value, ACPI_TYPE_ANY), in acpi_ev_queue_notify_request()
65 u32 notify_value);
189 const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type);