Home
last modified time | relevance | path

Searched refs:ACPI_OBJ_NUM_OPERANDS (Results 1 – 4 of 4) sorted by relevance

/linux/include/acpi/
H A Dacconfig.h134 #define ACPI_OBJ_NUM_OPERANDS 8 macro
/linux/drivers/acpi/acpica/
H A Ddsutils.c668 union acpi_parse_object *arguments[ACPI_OBJ_NUM_OPERANDS]; in acpi_ds_create_operands()
679 if (index >= ACPI_OBJ_NUM_OPERANDS) { in acpi_ds_create_operands()
H A Dacstruct.h68 …union acpi_operand_object *operands[ACPI_OBJ_NUM_OPERANDS + 1]; /* Operands passed to the interpre…
H A Ddswstate.c282 if (walk_state->num_operands >= ACPI_OBJ_NUM_OPERANDS) { in acpi_ds_obj_stack_push()