Home
last modified time | relevance | path

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

/acpica-latest/source/include/
Damlresrc.h725 } AML_RESOURCE_CLOCK_INPUT; typedef
844 AML_RESOURCE_CLOCK_INPUT ClockInput;
/acpica-latest/source/components/resources/
Drsinfo.c339 sizeof (AML_RESOURCE_CLOCK_INPUT), /* ACPI_RESOURCE_TYPE_CLOCK_INPUT */
Drsserial.c270 sizeof (AML_RESOURCE_CLOCK_INPUT),
296 sizeof(AML_RESOURCE_CLOCK_INPUT)},
/acpica-latest/source/components/utilities/
Dutresrc.c207 ACPI_AML_SIZE_LARGE (AML_RESOURCE_CLOCK_INPUT),
/acpica-latest/source/compiler/
Daslrestype2s.c1740 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()