Searched refs:AML_RESOURCE_CLOCK_INPUT (Results 1 – 5 of 5) sorted by relevance
725 } AML_RESOURCE_CLOCK_INPUT; typedef844 AML_RESOURCE_CLOCK_INPUT ClockInput;
339 sizeof (AML_RESOURCE_CLOCK_INPUT), /* ACPI_RESOURCE_TYPE_CLOCK_INPUT */
270 sizeof (AML_RESOURCE_CLOCK_INPUT),296 sizeof(AML_RESOURCE_CLOCK_INPUT)},
207 ACPI_AML_SIZE_LARGE (AML_RESOURCE_CLOCK_INPUT),
1740 DescriptorSize = ACPI_AML_SIZE_LARGE (AML_RESOURCE_CLOCK_INPUT) + ResSourceLength + 1; in RsDoClockInputDescriptor()1755 ResourceSourceIndex = ACPI_ADD_PTR (UINT8, Descriptor, sizeof (AML_RESOURCE_CLOCK_INPUT)); in RsDoClockInputDescriptor()1756 … ResourceSourceString = ACPI_ADD_PTR (char, Descriptor, sizeof (AML_RESOURCE_CLOCK_INPUT) + 1); in RsDoClockInputDescriptor()