Home
last modified time | relevance | path

Searched refs:method_desc (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/acpi/acpica/
H A Ddsmethod.c28 acpi_ds_create_method_mutex(union acpi_operand_object *method_desc);
146 walk_state->method_desc->method.sync_level = 0; in acpi_ds_detect_named_opcodes()
147 walk_state->method_desc->method.info_flags |= in acpi_ds_detect_named_opcodes()
247 acpi_ds_create_method_mutex(union acpi_operand_object *method_desc) in acpi_ds_create_method_mutex() argument
269 mutex_desc->mutex.sync_level = method_desc->method.sync_level; in acpi_ds_create_method_mutex()
270 method_desc->method.mutex = mutex_desc; in acpi_ds_create_method_mutex()
699 acpi_ds_terminate_control_method(union acpi_operand_object *method_desc, in acpi_ds_terminate_control_method() argument
707 if (!method_desc) { in acpi_ds_terminate_control_method()
725 if (!(method_desc->method.info_flags & ACPI_METHOD_MODULE_LEVEL) in acpi_ds_terminate_control_method()
726 && (method_desc->method.thread_count == 1)) { in acpi_ds_terminate_control_method()
[all …]
H A Ddsdebug.c97 union acpi_operand_object *method_desc; in acpi_ds_dump_method_stack() local
142 method_desc = next_walk_state->method_desc; in acpi_ds_dump_method_stack()
143 if (method_desc) { in acpi_ds_dump_method_stack()
145 method_desc->method.node, in acpi_ds_dump_method_stack()
146 method_desc, walk_state); in acpi_ds_dump_method_stack()
H A Dpsparse.c430 if (walk_state->method_desc) { in acpi_ps_parse_aml()
435 method_desc, in acpi_ps_parse_aml()
449 if (walk_state->method_desc) { in acpi_ps_parse_aml()
451 walk_state->method_desc->method.sync_level; in acpi_ps_parse_aml()
518 } else if ((status != AE_OK) && (walk_state->method_desc)) { in acpi_ps_parse_aml()
538 (!(walk_state->method_desc->method.info_flags & in acpi_ps_parse_aml()
546 walk_state->method_desc->method.info_flags |= in acpi_ps_parse_aml()
569 method_desc, in acpi_ps_parse_aml()
H A Dpsargs.c206 union acpi_operand_object *method_desc; in acpi_ps_get_next_namepath() local
258 method_desc = acpi_ns_get_attached_object(node); in acpi_ps_get_next_namepath()
261 node->name.ascii, node, method_desc, path)); in acpi_ps_get_next_namepath()
278 if (!method_desc) { in acpi_ps_get_next_namepath()
287 node, method_desc->method.param_count)); in acpi_ps_get_next_namepath()
291 walk_state->arg_count = method_desc->method.param_count; in acpi_ps_get_next_namepath()
H A Ddswstate.c510 *method_desc, in acpi_ds_create_walk_state()
524 walk_state->method_desc = method_desc; in acpi_ds_create_walk_state()
607 walk_state->method_desc = in acpi_ds_init_aml_walk()
H A Dnsalloc.c207 if ((walk_state->method_desc) && in acpi_ns_install_node()
215 walk_state->method_desc->method.info_flags |= in acpi_ns_install_node()
H A Dacstruct.h78 union acpi_operand_object *method_desc; /* Method descriptor if running a method */ member
H A Dpsxface.c168 acpi_ds_terminate_control_method(walk_state->method_desc, in acpi_ps_execute_method()
H A Dacdispat.h184 acpi_ds_terminate_control_method(union acpi_operand_object *method_desc,
H A Ddbdisply.c372 obj_desc = walk_state->method_desc; in acpi_db_display_method_info()