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

/linux-master/drivers/acpi/acpica/
H A Drscalc.c463 union aml_resource *aml_resource; local
487 aml_resource = (void *)aml_buffer;
578 if (aml_resource->gpio.vendor_length) {
580 aml_resource->gpio.vendor_offset -
581 aml_resource->gpio.pin_table_offset +
582 aml_resource->gpio.vendor_length;
585 aml_resource->large_header.resource_length +
587 aml_resource->gpio.pin_table_offset;
595 if (aml_resource
[all...]
H A Drslist.c37 union aml_resource *aml_resource; local
55 aml_resource = ACPI_CAST_PTR(union aml_resource, aml);
62 memcpy(&common_serial_bus, aml_resource,
89 acpi_rs_convert_aml_to_resource(resource, aml_resource,
192 aml_resource,
206 ACPI_CAST_PTR(union aml_resource,
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; local
361 aml_resource = ACPI_CAST_PTR(union aml_resource, aml);
367 memcpy(&common_serial_bus, aml_resource,
H A Drsutils.c168 union aml_resource *aml)
219 union aml_resource *aml)
287 union aml_resource * aml, char *string_ptr)
373 acpi_rs_set_resource_source(union aml_resource *aml,
H A Damlresrc.h513 union aml_resource { union
569 union aml_resource *resource,
574 union aml_resource *resource, char *device_name);
H A Drsaddr.c273 union aml_resource *aml)
327 acpi_rs_set_address_common(union aml_resource *aml,
H A Drsmisc.c36 union aml_resource *aml,
447 union aml_resource *aml,

Completed in 123 milliseconds