• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/

Lines Matching refs:walk_state

78  * PARAMETERS:  walk_state          - Current walk state
88 acpi_status acpi_ex_opcode_2A_0T_0R(struct acpi_walk_state *walk_state)
90 union acpi_operand_object **operand = &walk_state->operands[0];
96 acpi_ps_get_opcode_name(walk_state->opcode));
100 switch (walk_state->opcode) {
138 acpi_ev_check_for_wake_only_gpe(walk_state->
162 walk_state->opcode));
173 * PARAMETERS: walk_state - Current walk state
182 acpi_status acpi_ex_opcode_2A_2T_1R(struct acpi_walk_state *walk_state)
184 union acpi_operand_object **operand = &walk_state->operands[0];
190 acpi_ps_get_opcode_name(walk_state->opcode));
194 switch (walk_state->opcode) {
227 walk_state->opcode));
234 status = acpi_ex_store(return_desc2, operand[2], walk_state);
239 status = acpi_ex_store(return_desc1, operand[3], walk_state);
246 walk_state->result_obj = return_desc1;
269 * PARAMETERS: walk_state - Current walk state
278 acpi_status acpi_ex_opcode_2A_1T_1R(struct acpi_walk_state *walk_state)
280 union acpi_operand_object **operand = &walk_state->operands[0];
287 acpi_ps_get_opcode_name(walk_state->opcode));
291 if (walk_state->op_info->flags & AML_MATH) {
302 acpi_ex_do_math_op(walk_state->opcode,
308 switch (walk_state->opcode) {
327 &return_desc, walk_state);
375 &return_desc, walk_state);
455 status = acpi_ex_store(return_desc, operand[2], walk_state);
459 walk_state->result_obj = return_desc;
465 walk_state->opcode));
477 status = acpi_ex_store(return_desc, operand[2], walk_state);
482 if (!walk_state->result_obj) {
483 walk_state->result_obj = return_desc;
502 * PARAMETERS: walk_state - Current walk state
510 acpi_status acpi_ex_opcode_2A_0T_1R(struct acpi_walk_state *walk_state)
512 union acpi_operand_object **operand = &walk_state->operands[0];
518 acpi_ps_get_opcode_name(walk_state->opcode));
530 if (walk_state->op_info->flags & AML_LOGICAL_NUMERIC) {
534 status = acpi_ex_do_logical_numeric_op(walk_state->opcode,
540 } else if (walk_state->op_info->flags & AML_LOGICAL) {
544 status = acpi_ex_do_logical_op(walk_state->opcode, operand[0],
549 switch (walk_state->opcode) {
553 acpi_ex_acquire_mutex(operand[1], operand[0], walk_state);
572 walk_state->opcode));
586 walk_state->result_obj = return_desc;