Home
last modified time | relevance | path

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

/reactos/drivers/bus/acpi/acpica/resources/
H A Drsserial.c166 AML_OFFSET (PinFunction.RevisionId),
170 AML_OFFSET (PinFunction.Flags),
174 AML_OFFSET (PinFunction.PinConfig),
178 AML_OFFSET (PinFunction.FunctionNumber),
189 AML_OFFSET (PinFunction.PinTableOffset),
193 AML_OFFSET (PinFunction.PinTableOffset),
199 AML_OFFSET (PinFunction.ResSourceIndex),
203 AML_OFFSET (PinFunction.ResSourceOffset),
204 AML_OFFSET (PinFunction.VendorOffset)},
213 AML_OFFSET (PinFunction.VendorLength),
[all …]
H A Drscalc.c369 (Resource->Data.PinFunction.PinTableLength * 2) + in AcpiRsGetAmlLength()
370 Resource->Data.PinFunction.ResourceSource.StringLength + in AcpiRsGetAmlLength()
371 Resource->Data.PinFunction.VendorLength); in AcpiRsGetAmlLength()
612 if (AmlResource->PinFunction.VendorLength) in AcpiRsGetListLength()
615 AmlResource->PinFunction.VendorOffset - in AcpiRsGetListLength()
616 AmlResource->PinFunction.PinTableOffset + in AcpiRsGetListLength()
617 AmlResource->PinFunction.VendorLength; in AcpiRsGetListLength()
624 AmlResource->PinFunction.PinTableOffset; in AcpiRsGetListLength()
H A Drsdumpinfo.c258 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (PinFunction.RevisionId), "RevisionId", …
259 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (PinFunction.PinConfig), "PinConfig", …
260 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (PinFunction.Shareable), "Sharing", …
261 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.FunctionNumber), "FunctionNumber", …
262 …{ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (PinFunction.ResourceSource), "ResourceSource", …
263 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.PinTableLength), "PinTableLength", …
264 …{ACPI_RSD_WORDLIST, ACPI_RSD_OFFSET (PinFunction.PinTable), "PinTable", …
265 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.VendorLength), "VendorLength", …
266 …{ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (PinFunction.VendorData), "VendorData", …
/reactos/drivers/bus/acpi/acpica/include/
H A Damlresrc.h709 AML_RESOURCE_PIN_FUNCTION PinFunction; member
H A Dacrestyp.h778 ACPI_RESOURCE_PIN_FUNCTION PinFunction; member