Searched refs:aml_resource (Results 1 – 8 of 8) sorted by relevance
/drivers/acpi/acpica/ |
D | rslist.c | 73 union aml_resource *aml_resource; in acpi_rs_convert_aml_to_resources() local 91 aml_resource = ACPI_CAST_PTR(union aml_resource, aml); in acpi_rs_convert_aml_to_resources() 93 if (aml_resource->common_serial_bus.type > in acpi_rs_convert_aml_to_resources() 101 [aml_resource->common_serial_bus.type]; in acpi_rs_convert_aml_to_resources() 118 acpi_rs_convert_aml_to_resource(resource, aml_resource, in acpi_rs_convert_aml_to_resources() 216 aml_resource, in acpi_rs_convert_resources_to_aml() 230 aml_resource, in acpi_rs_convert_resources_to_aml()
|
D | rscalc.c | 403 union aml_resource *aml_resource; in acpi_rs_get_list_length() local 427 aml_resource = (void *)aml_buffer; in acpi_rs_get_list_length() 518 if (aml_resource->gpio.vendor_length) { in acpi_rs_get_list_length() 520 aml_resource->gpio.vendor_offset - in acpi_rs_get_list_length() 521 aml_resource->gpio.pin_table_offset + in acpi_rs_get_list_length() 522 aml_resource->gpio.vendor_length; in acpi_rs_get_list_length() 525 aml_resource->large_header.resource_length + in acpi_rs_get_list_length() 527 aml_resource->gpio.pin_table_offset; in acpi_rs_get_list_length() 535 [aml_resource->common_serial_bus.type]; in acpi_rs_get_list_length() 537 aml_resource->common_serial_bus.resource_length - in acpi_rs_get_list_length() [all …]
|
D | acresrc.h | 119 #define AML_OFFSET(f) (u8) ACPI_OFFSET (union aml_resource,f) 250 acpi_rs_set_address_common(union aml_resource *aml, 255 union aml_resource *aml); 262 union aml_resource *aml, 267 union aml_resource *aml, 285 union aml_resource *aml, char *string_ptr); 288 acpi_rs_set_resource_source(union aml_resource *aml, 295 union aml_resource *aml); 299 union aml_resource *aml);
|
D | utresrc.c | 528 union aml_resource *aml_resource; in acpi_ut_validate_resource() local 620 aml_resource = ACPI_CAST_PTR(union aml_resource, aml); in acpi_ut_validate_resource() 625 if ((aml_resource->common_serial_bus.type == 0) || in acpi_ut_validate_resource() 626 (aml_resource->common_serial_bus.type > in acpi_ut_validate_resource() 631 aml_resource->common_serial_bus. in acpi_ut_validate_resource()
|
D | rsutils.c | 199 union aml_resource *aml) in acpi_rs_set_resource_length() 251 union aml_resource *aml) in acpi_rs_set_resource_header() 319 union aml_resource * aml, char *string_ptr) in acpi_rs_get_resource_source() 405 acpi_rs_set_resource_source(union aml_resource * aml, in acpi_rs_set_resource_source()
|
D | rsaddr.c | 308 union aml_resource *aml) in acpi_rs_get_address_common() 357 acpi_rs_set_address_common(union aml_resource *aml, in acpi_rs_set_address_common()
|
D | rsmisc.c | 72 union aml_resource *aml, in acpi_rs_convert_aml_to_resource() 470 union aml_resource *aml, in acpi_rs_convert_resource_to_aml()
|
D | amlresrc.h | 407 union aml_resource { union
|