• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/

Lines Matching defs:walk_state

57  * PARAMETERS:  walk_state           - Current state, contains operands
64 acpi_status acpi_ex_create_alias(struct acpi_walk_state *walk_state)
74 alias_node = (struct acpi_namespace_node *)walk_state->operands[0];
75 target_node = (struct acpi_namespace_node *)walk_state->operands[1];
162 * PARAMETERS: walk_state - Current state
170 acpi_status acpi_ex_create_event(struct acpi_walk_state *walk_state)
196 acpi_ns_attach_object((struct acpi_namespace_node *)walk_state->
212 * PARAMETERS: walk_state - Current state
222 acpi_status acpi_ex_create_mutex(struct acpi_walk_state *walk_state)
247 (u8) walk_state->operands[1]->integer.value;
249 (struct acpi_namespace_node *)walk_state->operands[0];
271 * walk_state - Current state
282 u8 region_space, struct acpi_walk_state *walk_state)
293 node = walk_state->op->common.node;
356 * PARAMETERS: walk_state - Current state
366 acpi_status acpi_ex_create_processor(struct acpi_walk_state *walk_state)
368 union acpi_operand_object **operand = &walk_state->operands[0];
372 ACPI_FUNCTION_TRACE_PTR(ex_create_processor, walk_state);
403 * PARAMETERS: walk_state - Current state
413 acpi_status acpi_ex_create_power_resource(struct acpi_walk_state *walk_state)
415 union acpi_operand_object **operand = &walk_state->operands[0];
419 ACPI_FUNCTION_TRACE_PTR(ex_create_power_resource, walk_state);
452 * walk_state - Current state
462 u32 aml_length, struct acpi_walk_state *walk_state)
464 union acpi_operand_object **operand = &walk_state->operands[0];
469 ACPI_FUNCTION_TRACE_PTR(ex_create_method, walk_state);