Searched refs:notify_value (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | utdecode.c | 408 * PARAMETERS: notify_value - Value from the Notify() request 464 const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type) in acpi_ut_get_notify_name() argument 469 if (notify_value <= ACPI_GENERIC_NOTIFY_MAX) { in acpi_ut_get_notify_name() 470 return (acpi_gbl_generic_notify[notify_value]); in acpi_ut_get_notify_name() 475 if (notify_value <= ACPI_MAX_SYS_NOTIFY) { in acpi_ut_get_notify_name() 481 if (notify_value <= ACPI_SPECIFIC_NOTIFY_MAX) { in acpi_ut_get_notify_name() 485 return (acpi_gbl_device_notify[notify_value - 0x80]); in acpi_ut_get_notify_name() 488 return (acpi_gbl_processor_notify[notify_value - 0x80]); in acpi_ut_get_notify_name() 491 return (acpi_gbl_thermal_notify[notify_value - 0x80]); in acpi_ut_get_notify_name() 500 if (notify_value < in acpi_ut_get_notify_name() [all...] |
H A D | evmisc.c | 58 * notify_value - Value from the Notify() request 68 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()
|
H A D | acevents.h | 45 u32 notify_value);
|
H A D | acutils.h | 206 const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type);
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | utdecode.c | 408 * PARAMETERS: notify_value - Value from the Notify() request 464 const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type) in acpi_ut_get_notify_name() argument 469 if (notify_value <= ACPI_GENERIC_NOTIFY_MAX) { in acpi_ut_get_notify_name() 470 return (acpi_gbl_generic_notify[notify_value]); in acpi_ut_get_notify_name() 475 if (notify_value <= ACPI_MAX_SYS_NOTIFY) { in acpi_ut_get_notify_name() 481 if (notify_value <= ACPI_SPECIFIC_NOTIFY_MAX) { in acpi_ut_get_notify_name() 485 return (acpi_gbl_device_notify[notify_value - 0x80]); in acpi_ut_get_notify_name() 488 return (acpi_gbl_processor_notify[notify_value - 0x80]); in acpi_ut_get_notify_name() 491 return (acpi_gbl_thermal_notify[notify_value - 0x80]); in acpi_ut_get_notify_name() 500 if (notify_value < in acpi_ut_get_notify_name() [all...] |
H A D | evmisc.c | 58 * notify_value - Value from the Notify() request 68 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()
|
H A D | acevents.h | 45 u32 notify_value);
|
H A D | acutils.h | 222 const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type);
|
Completed in 4 milliseconds