Searched refs:aml_resource (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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() 181 aml_resource, in acpi_rs_convert_resources_to_aml() 195 ACPI_CAST_PTR(union aml_resource, in acpi_rs_convert_resources_to_aml()
|
D | acresrc.h | 85 #define AML_OFFSET(f) (u8) ACPI_OFFSET (union aml_resource,f) 219 acpi_rs_set_address_common(union aml_resource *aml, 224 union aml_resource *aml); 231 union aml_resource *aml, 236 union aml_resource *aml, 254 union aml_resource *aml, char *string_ptr); 257 acpi_rs_set_resource_source(union aml_resource *aml, 264 union aml_resource *aml); 268 union aml_resource *aml);
|
D | utresrc.c | 265 union aml_resource *aml_resource; in acpi_ut_validate_resource() local 357 aml_resource = ACPI_CAST_PTR(union aml_resource, aml); in acpi_ut_validate_resource() 362 if ((aml_resource->common_serial_bus.type == 0) || in acpi_ut_validate_resource() 363 (aml_resource->common_serial_bus.type > in acpi_ut_validate_resource() 368 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 | 478 union aml_resource { union 532 union aml_resource *resource, 537 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() 435 union aml_resource *aml, in acpi_rs_convert_resource_to_aml()
|