Lines Matching refs:PinFunction
209 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinFunction.RevisionId),
210 AML_OFFSET (PinFunction.RevisionId),
213 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.PinFunction.Shareable),
214 AML_OFFSET (PinFunction.Flags),
217 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinFunction.PinConfig),
218 AML_OFFSET (PinFunction.PinConfig),
221 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.PinFunction.FunctionNumber),
222 AML_OFFSET (PinFunction.FunctionNumber),
232 {ACPI_RSC_COUNT_GPIO_PIN, ACPI_RS_OFFSET (Data.PinFunction.PinTableLength),
233 AML_OFFSET (PinFunction.PinTableOffset),
234 AML_OFFSET (PinFunction.ResSourceOffset)},
236 {ACPI_RSC_MOVE_GPIO_PIN, ACPI_RS_OFFSET (Data.PinFunction.PinTable),
237 AML_OFFSET (PinFunction.PinTableOffset),
242 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinFunction.ResourceSource.Index),
243 AML_OFFSET (PinFunction.ResSourceIndex),
246 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinFunction.ResourceSource.StringLength),
247 AML_OFFSET (PinFunction.ResSourceOffset),
248 AML_OFFSET (PinFunction.VendorOffset)},
250 {ACPI_RSC_MOVE_GPIO_RES, ACPI_RS_OFFSET (Data.PinFunction.ResourceSource.StringPtr),
251 AML_OFFSET (PinFunction.ResSourceOffset),
256 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinFunction.VendorLength),
257 AML_OFFSET (PinFunction.VendorLength),
260 {ACPI_RSC_MOVE_GPIO_RES, ACPI_RS_OFFSET (Data.PinFunction.VendorData),
261 AML_OFFSET (PinFunction.VendorOffset),