• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/

Lines Matching refs:walk_state

79  * PARAMETERS:  walk_state          - Current walk state
89 acpi_status acpi_ex_opcode_2A_0T_0R(struct acpi_walk_state *walk_state)
91 union acpi_operand_object **operand = &walk_state->operands[0];
97 acpi_ps_get_opcode_name(walk_state->opcode));
101 switch (walk_state->opcode) {
136 walk_state->opcode));
147 * PARAMETERS: walk_state - Current walk state
156 acpi_status acpi_ex_opcode_2A_2T_1R(struct acpi_walk_state *walk_state)
158 union acpi_operand_object **operand = &walk_state->operands[0];
164 acpi_ps_get_opcode_name(walk_state->opcode));
168 switch (walk_state->opcode) {
201 walk_state->opcode));
208 status = acpi_ex_store(return_desc2, operand[2], walk_state);
213 status = acpi_ex_store(return_desc1, operand[3], walk_state);
235 walk_state->result_obj = return_desc1;
245 * PARAMETERS: walk_state - Current walk state
254 acpi_status acpi_ex_opcode_2A_1T_1R(struct acpi_walk_state *walk_state)
256 union acpi_operand_object **operand = &walk_state->operands[0];
263 acpi_ps_get_opcode_name(walk_state->opcode));
267 if (walk_state->op_info->flags & AML_MATH) {
278 acpi_ex_do_math_op(walk_state->opcode,
284 switch (walk_state->opcode) {
303 &return_desc, walk_state);
351 &return_desc, walk_state);
431 status = acpi_ex_store(return_desc, operand[2], walk_state);
435 walk_state->result_obj = return_desc;
441 walk_state->opcode));
453 status = acpi_ex_store(return_desc, operand[2], walk_state);
458 if (!walk_state->result_obj) {
459 walk_state->result_obj = return_desc;
469 walk_state->result_obj = NULL;
479 * PARAMETERS: walk_state - Current walk state
487 acpi_status acpi_ex_opcode_2A_0T_1R(struct acpi_walk_state *walk_state)
489 union acpi_operand_object **operand = &walk_state->operands[0];
495 acpi_ps_get_opcode_name(walk_state->opcode));
507 if (walk_state->op_info->flags & AML_LOGICAL_NUMERIC) {
511 status = acpi_ex_do_logical_numeric_op(walk_state->opcode,
517 } else if (walk_state->op_info->flags & AML_LOGICAL) {
521 status = acpi_ex_do_logical_op(walk_state->opcode, operand[0],
526 switch (walk_state->opcode) {
530 acpi_ex_acquire_mutex(operand[1], operand[0], walk_state);
549 walk_state->opcode));
574 walk_state->result_obj = return_desc;