Home
last modified time | relevance | path

Searched refs:AML_RESOURCE_PIN_GROUP (Results 1 – 5 of 5) sorted by relevance

/acpica-latest/source/include/
Damlresrc.h746 } AML_RESOURCE_PIN_GROUP; typedef
841 AML_RESOURCE_PIN_GROUP PinGroup;
/acpica-latest/source/components/resources/
Drsinfo.c336 sizeof (AML_RESOURCE_PIN_GROUP), /* ACPI_RESOURCE_TYPE_PIN_GROUP */
Drsserial.c825 sizeof (AML_RESOURCE_PIN_GROUP),
/acpica-latest/source/components/utilities/
Dutresrc.c204 ACPI_AML_SIZE_LARGE (AML_RESOURCE_PIN_GROUP),
/acpica-latest/source/compiler/
Daslrestype2s.c2051 DescriptorSize = ACPI_AML_SIZE_LARGE (AML_RESOURCE_PIN_GROUP) + in RsDoPinGroupDescriptor()
2066 PinList = ACPI_ADD_PTR (UINT16, Descriptor, sizeof (AML_RESOURCE_PIN_GROUP)); in RsDoPinGroupDescriptor()