Lines Matching defs:aml_resource
453 union aml_resource *aml_resource;
477 aml_resource = (void *)aml_buffer;
568 if (aml_resource->gpio.vendor_length) {
570 aml_resource->gpio.vendor_offset -
571 aml_resource->gpio.pin_table_offset +
572 aml_resource->gpio.vendor_length;
575 aml_resource->large_header.resource_length +
577 aml_resource->gpio.pin_table_offset;
585 if (aml_resource->pin_function.vendor_length) {
587 aml_resource->pin_function.vendor_offset -
588 aml_resource->pin_function.
590 aml_resource->pin_function.vendor_length;
593 aml_resource->large_header.resource_length +
595 aml_resource->pin_function.pin_table_offset;
603 [aml_resource->common_serial_bus.type];
605 aml_resource->common_serial_bus.resource_length -
613 if (aml_resource->pin_config.vendor_length) {
615 aml_resource->pin_config.vendor_offset -
616 aml_resource->pin_config.pin_table_offset +
617 aml_resource->pin_config.vendor_length;
620 aml_resource->large_header.resource_length +
622 aml_resource->pin_config.pin_table_offset;
629 aml_resource->pin_group.vendor_offset -
630 aml_resource->pin_group.pin_table_offset +
631 aml_resource->pin_group.vendor_length;
638 aml_resource->pin_group_function.vendor_offset -
639 aml_resource->pin_group_function.res_source_offset +
640 aml_resource->pin_group_function.vendor_length;
647 aml_resource->pin_group_config.vendor_offset -
648 aml_resource->pin_group_config.res_source_offset +
649 aml_resource->pin_group_config.vendor_length;
668 [aml_resource->common_serial_bus.type] +