Home
last modified time | relevance | path

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

/acpica-latest/source/components/disassembler/
Ddmresrcl2.c502 UINT8 ConnectionType; in AcpiDmGpioDescriptor() local
505 ConnectionType = Resource->Gpio.ConnectionType; in AcpiDmGpioDescriptor()
507 switch (ConnectionType) in AcpiDmGpioDescriptor()
/acpica-latest/source/common/
Ddmrestag.c999 if (Resource->Gpio.ConnectionType > AML_RESOURCE_MAX_GPIOTYPE) in AcpiDmGetResourceTag()
1004 TagList = AcpiGbl_GpioResourceTags[Resource->Gpio.ConnectionType]; in AcpiDmGetResourceTag()
/acpica-latest/source/compiler/
Daslmapenter.c223 Info->Type = Resource->Gpio.ConnectionType; in MpSaveGpioInfo()
Daslrestype2s.c481 Descriptor->Gpio.ConnectionType = AML_RESOURCE_GPIO_TYPE_INT; in RsDoGpioIntDescriptor()
690 Descriptor->Gpio.ConnectionType = AML_RESOURCE_GPIO_TYPE_IO; in RsDoGpioIoDescriptor()
/acpica-latest/source/include/
Damlresrc.h533 UINT8 ConnectionType; member
Dacrestyp.h567 UINT8 ConnectionType; member
/acpica-latest/source/components/resources/
Drsdumpinfo.c347 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Gpio.ConnectionType), "ConnectionType", …