Lines Matching refs:PinFunction
273 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinFunction.RevisionId),
274 AML_OFFSET (PinFunction.RevisionId),
277 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.PinFunction.Shareable),
278 AML_OFFSET (PinFunction.Flags),
281 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinFunction.PinConfig),
282 AML_OFFSET (PinFunction.PinConfig),
285 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.PinFunction.FunctionNumber),
286 AML_OFFSET (PinFunction.FunctionNumber),
296 {ACPI_RSC_COUNT_GPIO_PIN, ACPI_RS_OFFSET (Data.PinFunction.PinTableLength),
297 AML_OFFSET (PinFunction.PinTableOffset),
298 AML_OFFSET (PinFunction.ResSourceOffset)},
300 {ACPI_RSC_MOVE_GPIO_PIN, ACPI_RS_OFFSET (Data.PinFunction.PinTable),
301 AML_OFFSET (PinFunction.PinTableOffset),
306 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinFunction.ResourceSource.Index),
307 AML_OFFSET (PinFunction.ResSourceIndex),
310 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinFunction.ResourceSource.StringLength),
311 AML_OFFSET (PinFunction.ResSourceOffset),
312 AML_OFFSET (PinFunction.VendorOffset)},
314 {ACPI_RSC_MOVE_GPIO_RES, ACPI_RS_OFFSET (Data.PinFunction.ResourceSource.StringPtr),
315 AML_OFFSET (PinFunction.ResSourceOffset),
320 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinFunction.VendorLength),
321 AML_OFFSET (PinFunction.VendorLength),
324 {ACPI_RSC_MOVE_GPIO_RES, ACPI_RS_OFFSET (Data.PinFunction.VendorData),
325 AML_OFFSET (PinFunction.VendorOffset),