Searched defs:aml_resource (Results 1 - 4 of 4) sorted by relevance

/drivers/acpi/acpica/
H A Drslist.c73 union aml_resource *aml_resource; local
91 aml_resource = ACPI_CAST_PTR(union aml_resource, aml);
93 if (aml_resource->common_serial_bus.type >
101 [aml_resource->common_serial_bus.type];
118 acpi_rs_convert_aml_to_resource(resource, aml_resource,
208 aml_resource,
222 (union aml_resource, aml), NULL);
H A Drscalc.c397 union aml_resource *aml_resource; local
419 aml_resource = (void *)aml_buffer;
501 if (aml_resource->gpio.vendor_length) {
503 aml_resource->gpio.vendor_offset -
504 aml_resource->gpio.pin_table_offset +
505 aml_resource->gpio.vendor_length;
508 aml_resource->large_header.resource_length +
510 aml_resource->gpio.pin_table_offset;
518 [aml_resource
[all...]
H A Dutresrc.c530 union aml_resource *aml_resource; local
622 aml_resource = ACPI_CAST_PTR(union aml_resource, aml);
627 if ((aml_resource->common_serial_bus.type == 0) ||
628 (aml_resource->common_serial_bus.type >
632 aml_resource->common_serial_bus.
H A Damlresrc.h402 union aml_resource { union

Completed in 117 milliseconds