Searched refs:method_desc (Results 1 – 8 of 8) sorted by relevance
64 acpi_ds_create_method_mutex(union acpi_operand_object *method_desc);184 walk_state->method_desc->method.sync_level = 0; in acpi_ds_detect_named_opcodes()185 walk_state->method_desc->method.info_flags |= in acpi_ds_detect_named_opcodes()275 acpi_ds_create_method_mutex(union acpi_operand_object *method_desc) in acpi_ds_create_method_mutex() argument297 mutex_desc->mutex.sync_level = method_desc->method.sync_level; in acpi_ds_create_method_mutex()298 method_desc->method.mutex = mutex_desc; in acpi_ds_create_method_mutex()693 acpi_ds_terminate_control_method(union acpi_operand_object *method_desc, in acpi_ds_terminate_control_method() argument701 if (!method_desc) { in acpi_ds_terminate_control_method()715 if (method_desc->method.mutex) { in acpi_ds_terminate_control_method()719 method_desc->method.mutex->mutex.acquisition_depth--; in acpi_ds_terminate_control_method()[all …]
457 if (walk_state->method_desc) { in acpi_ps_parse_aml()462 method_desc, in acpi_ps_parse_aml()476 if (walk_state->method_desc) { in acpi_ps_parse_aml()478 walk_state->method_desc->method.sync_level; in acpi_ps_parse_aml()530 } else if ((status != AE_OK) && (walk_state->method_desc)) { in acpi_ps_parse_aml()541 (!(walk_state->method_desc->method. in acpi_ps_parse_aml()549 walk_state->method_desc->method.info_flags |= in acpi_ps_parse_aml()570 method_desc, in acpi_ps_parse_aml()
237 union acpi_operand_object *method_desc; in acpi_ps_get_next_namepath() local285 method_desc = acpi_ns_get_attached_object(node); in acpi_ps_get_next_namepath()288 method_desc, path)); in acpi_ps_get_next_namepath()305 if (!method_desc) { in acpi_ps_get_next_namepath()314 node, method_desc->method.param_count)); in acpi_ps_get_next_namepath()318 walk_state->arg_count = method_desc->method.param_count; in acpi_ps_get_next_namepath()
544 *method_desc, in acpi_ds_create_walk_state()558 walk_state->method_desc = method_desc; in acpi_ds_create_walk_state()636 walk_state->method_desc = in acpi_ds_init_aml_walk()
239 if ((walk_state->method_desc) && in acpi_ns_install_node()247 walk_state->method_desc->method.info_flags |= in acpi_ns_install_node()
109 union acpi_operand_object *method_desc; /* Method descriptor if running a method */ member
300 acpi_ds_terminate_control_method(walk_state->method_desc, in acpi_ps_execute_method()
218 acpi_ds_terminate_control_method(union acpi_operand_object *method_desc,