Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/acpi/acpica/
Dexoparg2.c126 union acpi_operand_object *return_desc2 = NULL; in acpi_ex_opcode_2A_2T_1R() local
146 return_desc2 = in acpi_ex_opcode_2A_2T_1R()
148 if (!return_desc2) { in acpi_ex_opcode_2A_2T_1R()
158 &return_desc2->integer.value); in acpi_ex_opcode_2A_2T_1R()
175 status = acpi_ex_store(return_desc2, operand[2], walk_state); in acpi_ex_opcode_2A_2T_1R()
190 acpi_ut_remove_reference(return_desc2); in acpi_ex_opcode_2A_2T_1R()
Dexoparg1.c232 union acpi_operand_object *return_desc2 = NULL; in acpi_ex_opcode_1A_1T_1R() local
414 &return_desc2, in acpi_ex_opcode_1A_1T_1R()
421 acpi_ex_store(return_desc2, operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R()
422 acpi_ut_remove_reference(return_desc2); in acpi_ex_opcode_1A_1T_1R()