Home
last modified time | relevance | path

Searched refs:return_desc2 (Results 1 – 2 of 2) sorted by relevance

/drivers/acpi/acpica/
Dexoparg2.c160 union acpi_operand_object *return_desc2 = NULL; in acpi_ex_opcode_2A_2T_1R() local
180 return_desc2 = in acpi_ex_opcode_2A_2T_1R()
182 if (!return_desc2) { in acpi_ex_opcode_2A_2T_1R()
192 &return_desc2->integer.value); in acpi_ex_opcode_2A_2T_1R()
209 status = acpi_ex_store(return_desc2, operand[2], walk_state); in acpi_ex_opcode_2A_2T_1R()
224 acpi_ut_remove_reference(return_desc2); in acpi_ex_opcode_2A_2T_1R()
Dexoparg1.c260 union acpi_operand_object *return_desc2 = NULL; in acpi_ex_opcode_1A_1T_1R() local
427 &return_desc2, in acpi_ex_opcode_1A_1T_1R()
434 acpi_ex_store(return_desc2, operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R()
435 acpi_ut_remove_reference(return_desc2); in acpi_ex_opcode_1A_1T_1R()