Home
last modified time | relevance | path

Searched refs:aml_resource (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/acpi/acpica/
H A Drscalc.c463 union aml_resource *aml_resource; in acpi_rs_get_list_length() local
487 aml_resource = (void *)aml_buffer; in acpi_rs_get_list_length()
578 if (aml_resource->gpio.vendor_length) { in acpi_rs_get_list_length()
580 aml_resource->gpio.vendor_offset - in acpi_rs_get_list_length()
581 aml_resource->gpio.pin_table_offset + in acpi_rs_get_list_length()
582 aml_resource->gpio.vendor_length; in acpi_rs_get_list_length()
585 aml_resource->large_header.resource_length + in acpi_rs_get_list_length()
587 aml_resource->gpio.pin_table_offset; in acpi_rs_get_list_length()
595 if (aml_resource in acpi_rs_get_list_length()
[all...]
H A Drslist.c37 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()
H A Dacresrc.h86 #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);
H A Dutresrc.c269 union aml_resource *aml_resource; in acpi_ut_validate_resource() local
361 aml_resource = ACPI_CAST_PTR(union aml_resource, aml); in acpi_ut_validate_resource()
366 if ((aml_resource->common_serial_bus.type == 0) || in acpi_ut_validate_resource()
367 (aml_resource->common_serial_bus.type > in acpi_ut_validate_resource()
372 aml_resource->common_serial_bus. in acpi_ut_validate_resource()
H A Drsutils.c168 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()
H A Drsaddr.c273 union aml_resource *aml) in acpi_rs_get_address_common()
323 acpi_rs_set_address_common(union aml_resource *aml, in acpi_rs_set_address_common()
H A Damlresrc.h509 union aml_resource { union
569 union aml_resource *resource,
574 union aml_resource *resource, char *device_name);
H A Drsmisc.c36 union aml_resource *aml, in acpi_rs_convert_aml_to_resource()
447 union aml_resource *aml, in acpi_rs_convert_resource_to_aml()