/drivers/acpi/acpica/ |
D | rsmisc.c | 477 acpi_rsdesc_size aml_length = 0; in acpi_rs_convert_resource_to_aml() local 506 aml_length = INIT_RESOURCE_LENGTH(info); in acpi_rs_convert_resource_to_aml() 508 aml_length, aml); in acpi_rs_convert_resource_to_aml() 553 aml_length = (u16) in acpi_rs_convert_resource_to_aml() 554 (aml_length + (info->value * (item_count - 1))); in acpi_rs_convert_resource_to_aml() 560 aml_length = (u16) (aml_length + item_count); in acpi_rs_convert_resource_to_aml() 561 acpi_rs_set_resource_length(aml_length, aml); in acpi_rs_convert_resource_to_aml() 567 ACPI_SET16(destination, aml_length); in acpi_rs_convert_resource_to_aml() 569 aml_length = (u16)(aml_length + item_count * 2); in acpi_rs_convert_resource_to_aml() 571 ACPI_SET16(target, aml_length); in acpi_rs_convert_resource_to_aml() [all …]
|
D | dsargs.c | 59 u32 aml_length, u8 *aml_start); 79 u32 aml_length, u8 *aml_start) in acpi_ds_execute_arguments() argument 107 aml_length, NULL, ACPI_IMODE_LOAD_PASS1); in acpi_ds_execute_arguments() 150 aml_length, NULL, ACPI_IMODE_EXECUTE); in acpi_ds_execute_arguments() 206 extra_desc->extra.aml_length, in acpi_ds_get_buffer_field_arguments() 251 extra_desc->extra.aml_length, in acpi_ds_get_bank_field_arguments() 302 obj_desc->buffer.aml_length, in acpi_ds_get_buffer_arguments() 347 obj_desc->package.aml_length, in acpi_ds_get_package_arguments() 397 extra_desc->extra.aml_length, in acpi_ds_get_region_arguments()
|
D | nsparse.c | 75 u32 aml_length; in acpi_ns_execute_table() local 93 aml_length = table->length - sizeof(struct acpi_table_header); in acpi_ns_execute_table() 119 method_obj->method.aml_length = aml_length; in acpi_ns_execute_table() 165 u32 aml_length; in acpi_ns_one_complete_parse() local 185 aml_length = table->length - sizeof(struct acpi_table_header); in acpi_ns_one_complete_parse() 208 aml_start, aml_length, NULL, in acpi_ns_one_complete_parse()
|
D | excreate.c | 249 u32 aml_length, in acpi_ex_create_region() argument 303 region_obj2->extra.aml_length = aml_length; in acpi_ex_create_region() 445 u32 aml_length, struct acpi_walk_state *walk_state) in acpi_ex_create_method() argument 465 obj_desc->method.aml_length = aml_length; in acpi_ex_create_method()
|
D | psloop.c | 70 u8 *aml_start, u32 aml_length, acpi_owner_id owner_id); 347 u8 *aml_start, u32 aml_length, acpi_owner_id owner_id) in acpi_ps_link_module_code() argument 369 ((prev->method.aml_start + prev->method.aml_length) != aml_start)) { in acpi_ps_link_module_code() 389 method_obj->method.aml_length = aml_length; in acpi_ps_link_module_code() 410 prev->method.aml_length += aml_length; in acpi_ps_link_module_code()
|
D | nsxfname.c | 530 u32 aml_length; in ACPI_EXPORT_SYMBOL() local 564 aml_length = ACPI_PTR_DIFF(parser_state.pkg_end, aml_start); in ACPI_EXPORT_SYMBOL() 570 aml_buffer = ACPI_ALLOCATE(aml_length); in ACPI_EXPORT_SYMBOL() 612 memcpy(aml_buffer, aml_start, aml_length); in ACPI_EXPORT_SYMBOL() 617 method_obj->method.aml_length = aml_length; in ACPI_EXPORT_SYMBOL()
|
D | acobject.h | 133 u32 aml_length; 142 u32 aml_length; member 189 u32 aml_length; member 377 u32 aml_length; member
|
D | utresrc.c | 175 acpi_size aml_length, in acpi_ut_walk_aml_resources() argument 189 if (aml_length < sizeof(struct aml_resource_end_tag)) { in acpi_ut_walk_aml_resources() 195 end_aml = aml + aml_length; in acpi_ut_walk_aml_resources()
|
D | psxface.c | 177 info->obj_desc->method.aml_length, info, in acpi_ps_execute_method() 298 info->obj_desc->method.aml_length, info, in acpi_ps_execute_table()
|
D | acconvert.h | 104 u8 *aml_start, u32 aml_length);
|
D | dsobject.c | 385 obj_desc->buffer.aml_length = op->named.length; in acpi_ds_init_object_from_op() 405 obj_desc->package.aml_length = op->named.length; in acpi_ds_init_object_from_op()
|
D | dswstate.c | 603 u32 aml_length, in acpi_ds_init_aml_walk() argument 615 walk_state->parser_state.pkg_end = aml_start + aml_length; in acpi_ds_init_aml_walk()
|
D | acinterp.h | 244 u32 aml_length, 253 u32 aml_length, struct acpi_walk_state *walk_state);
|
D | dsmethod.c | 123 obj_desc->method.aml_length, NULL, 0); in acpi_ds_auto_serialize_method() 561 obj_desc->method.aml_length, info, in acpi_ds_call_control_method()
|
D | nsdump.c | 293 obj_desc->method.aml_length, in acpi_ns_dump_one_object() 476 obj_desc->method.aml_length); in acpi_ns_dump_one_object()
|
D | exdump.c | 133 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(method.aml_length), "Aml Length"}, 269 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(extra.aml_length), "Aml Length"} 852 obj_desc->method.aml_length); in acpi_ex_dump_operand()
|
D | nseval.c | 227 info->obj_desc->method.aml_length - 1)); in acpi_ns_evaluate()
|
D | dbmethod.c | 334 obj_desc->method.aml_length, NULL, in acpi_db_disassemble_method()
|
D | acdispat.h | 341 u32 aml_length,
|
D | exprep.c | 552 second_desc->extra.aml_length = in acpi_ex_prep_field_value()
|
D | dsfield.c | 253 second_desc->extra.aml_length = op->named.length; in acpi_ds_create_buffer_field()
|
D | acutils.h | 593 acpi_size aml_length,
|
D | aclocal.h | 890 u32 aml_length; member
|