Searched refs:aml_resource (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/drivers/acpi/acpica/ |
H A 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);
|
H A D | rslist.c | 73 union aml_resource *aml_resource; acpi_rs_convert_aml_to_resources() local 91 aml_resource = ACPI_CAST_PTR(union aml_resource, aml); acpi_rs_convert_aml_to_resources() 93 if (aml_resource->common_serial_bus.type > acpi_rs_convert_aml_to_resources() 101 [aml_resource->common_serial_bus.type]; acpi_rs_convert_aml_to_resources() 118 acpi_rs_convert_aml_to_resource(resource, aml_resource, acpi_rs_convert_aml_to_resources() 216 aml_resource, acpi_rs_convert_resources_to_aml() 230 aml_resource, acpi_rs_convert_resources_to_aml()
|
H A D | rscalc.c | 409 union aml_resource *aml_resource; acpi_rs_get_list_length() local 433 aml_resource = (void *)aml_buffer; acpi_rs_get_list_length() 524 if (aml_resource->gpio.vendor_length) { acpi_rs_get_list_length() 526 aml_resource->gpio.vendor_offset - acpi_rs_get_list_length() 527 aml_resource->gpio.pin_table_offset + acpi_rs_get_list_length() 528 aml_resource->gpio.vendor_length; acpi_rs_get_list_length() 531 aml_resource->large_header.resource_length + acpi_rs_get_list_length() 533 aml_resource->gpio.pin_table_offset; acpi_rs_get_list_length() 541 [aml_resource->common_serial_bus.type]; acpi_rs_get_list_length() 543 aml_resource->common_serial_bus.resource_length - acpi_rs_get_list_length() 562 [aml_resource->common_serial_bus.type] + acpi_rs_get_list_length()
|
H A D | utresrc.c | 531 union aml_resource *aml_resource; acpi_ut_validate_resource() local 623 aml_resource = ACPI_CAST_PTR(union aml_resource, aml); acpi_ut_validate_resource() 628 if ((aml_resource->common_serial_bus.type == 0) || acpi_ut_validate_resource() 629 (aml_resource->common_serial_bus.type > acpi_ut_validate_resource() 634 aml_resource->common_serial_bus. acpi_ut_validate_resource()
|
H A D | amlresrc.h | 413 union aml_resource { union 462 union aml_resource *resource, 467 union aml_resource *resource, char *device_name);
|
H A D | rsaddr.c | 309 union aml_resource *aml) acpi_rs_get_address_common() 358 acpi_rs_set_address_common(union aml_resource *aml, acpi_rs_set_address_common()
|
H A D | rsutils.c | 204 union aml_resource *aml) acpi_rs_set_resource_length() 256 union aml_resource *aml) acpi_rs_set_resource_header() 324 union aml_resource * aml, char *string_ptr) acpi_rs_get_resource_source() 410 acpi_rs_set_resource_source(union aml_resource * aml, acpi_rs_set_resource_source()
|
H A D | rsmisc.c | 72 union aml_resource *aml, acpi_rs_convert_aml_to_resource() 471 union aml_resource *aml, acpi_rs_convert_resource_to_aml()
|
Completed in 138 milliseconds