Searched refs:aml_resource (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/acpi/acpica/ |
D | rscalc.c | 453 union aml_resource *aml_resource; in acpi_rs_get_list_length() local 477 aml_resource = (void *)aml_buffer; in acpi_rs_get_list_length() 568 if (aml_resource->gpio.vendor_length) { in acpi_rs_get_list_length() 570 aml_resource->gpio.vendor_offset - in acpi_rs_get_list_length() 571 aml_resource->gpio.pin_table_offset + in acpi_rs_get_list_length() 572 aml_resource->gpio.vendor_length; in acpi_rs_get_list_length() 575 aml_resource->large_header.resource_length + in acpi_rs_get_list_length() 577 aml_resource->gpio.pin_table_offset; in acpi_rs_get_list_length() 585 if (aml_resource->pin_function.vendor_length) { in acpi_rs_get_list_length() 587 aml_resource->pin_function.vendor_offset - in acpi_rs_get_list_length() [all …]
|
D | rslist.c | 37 union aml_resource *aml_resource; in acpi_rs_convert_aml_to_resources() local 55 aml_resource = ACPI_CAST_PTR(union aml_resource, aml); in acpi_rs_convert_aml_to_resources() 58 if (aml_resource->common_serial_bus.type > in acpi_rs_convert_aml_to_resources() 66 [aml_resource->common_serial_bus.type]; in acpi_rs_convert_aml_to_resources() 83 acpi_rs_convert_aml_to_resource(resource, aml_resource, in acpi_rs_convert_aml_to_resources() 186 aml_resource, in acpi_rs_convert_resources_to_aml() 200 ACPI_CAST_PTR(union aml_resource, in acpi_rs_convert_resources_to_aml()
|
D | acresrc.h | 86 #define AML_OFFSET(f) (u8) ACPI_OFFSET (union aml_resource,f) 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);
|
D | utresrc.c | 266 union aml_resource *aml_resource; in acpi_ut_validate_resource() local 358 aml_resource = ACPI_CAST_PTR(union aml_resource, aml); in acpi_ut_validate_resource() 363 if ((aml_resource->common_serial_bus.type == 0) || in acpi_ut_validate_resource() 364 (aml_resource->common_serial_bus.type > in acpi_ut_validate_resource() 369 aml_resource->common_serial_bus. in acpi_ut_validate_resource()
|
D | rsutils.c | 168 union aml_resource *aml) in acpi_rs_set_resource_length() 219 union aml_resource *aml) in acpi_rs_set_resource_header() 287 union aml_resource * aml, char *string_ptr) in acpi_rs_get_resource_source() 373 acpi_rs_set_resource_source(union aml_resource *aml, in acpi_rs_set_resource_source()
|
D | amlresrc.h | 494 union aml_resource { union 549 union aml_resource *resource, 554 union aml_resource *resource, char *device_name);
|
D | rsaddr.c | 273 union aml_resource *aml) in acpi_rs_get_address_common() 322 acpi_rs_set_address_common(union aml_resource *aml, in acpi_rs_set_address_common()
|
D | rsmisc.c | 36 union aml_resource *aml, in acpi_rs_convert_aml_to_resource() 445 union aml_resource *aml, in acpi_rs_convert_resource_to_aml()
|