Lines Matching refs:walk_state

29 acpi_status acpi_ex_create_alias(struct acpi_walk_state *walk_state)  in acpi_ex_create_alias()  argument
39 alias_node = (struct acpi_namespace_node *)walk_state->operands[0]; in acpi_ex_create_alias()
40 target_node = (struct acpi_namespace_node *)walk_state->operands[1]; in acpi_ex_create_alias()
104 acpi_status acpi_ex_create_event(struct acpi_walk_state *walk_state) in acpi_ex_create_event() argument
130 walk_state->operands[0], obj_desc, in acpi_ex_create_event()
156 acpi_status acpi_ex_create_mutex(struct acpi_walk_state *walk_state) in acpi_ex_create_mutex() argument
180 obj_desc->mutex.sync_level = (u8)walk_state->operands[1]->integer.value; in acpi_ex_create_mutex()
182 (struct acpi_namespace_node *)walk_state->operands[0]; in acpi_ex_create_mutex()
215 u8 space_id, struct acpi_walk_state *walk_state) in acpi_ex_create_region() argument
226 node = walk_state->op->common.node; in acpi_ex_create_region()
270 if (walk_state->scope_info) { in acpi_ex_create_region()
272 walk_state->scope_info->scope.node; in acpi_ex_create_region()
315 acpi_status acpi_ex_create_processor(struct acpi_walk_state *walk_state) in acpi_ex_create_processor() argument
317 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_processor()
321 ACPI_FUNCTION_TRACE_PTR(ex_create_processor, walk_state); in acpi_ex_create_processor()
362 acpi_status acpi_ex_create_power_resource(struct acpi_walk_state *walk_state) in acpi_ex_create_power_resource() argument
364 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_power_resource()
368 ACPI_FUNCTION_TRACE_PTR(ex_create_power_resource, walk_state); in acpi_ex_create_power_resource()
410 u32 aml_length, struct acpi_walk_state *walk_state) in acpi_ex_create_method() argument
412 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_method()
417 ACPI_FUNCTION_TRACE_PTR(ex_create_method, walk_state); in acpi_ex_create_method()