Home
last modified time | relevance | path

Searched refs:aml_length (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/drivers/acpi/acpica/
Drsmisc.c441 acpi_rsdesc_size aml_length = 0; in acpi_rs_convert_resource_to_aml() local
470 aml_length = INIT_RESOURCE_LENGTH(info); in acpi_rs_convert_resource_to_aml()
472 aml_length, aml); in acpi_rs_convert_resource_to_aml()
517 aml_length = (u16) in acpi_rs_convert_resource_to_aml()
518 (aml_length + (info->value * (item_count - 1))); in acpi_rs_convert_resource_to_aml()
524 aml_length = (u16) (aml_length + item_count); in acpi_rs_convert_resource_to_aml()
525 acpi_rs_set_resource_length(aml_length, aml); in acpi_rs_convert_resource_to_aml()
531 ACPI_SET16(destination, aml_length); in acpi_rs_convert_resource_to_aml()
533 aml_length = (u16)(aml_length + item_count * 2); in acpi_rs_convert_resource_to_aml()
535 ACPI_SET16(target, aml_length); in acpi_rs_convert_resource_to_aml()
[all …]
Ddsargs.c25 u32 aml_length, u8 *aml_start);
45 u32 aml_length, u8 *aml_start) in acpi_ds_execute_arguments() argument
73 aml_length, NULL, ACPI_IMODE_LOAD_PASS1); in acpi_ds_execute_arguments()
116 aml_length, NULL, ACPI_IMODE_EXECUTE); in acpi_ds_execute_arguments()
172 extra_desc->extra.aml_length, in acpi_ds_get_buffer_field_arguments()
217 extra_desc->extra.aml_length, in acpi_ds_get_bank_field_arguments()
268 obj_desc->buffer.aml_length, in acpi_ds_get_buffer_arguments()
313 obj_desc->package.aml_length, in acpi_ds_get_package_arguments()
364 extra_desc->extra.aml_length, in acpi_ds_get_region_arguments()
Dnsparse.c50 u32 aml_length; in acpi_ns_execute_table() local
68 aml_length = table->length - sizeof(struct acpi_table_header); in acpi_ns_execute_table()
96 method_obj->method.aml_length = aml_length; in acpi_ns_execute_table()
142 u32 aml_length; in acpi_ns_one_complete_parse() local
162 aml_length = table->length - sizeof(struct acpi_table_header); in acpi_ns_one_complete_parse()
185 aml_start, aml_length, NULL, in acpi_ns_one_complete_parse()
Dexcreate.c215 u32 aml_length, in acpi_ex_create_region() argument
269 region_obj2->extra.aml_length = aml_length; in acpi_ex_create_region()
411 u32 aml_length, struct acpi_walk_state *walk_state) in acpi_ex_create_method() argument
431 obj_desc->method.aml_length = aml_length; in acpi_ex_create_method()
Dnsxfname.c485 u32 aml_length; in ACPI_EXPORT_SYMBOL() local
519 aml_length = ACPI_PTR_DIFF(parser_state.pkg_end, aml_start); in ACPI_EXPORT_SYMBOL()
525 aml_buffer = ACPI_ALLOCATE(aml_length); in ACPI_EXPORT_SYMBOL()
567 memcpy(aml_buffer, aml_start, aml_length); in ACPI_EXPORT_SYMBOL()
572 method_obj->method.aml_length = aml_length; in ACPI_EXPORT_SYMBOL()
Dpsloop.c37 u8 *aml_start, u32 aml_length, acpi_owner_id owner_id);
332 u8 *aml_start, u32 aml_length, acpi_owner_id owner_id) in acpi_ps_link_module_code() argument
354 ((prev->method.aml_start + prev->method.aml_length) != aml_start)) { in acpi_ps_link_module_code()
374 method_obj->method.aml_length = aml_length; in acpi_ps_link_module_code()
395 prev->method.aml_length += aml_length; in acpi_ps_link_module_code()
Dacobject.h99 u32 aml_length;
108 u32 aml_length; member
155 u32 aml_length; member
343 u32 aml_length; member
Dutresrc.c139 acpi_size aml_length, in acpi_ut_walk_aml_resources() argument
153 if (aml_length < sizeof(struct aml_resource_end_tag)) { in acpi_ut_walk_aml_resources()
159 end_aml = aml + aml_length; in acpi_ut_walk_aml_resources()
Dpsxface.c143 info->obj_desc->method.aml_length, info, in acpi_ps_execute_method()
264 info->obj_desc->method.aml_length, info, in acpi_ps_execute_table()
Dacconvert.h70 u8 *aml_start, u32 aml_length);
Ddsobject.c353 obj_desc->buffer.aml_length = op->named.length; in acpi_ds_init_object_from_op()
373 obj_desc->package.aml_length = op->named.length; in acpi_ds_init_object_from_op()
Ddswstate.c569 u32 aml_length, in acpi_ds_init_aml_walk() argument
581 walk_state->parser_state.pkg_end = aml_start + aml_length; in acpi_ds_init_aml_walk()
Dacinterp.h211 u32 aml_length,
220 u32 aml_length, struct acpi_walk_state *walk_state);
Ddsmethod.c89 obj_desc->method.aml_length, NULL, 0); in acpi_ds_auto_serialize_method()
527 obj_desc->method.aml_length, info, in acpi_ds_call_control_method()
Dnsdump.c260 obj_desc->method.aml_length, in acpi_ns_dump_one_object()
443 obj_desc->method.aml_length); in acpi_ns_dump_one_object()
Dexdump.c99 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(method.aml_length), "Aml Length"},
235 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(extra.aml_length), "Aml Length"}
819 obj_desc->method.aml_length); in acpi_ex_dump_operand()
Dnseval.c193 info->obj_desc->method.aml_length - 1)); in acpi_ns_evaluate()
Ddbmethod.c298 obj_desc->method.aml_length, NULL, in acpi_db_disassemble_method()
Ddspkginit.c140 obj_desc->package.aml_length = 0; in acpi_ds_build_internal_package_obj()
Dacdispat.h307 u32 aml_length,
Dexprep.c518 second_desc->extra.aml_length = in acpi_ex_prep_field_value()
Ddsfield.c224 second_desc->extra.aml_length = op->named.length; in acpi_ds_create_buffer_field()
Dacutils.h579 acpi_size aml_length,
Daclocal.h856 u32 aml_length; member