Home
last modified time | relevance | path

Searched refs:aml (Results 1 – 25 of 34) sorted by relevance

12

/drivers/acpi/acpica/
A Dpsargs.c47 u8 *aml = parser_state->aml; in acpi_ps_get_next_package_length() local
369 u8 *aml = parser_state->aml; in acpi_ps_get_next_simple_arg() local
460 u8 *aml; in acpi_ps_get_next_field() local
475 aml = parser_state->aml; in acpi_ps_get_next_field()
483 parser_state->aml++; in acpi_ps_get_next_field()
489 parser_state->aml++; in acpi_ps_get_next_field()
495 parser_state->aml++; in acpi_ps_get_next_field()
501 parser_state->aml++; in acpi_ps_get_next_field()
571 parser_state->aml++; in acpi_ps_get_next_field()
573 parser_state->aml++; in acpi_ps_get_next_field()
[all …]
A Dutresrc.c142 u8 *aml, in acpi_ut_walk_aml_resources() argument
163 end_aml = aml + aml_length; in acpi_ut_walk_aml_resources()
167 while (aml < end_aml) { in acpi_ut_walk_aml_resources()
198 if (acpi_ut_get_resource_type(aml) == in acpi_ut_walk_aml_resources()
204 if ((aml + 1) >= end_aml) { in acpi_ut_walk_aml_resources()
218 *context = aml; in acpi_ut_walk_aml_resources()
226 aml += length; in acpi_ut_walk_aml_resources()
267 void *aml, u8 *return_index) in acpi_ut_validate_resource() argument
280 resource_type = ACPI_GET8(aml); in acpi_ut_validate_resource()
422 u8 acpi_ut_get_resource_type(void *aml) in acpi_ut_get_resource_type() argument
[all …]
A Drsmisc.c36 union aml_resource *aml, in acpi_rs_convert_aml_to_resource() argument
153 target = ACPI_ADD_PTR(void, aml, info->value); in acpi_rs_convert_aml_to_resource()
329 destination, aml, NULL); in acpi_rs_convert_aml_to_resource()
347 destination, aml, in acpi_rs_convert_aml_to_resource()
447 union aml_resource *aml, in acpi_rs_convert_resource_to_aml() argument
481 memset(aml, 0, INIT_RESOURCE_LENGTH(info)); in acpi_rs_convert_resource_to_aml()
484 aml_length, aml); in acpi_rs_convert_resource_to_aml()
667 acpi_rs_set_address_common(aml, resource); in acpi_rs_convert_resource_to_aml()
675 acpi_rs_set_resource_source(aml, in acpi_rs_convert_resource_to_aml()
782 if (((aml->irq.flags & 0x09) == 0x00) || ((aml->irq.flags & 0x09) == 0x09)) {
[all …]
A Dpsloop.c96 walk_state->aml = walk_state->parser_state.aml; in acpi_ps_get_arguments()
151 walk_state->parser_state.aml = in acpi_ps_get_arguments()
181 walk_state->parser_state.aml = in acpi_ps_get_arguments()
303 aml_op_start = parser_state->aml; in acpi_ps_parse_loop()
364 walk_state->aml = in acpi_ps_parse_loop()
418 parser_state->aml = in acpi_ps_parse_loop()
421 parser_state->aml = in acpi_ps_parse_loop()
424 walk_state->aml = parser_state->aml; in acpi_ps_parse_loop()
432 walk_state->aml + 1; in acpi_ps_parse_loop()
436 walk_state->aml = in acpi_ps_parse_loop()
[all …]
A Drslist.c30 acpi_rs_convert_aml_to_resources(u8 * aml, in acpi_rs_convert_aml_to_resources() argument
55 aml_resource = ACPI_CAST_PTR(union aml_resource, aml); in acpi_rs_convert_aml_to_resources()
57 if (acpi_ut_get_resource_type(aml) == ACPI_RESOURCE_NAME_SERIAL_BUS) { in acpi_rs_convert_aml_to_resources()
88 *aml)); in acpi_rs_convert_aml_to_resources()
99 acpi_ut_get_resource_type(aml), length, in acpi_rs_convert_aml_to_resources()
131 u8 *aml = output_buffer; in acpi_rs_convert_resources_to_aml() local
140 while (aml < end_aml) { in acpi_rs_convert_resources_to_aml()
187 aml), in acpi_rs_convert_resources_to_aml()
201 aml), NULL); in acpi_rs_convert_resources_to_aml()
219 aml += acpi_ut_get_descriptor_length(aml); in acpi_rs_convert_resources_to_aml()
A Dpsparse.c69 u8 *aml; in acpi_ps_peek_opcode() local
72 aml = parser_state->aml; in acpi_ps_peek_opcode()
73 opcode = (u16) ACPI_GET8(aml); in acpi_ps_peek_opcode()
79 aml++; in acpi_ps_peek_opcode()
158 op->common.aml); in acpi_ps_complete_this_op()
183 op->common.aml); in acpi_ps_complete_this_op()
199 op->common.aml); in acpi_ps_complete_this_op()
216 op->common.aml); in acpi_ps_complete_this_op()
312 parser_state->aml = parser_state->aml_end; in acpi_ps_next_parse_state()
419 walk_state, walk_state->parser_state.aml, in acpi_ps_parse_aml()
[all …]
A Drsaddr.c273 union aml_resource *aml) in acpi_rs_get_address_common() argument
279 if ((aml->address.resource_type > 2) && in acpi_rs_get_address_common()
280 (aml->address.resource_type < 0xC0) && in acpi_rs_get_address_common()
281 (aml->address.resource_type != 0x0A)) { in acpi_rs_get_address_common()
287 (void)acpi_rs_convert_aml_to_resource(resource, aml, in acpi_rs_get_address_common()
293 (void)acpi_rs_convert_aml_to_resource(resource, aml, in acpi_rs_get_address_common()
296 (void)acpi_rs_convert_aml_to_resource(resource, aml, in acpi_rs_get_address_common()
302 aml->address.specific_flags; in acpi_rs_get_address_common()
323 acpi_rs_set_address_common(union aml_resource *aml, in acpi_rs_set_address_common() argument
330 (void)acpi_rs_convert_resource_to_aml(resource, aml, in acpi_rs_set_address_common()
[all …]
A Drsutils.c168 union aml_resource *aml) in acpi_rs_set_resource_length() argument
177 (total_length - acpi_ut_get_resource_header_length(aml)); in acpi_rs_set_resource_length()
185 ACPI_MOVE_16_TO_16(&aml->large_header.resource_length, in acpi_rs_set_resource_length()
192 aml->small_header.descriptor_type = (u8) in acpi_rs_set_resource_length()
193 ((aml->small_header.descriptor_type & in acpi_rs_set_resource_length()
219 union aml_resource *aml) in acpi_rs_set_resource_header() argument
225 aml->small_header.descriptor_type = descriptor_type; in acpi_rs_set_resource_header()
229 acpi_rs_set_resource_length(total_length, aml); in acpi_rs_set_resource_header()
287 union aml_resource * aml, char *string_ptr) in acpi_rs_get_resource_source() argument
296 aml_resource_source = ACPI_ADD_PTR(u8, aml, minimum_length); in acpi_rs_get_resource_source()
[all …]
A Dpsobject.c41 walk_state->aml = walk_state->parser_state.aml; in acpi_ps_get_aml_opcode()
69 (u32)ACPI_PTR_DIFF(walk_state->aml, in acpi_ps_get_aml_opcode()
80 ACPI_DUMP_BUFFER((walk_state->parser_state.aml - 16), in acpi_ps_get_aml_opcode()
100 aml - 16), 48, DB_BYTE_DISPLAY, in acpi_ps_get_aml_opcode()
118 walk_state->parser_state.aml++; in acpi_ps_get_aml_opcode()
120 walk_state->parser_state.aml++; in acpi_ps_get_aml_opcode()
129 walk_state->parser_state.aml += in acpi_ps_get_aml_opcode()
254 (*op)->named.aml = unnamed_op->common.aml; in acpi_ps_build_named_op()
346 walk_state->aml = walk_state->parser_state.aml + 2; in acpi_ps_create_op()
347 walk_state->parser_state.aml = walk_state->aml; in acpi_ps_create_op()
A Dacresrc.h209 acpi_rs_convert_aml_to_resources(u8 * aml,
221 acpi_rs_set_address_common(union aml_resource *aml,
226 union aml_resource *aml);
233 union aml_resource *aml,
238 union aml_resource *aml,
256 union aml_resource *aml, char *string_ptr);
259 acpi_rs_set_resource_source(union aml_resource *aml,
266 union aml_resource *aml);
270 union aml_resource *aml);
A Dpsutils.c30 union acpi_parse_object *acpi_ps_create_scope_op(u8 *aml) in acpi_ps_create_scope_op() argument
34 scope_op = acpi_ps_alloc_op(AML_SCOPE_OP, aml); in acpi_ps_create_scope_op()
85 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode, u8 *aml) in acpi_ps_alloc_op() argument
122 op->common.aml = aml; in acpi_ps_alloc_op()
A Dextrace.c132 u8 begin, u8 *aml, char *pathname) in acpi_ex_trace_point() argument
146 begin ? "Begin" : "End", aml)); in acpi_ex_trace_point()
339 op->common.aml, op->common.aml_op_name); in acpi_ex_start_trace_opcode()
367 op->common.aml, op->common.aml_op_name); in acpi_ex_stop_trace_opcode()
A Dacutils.h123 acpi_status (*acpi_walk_aml_callback) (u8 *aml,
595 u8 *aml,
602 void *aml, u8 *return_index);
604 u32 acpi_ut_get_descriptor_length(void *aml);
606 u16 acpi_ut_get_resource_length(void *aml);
608 u8 acpi_ut_get_resource_header_length(void *aml);
610 u8 acpi_ut_get_resource_type(void *aml);
A Dnsxfname.c505 parser_state.aml = buffer + sizeof(struct acpi_table_header); in ACPI_EXPORT_SYMBOL()
513 parser_state.aml += acpi_ps_get_opcode_size(opcode); in ACPI_EXPORT_SYMBOL()
517 method_flags = *parser_state.aml++; in ACPI_EXPORT_SYMBOL()
518 aml_start = parser_state.aml; in ACPI_EXPORT_SYMBOL()
A Dutdebug.c607 acpi_trace_point(acpi_trace_event_type type, u8 begin, u8 *aml, char *pathname) in acpi_trace_point() argument
612 acpi_ex_trace_point(type, begin, aml, pathname); in acpi_trace_point()
615 acpi_os_trace_point(type, begin, aml, pathname); in acpi_trace_point()
A Ddspkginit.c139 obj_desc->package.aml_start = walk_state->aml; in acpi_ds_build_internal_package_obj()
408 status = acpi_ns_lookup(&scope_info, (char *)element->reference.aml, in acpi_ds_resolve_package_element()
436 aml, NULL, &external_path); in acpi_ds_resolve_package_element()
A Dacparser.h200 union acpi_parse_object *acpi_ps_create_scope_op(u8 *aml);
204 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode, u8 *aml);
A Ddscontrol.c55 (walk_state->parser_state.aml - 1)) { in acpi_ds_exec_begin_control_op()
83 walk_state->parser_state.aml - 1; in acpi_ds_exec_begin_control_op()
A Ddsobject.c125 obj_desc->reference.aml = op->common.aml; in acpi_ds_build_internal_object()
A Dpsscope.c53 ((parser_state->aml >= parser_state->scope->parse_scope.arg_end in acpi_ps_has_completed_scope()
A Dacstruct.h54 u8 *aml; member
A Ddbutils.c352 walk_state->parser_state.aml = in acpi_db_second_pass_parse()
A Daclocal.h758 u8 *aml; /* Address of declaration in AML */\
911 u8 *aml; /* Next AML byte */ member
A Dacobject.h349 u8 *aml; /* Used for deferred resolution of the ref */ member
/drivers/hwmon/
A Dasus-ec-sensors.c661 acpi_handle aml; member
679 return ACPI_SUCCESS(acpi_acquire_mutex(data->mutex.aml, in lock_via_acpi_mutex()
685 return ACPI_SUCCESS(acpi_release_mutex(data->mutex.aml, NULL)); in unlock_acpi_mutex()
833 &state->lock_data.mutex.aml); in setup_lock_data()

Completed in 46 milliseconds

12