Home
last modified time | relevance | path

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

/acpica-latest/source/compiler/
Daslrestype2s.c1550 UINT16 PinListLength; in RsDoPinFunctionDescriptor() local
1566 PinListLength = RsGetInterruptDataLength (InitializerOp, 8); in RsDoPinFunctionDescriptor()
1569 ResSourceLength + VendorLength + PinListLength; in RsDoPinFunctionDescriptor()
1584 ResourceSource = ACPI_ADD_PTR (char, PinList, PinListLength); in RsDoPinFunctionDescriptor()
1839 UINT16 PinListLength; in RsDoPinConfigDescriptor() local
1855 PinListLength = RsGetInterruptDataLength (InitializerOp, 8); in RsDoPinConfigDescriptor()
1858 ResSourceLength + VendorLength + PinListLength; in RsDoPinConfigDescriptor()
1873 ResourceSource = ACPI_ADD_PTR (char, PinList, PinListLength); in RsDoPinConfigDescriptor()
2033 UINT16 PinListLength; in RsDoPinGroupDescriptor() local
2049 PinListLength = RsGetInterruptDataLength (InitializerOp, 4); in RsDoPinGroupDescriptor()
[all …]