Searched refs:AML_NAMED (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | psopcode.c | 99 Opcodes that define named ACPI objects (AML_NAMED flag) 161 AML_NSNODE | AML_NAMED), 165 AML_NSNODE | AML_NAMED), 182 AML_NSNODE | AML_NAMED), 195 AML_NSNODE | AML_NAMED | AML_DEFER), 398 AML_NSNODE | AML_NAMED), 401 AML_NSOBJECT | AML_NSOPCODE | AML_NSNODE | AML_NAMED), 457 AML_NSNODE | AML_NAMED | AML_DEFER), 466 AML_NSNODE | AML_NAMED), 471 AML_NSNODE | AML_NAMED), [all...] |
H A D | dswload.c | 122 if (!(walk_state->op_info->flags & AML_NAMED)) { in acpi_ds_load1_begin_op() 434 if (!(walk_state->op_info->flags & (AML_NAMED | AML_FIELD))) { in acpi_ds_load1_end_op()
|
H A D | psutils.c | 99 } else if (op_info->flags & AML_NAMED) { in acpi_ps_alloc_op()
|
H A D | dswload2.c | 69 (!(walk_state->op_info->flags & AML_NAMED))) { in acpi_ds_load2_begin_op() 306 if (walk_state->op_info->flags & AML_NAMED) { in acpi_ds_load2_begin_op()
|
H A D | psloop.c | 483 if (walk_state->op_info->flags & AML_NAMED) { in acpi_ps_parse_loop()
|
H A D | dsmethod.c | 132 flags & (AML_NAMED | AML_CREATE | AML_FIELD))) { in acpi_ds_detect_named_opcodes()
|
H A D | amlcode.h | 284 #define AML_NAMED 0x0040 macro
|
H A D | psobject.c | 326 if (walk_state->op_info->flags & AML_NAMED) { in acpi_ps_create_op()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | psopcode.c | 99 Opcodes that define named ACPI objects (AML_NAMED flag) 161 AML_NSNODE | AML_NAMED), 165 AML_NSNODE | AML_NAMED), 182 AML_NSNODE | AML_NAMED), 195 AML_NSNODE | AML_NAMED | AML_DEFER), 398 AML_NSNODE | AML_NAMED), 401 AML_NSOBJECT | AML_NSOPCODE | AML_NSNODE | AML_NAMED), 457 AML_NSNODE | AML_NAMED | AML_DEFER), 466 AML_NSNODE | AML_NAMED), 471 AML_NSNODE | AML_NAMED), [all...] |
H A D | dswload.c | 122 if (!(walk_state->op_info->flags & AML_NAMED)) { in acpi_ds_load1_begin_op() 434 if (!(walk_state->op_info->flags & (AML_NAMED | AML_FIELD))) { in acpi_ds_load1_end_op()
|
H A D | psutils.c | 99 } else if (op_info->flags & AML_NAMED) { in acpi_ps_alloc_op()
|
H A D | dswload2.c | 69 (!(walk_state->op_info->flags & AML_NAMED))) { in acpi_ds_load2_begin_op() 306 if (walk_state->op_info->flags & AML_NAMED) { in acpi_ds_load2_begin_op()
|
H A D | psloop.c | 482 if (walk_state->op_info->flags & AML_NAMED) { in acpi_ps_parse_loop()
|
H A D | dsmethod.c | 132 flags & (AML_NAMED | AML_CREATE | AML_FIELD))) { in acpi_ds_detect_named_opcodes()
|
H A D | psobject.c | 326 if (walk_state->op_info->flags & AML_NAMED) { in acpi_ps_create_op()
|
H A D | amlcode.h | 284 #define AML_NAMED 0x0040 macro
|
Completed in 13 milliseconds