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 | 409 union aml_resource *aml_resource; in acpi_rs_get_list_length() local 433 aml_resource = (void *)aml_buffer; in acpi_rs_get_list_length() 524 if (aml_resource->gpio.vendor_length) { in acpi_rs_get_list_length() 526 aml_resource->gpio.vendor_offset - in acpi_rs_get_list_length() 527 aml_resource->gpio.pin_table_offset + in acpi_rs_get_list_length() 528 aml_resource->gpio.vendor_length; in acpi_rs_get_list_length() 531 aml_resource->large_header.resource_length + in acpi_rs_get_list_length() 533 aml_resource->gpio.pin_table_offset; in acpi_rs_get_list_length() 541 [aml_resource->common_serial_bus.type]; in acpi_rs_get_list_length() 543 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 | 531 union aml_resource *aml_resource; in acpi_ut_validate_resource() local 623 aml_resource = ACPI_CAST_PTR(union aml_resource, aml); in acpi_ut_validate_resource() 628 if ((aml_resource->common_serial_bus.type == 0) || in acpi_ut_validate_resource() 629 (aml_resource->common_serial_bus.type > in acpi_ut_validate_resource() 634 aml_resource->common_serial_bus. in acpi_ut_validate_resource()
|
D | rsutils.c | 204 union aml_resource *aml) in acpi_rs_set_resource_length() 256 union aml_resource *aml) in acpi_rs_set_resource_header() 324 union aml_resource * aml, char *string_ptr) in acpi_rs_get_resource_source() 409 acpi_rs_set_resource_source(union aml_resource * aml, in acpi_rs_set_resource_source()
|
D | amlresrc.h | 413 union aml_resource { union 462 union aml_resource *resource, 467 union aml_resource *resource, char *device_name);
|
D | rsaddr.c | 309 union aml_resource *aml) in acpi_rs_get_address_common() 358 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() 471 union aml_resource *aml, in acpi_rs_convert_resource_to_aml()
|