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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dpsopcode.c138 Opcodes that define named ACPI objects (AML_NAMED flag)
201 AML_NSNODE | AML_NAMED),
205 AML_NSNODE | AML_NAMED),
222 AML_NSNODE | AML_NAMED),
235 AML_NSNODE | AML_NAMED | AML_DEFER),
436 AML_NSNODE | AML_NAMED),
439 AML_NSOBJECT | AML_NSOPCODE | AML_NSNODE | AML_NAMED),
495 AML_NSNODE | AML_NAMED | AML_DEFER),
503 AML_NSNODE | AML_NAMED),
508 AML_NSNODE | AML_NAMED),
[all...]
H A Dpsutils.c130 } else if (op_info->flags & AML_NAMED) {
H A Ddswload.c140 if (!(walk_state->op_info->flags & AML_NAMED)) {
405 if (!(walk_state->op_info->flags & (AML_NAMED | AML_FIELD))) {
586 (!(walk_state->op_info->flags & AML_NAMED))) {
H A Damlcode.h308 #define AML_NAMED 0x0040 macro
H A Dpsloop.c309 if (walk_state->op_info->flags & AML_NAMED) {
1136 if (walk_state->op_info->flags & AML_NAMED) {

Completed in 45 milliseconds