Searched refs:return_desc2 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | exoparg2.c | 126 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() 153 /* Quotient to return_desc1, remainder to 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()
|
H A D | exoparg1.c | 226 union acpi_operand_object *return_desc2 = NULL; in acpi_ex_opcode_1A_1T_1R() local 393 &return_desc2, in acpi_ex_opcode_1A_1T_1R() 400 acpi_ex_store(return_desc2, operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R() 401 acpi_ut_remove_reference(return_desc2); in acpi_ex_opcode_1A_1T_1R()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | exoparg2.c | 126 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() 153 /* Quotient to return_desc1, remainder to 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()
|
H A D | exoparg1.c | 232 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()
|
Completed in 5 milliseconds