Searched refs:AE_CODE_CONTROL (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/acpi/
H A Dacexcep.h54 #define AE_CODE_CONTROL 0x4000 macro
164 #define AE_CTRL_RETURN_VALUE (acpi_status) (0x0001 | AE_CODE_CONTROL)
165 #define AE_CTRL_PENDING (acpi_status) (0x0002 | AE_CODE_CONTROL)
166 #define AE_CTRL_TERMINATE (acpi_status) (0x0003 | AE_CODE_CONTROL)
167 #define AE_CTRL_TRUE (acpi_status) (0x0004 | AE_CODE_CONTROL)
168 #define AE_CTRL_FALSE (acpi_status) (0x0005 | AE_CODE_CONTROL)
169 #define AE_CTRL_DEPTH (acpi_status) (0x0006 | AE_CODE_CONTROL)
170 #define AE_CTRL_END (acpi_status) (0x0007 | AE_CODE_CONTROL)
171 #define AE_CTRL_TRANSFER (acpi_status) (0x0008 | AE_CODE_CONTROL)
172 #define AE_CTRL_BREAK (acpi_status) (0x0009 | AE_CODE_CONTROL)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/acpi/
H A Dacexcep.h54 #define AE_CODE_CONTROL 0x4000 macro
164 #define AE_CTRL_RETURN_VALUE (acpi_status) (0x0001 | AE_CODE_CONTROL)
165 #define AE_CTRL_PENDING (acpi_status) (0x0002 | AE_CODE_CONTROL)
166 #define AE_CTRL_TERMINATE (acpi_status) (0x0003 | AE_CODE_CONTROL)
167 #define AE_CTRL_TRUE (acpi_status) (0x0004 | AE_CODE_CONTROL)
168 #define AE_CTRL_FALSE (acpi_status) (0x0005 | AE_CODE_CONTROL)
169 #define AE_CTRL_DEPTH (acpi_status) (0x0006 | AE_CODE_CONTROL)
170 #define AE_CTRL_END (acpi_status) (0x0007 | AE_CODE_CONTROL)
171 #define AE_CTRL_TRANSFER (acpi_status) (0x0008 | AE_CODE_CONTROL)
172 #define AE_CTRL_BREAK (acpi_status) (0x0009 | AE_CODE_CONTROL)
[all...]
/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 Ddsmethod.c84 if (ACPI_SUCCESS(status) || (status & AE_CODE_CONTROL)) {
H A Dpsparse.c408 if ((callback_status & AE_CODE_MASK) == AE_CODE_CONTROL) {
H A Dutmisc.c112 case AE_CODE_CONTROL:
H A Dpsloop.c1010 AE_CODE_CONTROL)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Ddsmethod.c84 if (ACPI_SUCCESS(status) || (status & AE_CODE_CONTROL)) {
H A Dpsparse.c408 if ((callback_status & AE_CODE_MASK) == AE_CODE_CONTROL) {
H A Dutmisc.c112 case AE_CODE_CONTROL:
H A Dpsloop.c1010 AE_CODE_CONTROL)) {

Completed in 122 milliseconds