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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Devmisc.c95 * notify_value - Value from the Notify() request
106 u32 notify_value)
124 acpi_ut_get_node_name(node), node, notify_value,
125 acpi_ut_get_notify_name(notify_value)));
142 if (notify_value <= ACPI_MAX_SYS_NOTIFY) {
167 (notify_value <= ACPI_MAX_SYS_NOTIFY)) ||
169 (notify_value > ACPI_MAX_SYS_NOTIFY)) || handler_obj) {
180 notify_value, node));
186 notify_info->notify.value = (u16) notify_value;
200 acpi_ut_get_node_name(node), notify_value,
105 acpi_ev_queue_notify_request(struct acpi_namespace_node * node, u32 notify_value) argument
[all...]
H A Dutglobal.c656 * PARAMETERS: notify_value - Value from the Notify() request
681 const char *acpi_ut_get_notify_name(u32 notify_value) argument
684 if (notify_value <= ACPI_NOTIFY_MAX) {
685 return (acpi_gbl_notify_value_names[notify_value]);
686 } else if (notify_value <= ACPI_MAX_SYS_NOTIFY) {
H A Dacevents.h73 u32 notify_value);
H A Dacutils.h119 const char *acpi_ut_get_notify_name(u32 notify_value);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Devmisc.c95 * notify_value - Value from the Notify() request
106 u32 notify_value)
124 acpi_ut_get_node_name(node), node, notify_value,
125 acpi_ut_get_notify_name(notify_value)));
142 if (notify_value <= ACPI_MAX_SYS_NOTIFY) {
167 (notify_value <= ACPI_MAX_SYS_NOTIFY)) ||
169 (notify_value > ACPI_MAX_SYS_NOTIFY)) || handler_obj) {
180 notify_value, node));
186 notify_info->notify.value = (u16) notify_value;
200 acpi_ut_get_node_name(node), notify_value,
105 acpi_ev_queue_notify_request(struct acpi_namespace_node * node, u32 notify_value) argument
[all...]
H A Dutglobal.c656 * PARAMETERS: notify_value - Value from the Notify() request
681 const char *acpi_ut_get_notify_name(u32 notify_value) argument
684 if (notify_value <= ACPI_NOTIFY_MAX) {
685 return (acpi_gbl_notify_value_names[notify_value]);
686 } else if (notify_value <= ACPI_MAX_SYS_NOTIFY) {
H A Dacevents.h73 u32 notify_value);
H A Dacutils.h119 const char *acpi_ut_get_notify_name(u32 notify_value);

Completed in 195 milliseconds