Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/acpica/
Dutdecode.c463 const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type) in acpi_ut_get_notify_name() argument
468 if (notify_value <= ACPI_GENERIC_NOTIFY_MAX) { in acpi_ut_get_notify_name()
469 return (acpi_gbl_generic_notify[notify_value]); in acpi_ut_get_notify_name()
474 if (notify_value <= ACPI_MAX_SYS_NOTIFY) { in acpi_ut_get_notify_name()
480 if (notify_value <= ACPI_SPECIFIC_NOTIFY_MAX) { in acpi_ut_get_notify_name()
484 return (acpi_gbl_device_notify[notify_value - 0x80]); in acpi_ut_get_notify_name()
487 return (acpi_gbl_processor_notify[notify_value - 0x80]); in acpi_ut_get_notify_name()
490 return (acpi_gbl_thermal_notify[notify_value - 0x80]); in acpi_ut_get_notify_name()
499 if (notify_value <= ACPI_MAX_DEVICE_SPECIFIC_NOTIFY) { in acpi_ut_get_notify_name()
Devmisc.c68 acpi_ev_queue_notify_request(struct acpi_namespace_node *node, u32 notify_value) in acpi_ev_queue_notify_request() argument
86 if (notify_value <= ACPI_MAX_SYS_NOTIFY) { in acpi_ev_queue_notify_request()
111 acpi_ut_get_node_name(node), notify_value, in acpi_ev_queue_notify_request()
127 info->notify.value = (u16)notify_value; in acpi_ev_queue_notify_request()
135 acpi_ut_get_type_name(node->type), notify_value, in acpi_ev_queue_notify_request()
136 acpi_ut_get_notify_name(notify_value, ACPI_TYPE_ANY), in acpi_ev_queue_notify_request()
Dacevents.h45 u32 notify_value);
Dacutils.h205 const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type);