Home
last modified time | relevance | path

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

/acpica-latest/source/compiler/
Daslrestype2s.c2180 UINT16 ResSourceLabelLength; in RsDoPinGroupFunctionDescriptor() local
2196 ResSourceLabelLength = RsGetStringDataLengthAt (InitializerOp, 4); in RsDoPinGroupFunctionDescriptor()
2200 ResSourceLength + ResSourceLabelLength + VendorLength; in RsDoPinGroupFunctionDescriptor()
2216 VendorData = ACPI_ADD_PTR (UINT8, ResourceSourceLabel, ResSourceLabelLength); in RsDoPinGroupFunctionDescriptor()
2257 if (ResSourceLabelLength < 2) in RsDoPinGroupFunctionDescriptor()
2326 UINT16 ResSourceLabelLength; in RsDoPinGroupConfigDescriptor() local
2342 ResSourceLabelLength = RsGetStringDataLengthAt (InitializerOp, 5); in RsDoPinGroupConfigDescriptor()
2346 ResSourceLength + ResSourceLabelLength + VendorLength; in RsDoPinGroupConfigDescriptor()
2362 VendorData = ACPI_ADD_PTR (UINT8, ResourceSourceLabel, ResSourceLabelLength); in RsDoPinGroupConfigDescriptor()
2426 if (ResSourceLabelLength < 2) in RsDoPinGroupConfigDescriptor()