Lines Matching defs:aml_resource
463 union aml_resource *aml_resource;
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->pin_function.vendor_length) {
597 aml_resource->pin_function.vendor_offset -
598 aml_resource->pin_function.
600 aml_resource->pin_function.vendor_length;
603 aml_resource->large_header.resource_length +
605 aml_resource->pin_function.pin_table_offset;
615 memcpy(&common_serial_bus, aml_resource,
631 if (aml_resource->pin_config.vendor_length) {
633 aml_resource->pin_config.vendor_offset -
634 aml_resource->pin_config.pin_table_offset +
635 aml_resource->pin_config.vendor_length;
638 aml_resource->large_header.resource_length +
640 aml_resource->pin_config.pin_table_offset;
647 aml_resource->pin_group.vendor_offset -
648 aml_resource->pin_group.pin_table_offset +
649 aml_resource->pin_group.vendor_length;
656 aml_resource->pin_group_function.vendor_offset -
657 aml_resource->pin_group_function.res_source_offset +
658 aml_resource->pin_group_function.vendor_length;
665 aml_resource->pin_group_config.vendor_offset -
666 aml_resource->pin_group_config.res_source_offset +
667 aml_resource->pin_group_config.vendor_length;
695 memcpy(&common_serial_bus, aml_resource,