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

/linux-4.4.14/drivers/acpi/acpica/
H A Dexoparg2.c160 union acpi_operand_object *return_desc2 = NULL; acpi_ex_opcode_2A_2T_1R() local
180 return_desc2 = acpi_ex_opcode_2A_2T_1R()
182 if (!return_desc2) { acpi_ex_opcode_2A_2T_1R()
187 /* Quotient to return_desc1, remainder to return_desc2 */ acpi_ex_opcode_2A_2T_1R()
192 &return_desc2->integer.value); acpi_ex_opcode_2A_2T_1R()
208 status = acpi_ex_store(return_desc2, operand[2], walk_state); acpi_ex_opcode_2A_2T_1R()
223 acpi_ut_remove_reference(return_desc2); acpi_ex_opcode_2A_2T_1R()
H A Dexoparg1.c260 union acpi_operand_object *return_desc2 = NULL; acpi_ex_opcode_1A_1T_1R() local
427 &return_desc2, acpi_ex_opcode_1A_1T_1R()
434 acpi_ex_store(return_desc2, operand[1], walk_state); acpi_ex_opcode_1A_1T_1R()
435 acpi_ut_remove_reference(return_desc2); acpi_ex_opcode_1A_1T_1R()

Completed in 60 milliseconds