Searched defs:walk_state (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Ddswscope.c63 void acpi_ds_scope_stack_clear(struct acpi_walk_state *walk_state) argument
100 acpi_ds_scope_stack_push(struct acpi_namespace_node *node, acpi_object_type type, struct acpi_walk_state *walk_state) argument
177 acpi_ds_scope_stack_pop(struct acpi_walk_state *walk_state) argument
[all...]
H A Dexresnte.c80 acpi_ex_resolve_node_to_value(struct acpi_namespace_node **object_ptr, struct acpi_walk_state *walk_state) argument
H A Dpsxface.c220 struct acpi_walk_state *walk_state; local
[all...]
H A Dexfield.c67 acpi_ex_read_data_from_field(struct acpi_walk_state *walk_state, argument
H A Dexoparg2.c89 acpi_status acpi_ex_opcode_2A_0T_0R(struct acpi_walk_state *walk_state) argument
156 acpi_status acpi_ex_opcode_2A_2T_1R(struct acpi_walk_state *walk_state) argument
254 acpi_ex_opcode_2A_1T_1R(struct acpi_walk_state *walk_state) argument
487 acpi_ex_opcode_2A_0T_1R(struct acpi_walk_state *walk_state) argument
[all...]
H A Dexoparg3.c86 acpi_status acpi_ex_opcode_3A_0T_0R(struct acpi_walk_state *walk_state) argument
145 acpi_status acpi_ex_opcode_3A_1T_1R(struct acpi_walk_state *walk_state) argument
[all...]
H A Dexoparg6.c216 acpi_status acpi_ex_opcode_6A_0T_1R(struct acpi_walk_state * walk_state) argument
H A Dexresolv.c76 acpi_ex_resolve_to_value(union acpi_operand_object **stack_ptr, struct acpi_walk_state *walk_state) argument
138 acpi_ex_resolve_object_to_value(union acpi_operand_object **stack_ptr, struct acpi_walk_state *walk_state) argument
336 acpi_ex_resolve_multiple(struct acpi_walk_state *walk_state, union acpi_operand_object *operand, acpi_object_type * return_type, union acpi_operand_object **return_desc) argument
[all...]
H A Dexresop.c134 acpi_ex_resolve_operands(u16 opcode, union acpi_operand_object ** stack_ptr, struct acpi_walk_state * walk_state) argument
H A Dexstoren.c69 acpi_ex_resolve_object(union acpi_operand_object **source_desc_ptr, acpi_object_type target_type, struct acpi_walk_state *walk_state) argument
195 acpi_ex_store_object_to_object(union acpi_operand_object *source_desc, union acpi_operand_object *dest_desc, union acpi_operand_object **new_desc, struct acpi_walk_state *walk_state) argument
H A Dnsparse.c75 struct acpi_walk_state *walk_state; local
H A Dnssearch.c287 acpi_ns_search_and_enter(u32 target_name, struct acpi_walk_state *walk_state, struct acpi_namespace_node *node, acpi_interpreter_mode interpreter_mode, acpi_object_type type, u32 flags, struct acpi_namespace_node **return_node) argument
H A Ddsfield.c81 acpi_ds_create_buffer_field(union acpi_parse_object *op, struct acpi_walk_state *walk_state) argument
218 acpi_ds_get_field_names(struct acpi_create_field_info *info, struct acpi_walk_state *walk_state, union acpi_parse_object *arg) argument
352 acpi_ds_create_field(union acpi_parse_object *op, struct acpi_namespace_node *region_node, struct acpi_walk_state *walk_state) argument
409 acpi_ds_init_field_objects(union acpi_parse_object *op, struct acpi_walk_state *walk_state) argument
523 acpi_ds_create_bank_field(union acpi_parse_object *op, struct acpi_namespace_node *region_node, struct acpi_walk_state *walk_state) argument
607 acpi_ds_create_index_field(union acpi_parse_object *op, struct acpi_namespace_node *region_node, struct acpi_walk_state *walk_state) argument
[all...]
H A Ddsmethod.c78 acpi_ds_method_error(acpi_status status, struct acpi_walk_state *walk_state) argument
181 acpi_ds_begin_method_execution(struct acpi_namespace_node *method_node, union acpi_operand_object *obj_desc, struct acpi_walk_state *walk_state) argument
452 acpi_ds_restart_control_method(struct acpi_walk_state *walk_state, union acpi_operand_object *return_desc) argument
542 acpi_ds_terminate_control_method(union acpi_operand_object *method_desc, struct acpi_walk_state *walk_state) argument
[all...]
H A Ddswexec.c89 acpi_ds_get_predicate_value(struct acpi_walk_state *walk_state, argument
213 acpi_ds_exec_begin_op(struct acpi_walk_state *walk_state, union acpi_parse_object **out_op) argument
356 acpi_ds_exec_end_op(struct acpi_walk_state *walk_state) argument
[all...]
H A Ddswload.c73 acpi_ds_init_callbacks(struct acpi_walk_state *walk_state, u32 pass_number) argument
121 acpi_ds_load1_begin_op(struct acpi_walk_state * walk_state, union acpi_parse_object ** out_op) argument
391 acpi_ds_load1_end_op(struct acpi_walk_state *walk_state) argument
555 acpi_ds_load2_begin_op(struct acpi_walk_state *walk_state, union acpi_parse_object **out_op) argument
844 acpi_ds_load2_end_op(struct acpi_walk_state *walk_state) argument
[all...]
H A Dexcreate.c64 acpi_status acpi_ex_create_alias(struct acpi_walk_state *walk_state) argument
170 acpi_status acpi_ex_create_event(struct acpi_walk_state *walk_state) argument
222 acpi_status acpi_ex_create_mutex(struct acpi_walk_state *walk_state) argument
280 acpi_ex_create_region(u8 * aml_start, u32 aml_length, u8 region_space, struct acpi_walk_state *walk_state) argument
366 acpi_ex_create_processor(struct acpi_walk_state *walk_state) argument
413 acpi_ex_create_power_resource(struct acpi_walk_state *walk_state) argument
461 acpi_ex_create_method(u8 * aml_start, u32 aml_length, struct acpi_walk_state *walk_state) argument
[all...]
H A Dexmutex.c225 acpi_ex_acquire_mutex(union acpi_operand_object *time_desc, union acpi_operand_object *obj_desc, struct acpi_walk_state *walk_state) argument
357 acpi_ex_release_mutex(union acpi_operand_object *obj_desc, struct acpi_walk_state *walk_state) argument
[all...]
H A Dexoparg1.c88 acpi_status acpi_ex_opcode_0A_0T_1R(struct acpi_walk_state *walk_state) argument
148 acpi_status acpi_ex_opcode_1A_0T_0R(struct acpi_walk_state *walk_state) argument
214 acpi_ex_opcode_1A_1T_0R(struct acpi_walk_state *walk_state) argument
256 acpi_ex_opcode_1A_1T_1R(struct acpi_walk_state *walk_state) argument
585 acpi_ex_opcode_1A_0T_1R(struct acpi_walk_state *walk_state) argument
[all...]
H A Dexstore.c81 acpi_ex_store(union acpi_operand_object *source_desc, union acpi_operand_object *dest_desc, struct acpi_walk_state *walk_state) argument
222 acpi_ex_store_object_to_index(union acpi_operand_object *source_desc, union acpi_operand_object *index_desc, struct acpi_walk_state *walk_state) argument
386 acpi_ex_store_object_to_node(union acpi_operand_object *source_desc, struct acpi_namespace_node *node, struct acpi_walk_state *walk_state, u8 implicit_conversion) argument
[all...]
H A Dpsparse.c134 acpi_ps_complete_this_op(struct acpi_walk_state * walk_state, argument
326 acpi_ps_next_parse_state(struct acpi_walk_state *walk_state, argument
430 acpi_ps_parse_aml(struct acpi_walk_state *walk_state) argument
[all...]
H A Duteval.c99 acpi_status acpi_ut_osi_implementation(struct acpi_walk_state *walk_state) argument
H A Ddsmthdat.c91 void acpi_ds_method_data_init(struct acpi_walk_state *walk_state) argument
137 acpi_ds_method_data_delete_all(struct acpi_walk_state *walk_state) argument
193 acpi_ds_method_data_init_args(union acpi_operand_object **params, u32 max_param_count, struct acpi_walk_state *walk_state) argument
248 acpi_ds_method_data_get_node(u8 type, u32 index, struct acpi_walk_state *walk_state, struct acpi_namespace_node **node) argument
313 acpi_ds_method_data_set_value(u8 type, u32 index, union acpi_operand_object *object, struct acpi_walk_state *walk_state) argument
367 acpi_ds_method_data_get_value(u8 type, u32 index, struct acpi_walk_state *walk_state, union acpi_operand_object **dest_desc) argument
474 acpi_ds_method_data_delete_value(u8 type, u32 index, struct acpi_walk_state *walk_state) argument
533 acpi_ds_store_object_to_local(u8 type, u32 index, union acpi_operand_object *obj_desc, struct acpi_walk_state *walk_state) argument
684 acpi_ds_method_data_get_type(u16 opcode, u32 index, struct acpi_walk_state *walk_state) argument
[all...]
H A Ddsobject.c78 acpi_ds_build_internal_object(struct acpi_walk_state *walk_state, argument
265 acpi_ds_build_internal_buffer_obj(struct acpi_walk_state *walk_state, argument
377 acpi_ds_build_internal_package_obj(struct acpi_walk_state *walk_state, union acpi_parse_object *op, u32 element_count, union acpi_operand_object **obj_desc_ptr) argument
551 acpi_ds_create_node(struct acpi_walk_state *walk_state, struct acpi_namespace_node *node, union acpi_parse_object *op) argument
618 acpi_ds_init_object_from_op(struct acpi_walk_state *walk_state, union acpi_parse_object *op, u16 opcode, union acpi_operand_object **ret_obj_desc) argument
[all...]
H A Dexconfig.c147 acpi_ex_load_table_op(struct acpi_walk_state *walk_state, argument
337 acpi_ex_load_op(union acpi_operand_object *obj_desc, union acpi_operand_object *target, struct acpi_walk_state *walk_state) argument

Completed in 175 milliseconds

12