Searched refs:acpi_ex_store (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | exoparg2.c | 175 status = acpi_ex_store(return_desc2, operand[2], walk_state); in acpi_ex_opcode_2A_2T_1R() 180 status = acpi_ex_store(return_desc1, operand[3], walk_state); in acpi_ex_opcode_2A_2T_1R() 409 status = acpi_ex_store(return_desc, operand[2], walk_state); in acpi_ex_opcode_2A_1T_1R() 431 status = acpi_ex_store(return_desc, operand[2], walk_state); in acpi_ex_opcode_2A_1T_1R()
|
H A D | exoparg1.c | 400 acpi_ex_store(return_desc2, operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R() 422 status = acpi_ex_store(operand[0], operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R() 525 status = acpi_ex_store(return_desc, operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R() 652 status = acpi_ex_store(return_desc, operand[0], walk_state); in acpi_ex_opcode_1A_0T_1R()
|
H A D | exconfig.c | 189 status = acpi_ex_store(operand[5], in acpi_ex_load_table_op() 447 status = acpi_ex_store(ddb_handle, target, walk_state); in acpi_ex_load_op() 457 /* Remove the reference by added by acpi_ex_store above */ in acpi_ex_load_op()
|
H A D | exoparg3.c | 236 status = acpi_ex_store(return_desc, operand[3], walk_state); in acpi_ex_opcode_3A_1T_1R()
|
H A D | exstore.c | 33 * FUNCTION: acpi_ex_store 52 acpi_ex_store(union acpi_operand_object *source_desc, in acpi_ex_store() function
|
H A D | acinterp.h | 407 acpi_ex_store(union acpi_operand_object *val_desc,
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | exoparg2.c | 175 status = acpi_ex_store(return_desc2, operand[2], walk_state); in acpi_ex_opcode_2A_2T_1R() 180 status = acpi_ex_store(return_desc1, operand[3], walk_state); in acpi_ex_opcode_2A_2T_1R() 409 status = acpi_ex_store(return_desc, operand[2], walk_state); in acpi_ex_opcode_2A_1T_1R() 431 status = acpi_ex_store(return_desc, operand[2], walk_state); in acpi_ex_opcode_2A_1T_1R()
|
H A D | exoparg1.c | 421 acpi_ex_store(return_desc2, operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R() 443 status = acpi_ex_store(operand[0], operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R() 546 status = acpi_ex_store(return_desc, operand[1], walk_state); in acpi_ex_opcode_1A_1T_1R() 673 status = acpi_ex_store(return_desc, operand[0], walk_state); in acpi_ex_opcode_1A_0T_1R()
|
H A D | exoparg3.c | 236 status = acpi_ex_store(return_desc, operand[3], walk_state); in acpi_ex_opcode_3A_1T_1R()
|
H A D | exstore.c | 33 * FUNCTION: acpi_ex_store 52 acpi_ex_store(union acpi_operand_object *source_desc, in acpi_ex_store() function
|
H A D | exconfig.c | 193 status = acpi_ex_store(operand[5], in acpi_ex_load_table_op()
|
H A D | acinterp.h | 407 acpi_ex_store(union acpi_operand_object *val_desc,
|
Completed in 8 milliseconds