Searched refs:notify_value (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
H A Dutdecode.c441 * PARAMETERS: notify_value - Value from the Notify() request
489 const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type) acpi_ut_get_notify_name() argument
494 if (notify_value <= ACPI_NOTIFY_MAX) { acpi_ut_get_notify_name()
495 return (acpi_gbl_generic_notify[notify_value]); acpi_ut_get_notify_name()
500 if (notify_value <= ACPI_MAX_SYS_NOTIFY) { acpi_ut_get_notify_name()
506 if (notify_value <= 0x83) { acpi_ut_get_notify_name()
510 return (acpi_gbl_device_notify[notify_value - 0x80]); acpi_ut_get_notify_name()
513 return (acpi_gbl_processor_notify[notify_value - 0x80]); acpi_ut_get_notify_name()
516 return (acpi_gbl_thermal_notify[notify_value - 0x80]); acpi_ut_get_notify_name()
525 if (notify_value <= ACPI_MAX_DEVICE_SPECIFIC_NOTIFY) { acpi_ut_get_notify_name()
H A Devmisc.c91 * notify_value - Value from the Notify() request
102 u32 notify_value) acpi_ev_queue_notify_request()
120 if (notify_value <= ACPI_MAX_SYS_NOTIFY) { acpi_ev_queue_notify_request()
145 acpi_ut_get_node_name(node), notify_value, acpi_ev_queue_notify_request()
161 info->notify.value = (u16)notify_value; acpi_ev_queue_notify_request()
169 acpi_ut_get_type_name(node->type), notify_value, acpi_ev_queue_notify_request()
170 acpi_ut_get_notify_name(notify_value, ACPI_TYPE_ANY), acpi_ev_queue_notify_request()
101 acpi_ev_queue_notify_request(struct acpi_namespace_node * node, u32 notify_value) acpi_ev_queue_notify_request() argument
H A Dacevents.h65 u32 notify_value);
H A Dexoparg2.c102 case AML_NOTIFY_OP: /* Notify (notify_object, notify_value) */ acpi_ex_opcode_2A_0T_0R()
H A Dacutils.h189 const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type);

Completed in 118 milliseconds