Home
last modified time | relevance | path

Searched refs:DescriptorType (Results 1 – 25 of 34) sorted by relevance

12

/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutstate.c251 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE; in AcpiUtCreateGenericState()
291 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_THREAD; in AcpiUtCreateThreadState()
342 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_UPDATE; in AcpiUtCreateUpdateState()
384 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PACKAGE; in AcpiUtCreatePkgState()
427 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_CONTROL; in AcpiUtCreateControlState()
H A Duttrack.c759 UINT8 DescriptorType; in AcpiUtDumpAllocations() local
821 DescriptorType = 0; /* Not a valid descriptor type */ in AcpiUtDumpAllocations()
829 DescriptorType = ACPI_DESC_TYPE_OPERAND; in AcpiUtDumpAllocations()
837 DescriptorType = ACPI_DESC_TYPE_PARSER; in AcpiUtDumpAllocations()
845 DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiUtDumpAllocations()
856 switch (DescriptorType) in AcpiUtDumpAllocations()
H A Dutinit.c347 AcpiGbl_RootNodeStruct.DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiUtInitGlobals()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslrestype1.c194 Descriptor->EndTag.DescriptorType = ACPI_RESOURCE_NAME_END_TAG | in RsDoEndTagDescriptor()
224 Descriptor->EndDpf.DescriptorType = in RsDoEndDependentDescriptor()
261 Descriptor->Memory24.DescriptorType = ACPI_RESOURCE_NAME_MEMORY24; in RsDoMemory24Descriptor()
367 Descriptor->Memory32.DescriptorType = ACPI_RESOURCE_NAME_MEMORY32; in RsDoMemory32Descriptor()
470 Descriptor->FixedMemory32.DescriptorType = ACPI_RESOURCE_NAME_FIXED_MEMORY32; in RsDoMemory32FixedDescriptor()
558 Descriptor->StartDpf.DescriptorType = in RsDoStartDependentDescriptor()
646 Descriptor->StartDpf.DescriptorType = in RsDoStartDependentNoPriDescriptor()
709 Descriptor->VendorSmall.DescriptorType = ACPI_RESOURCE_NAME_VENDOR_SMALL; in RsDoVendorSmallDescriptor()
747 Descriptor->VendorSmall.DescriptorType |= (UINT8) i; in RsDoVendorSmallDescriptor()
H A Daslrestype1i.c199 Descriptor->Dma.DescriptorType = in RsDoDmaDescriptor()
317 Descriptor->FixedDma.DescriptorType = in RsDoFixedDmaDescriptor()
393 Descriptor->Io.DescriptorType = in RsDoFixedIoDescriptor()
476 Descriptor->Io.DescriptorType = in RsDoIoDescriptor()
587 Descriptor->Irq.DescriptorType = in RsDoIrqDescriptor()
707 Descriptor->Irq.DescriptorType = in RsDoIrqNoFlagsDescriptor()
H A Daslrestype2.c195 Descriptor->GenericReg.DescriptorType = ACPI_RESOURCE_NAME_GENERIC_REGISTER; in RsDoGeneralRegisterDescriptor()
330 Descriptor->ExtendedIrq.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_IRQ; in RsDoInterruptDescriptor()
498 ASL_RESDESC_OFFSET (ExtendedIrq.DescriptorType)) in RsDoInterruptDescriptor()
546 Descriptor->VendorLarge.DescriptorType = ACPI_RESOURCE_NAME_VENDOR_LARGE; in RsDoVendorLargeDescriptor()
H A Daslrestype2s.c479 Descriptor->Gpio.DescriptorType = ACPI_RESOURCE_NAME_GPIO; in RsDoGpioIntDescriptor()
688 Descriptor->Gpio.DescriptorType = ACPI_RESOURCE_NAME_GPIO; in RsDoGpioIoDescriptor()
888 Descriptor->I2cSerialBus.DescriptorType = ACPI_RESOURCE_NAME_SERIAL_BUS; in RsDoI2cSerialBusDescriptor()
1047 Descriptor->SpiSerialBus.DescriptorType = ACPI_RESOURCE_NAME_SERIAL_BUS; in RsDoSpiSerialBusDescriptor()
1235 Descriptor->UartSerialBus.DescriptorType = ACPI_RESOURCE_NAME_SERIAL_BUS; in RsDoUartSerialBusDescriptor()
1439 Descriptor->Csi2SerialBus.DescriptorType = ACPI_RESOURCE_NAME_SERIAL_BUS; in RsDoCsi2SerialBusDescriptor()
1579 Descriptor->PinFunction.DescriptorType = ACPI_RESOURCE_NAME_PIN_FUNCTION; in RsDoPinFunctionDescriptor()
1765 Descriptor->PinConfig.DescriptorType = ACPI_RESOURCE_NAME_PIN_CONFIG; in RsDoPinConfigDescriptor()
1965 Descriptor->PinGroup.DescriptorType = ACPI_RESOURCE_NAME_PIN_GROUP; in RsDoPinGroupDescriptor()
2118 Descriptor->PinGroupFunction.DescriptorType = ACPI_RESOURCE_NAME_PIN_GROUP_FUNCTION; in RsDoPinGroupFunctionDescriptor()
[all …]
H A Daslrestype2e.c201 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64; in RsDoExtendedIoDescriptor()
374 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64; in RsDoExtendedMemoryDescriptor()
555 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64; in RsDoExtendedSpaceDescriptor()
H A Daslrestype2q.c205 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64; in RsDoQwordIoDescriptor()
426 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64; in RsDoQwordMemoryDescriptor()
655 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64; in RsDoQwordSpaceDescriptor()
H A Daslrestype2w.c205 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16; in RsDoWordIoDescriptor()
426 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16; in RsDoWordBusNumberDescriptor()
631 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16; in RsDoWordSpaceDescriptor()
H A Daslrestype2d.c205 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32; in RsDoDwordIoDescriptor()
435 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32; in RsDoDwordMemoryDescriptor()
670 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32; in RsDoDwordSpaceDescriptor()
H A Daslmapenter.c263 if (Resource->DescriptorType != ACPI_RESOURCE_NAME_SERIAL_BUS) in MpSaveSerialInfo()
/dragonfly/sys/contrib/dev/acpica/source/components/resources/
H A Drsutils.c358 if (Aml->SmallHeader.DescriptorType & ACPI_RESOURCE_NAME_LARGE) in AcpiRsSetResourceLength()
371 Aml->SmallHeader.DescriptorType = (UINT8) in AcpiRsSetResourceLength()
372 ((Aml->SmallHeader.DescriptorType & in AcpiRsSetResourceLength()
398 UINT8 DescriptorType, in AcpiRsSetResourceHeader() argument
407 Aml->SmallHeader.DescriptorType = DescriptorType; in AcpiRsSetResourceHeader()
H A Drsio.c324 AML_OFFSET (StartDpf.DescriptorType),
/dragonfly/sys/contrib/dev/acpica/source/components/parser/
H A Dpsscope.c236 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RPSCOPE; in AcpiPsInitScope()
283 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PSCOPE; in AcpiPsPushScope()
H A Dpsutils.c213 Op->Common.DescriptorType = ACPI_DESC_TYPE_PARSER; in AcpiPsInitOp()
/dragonfly/sys/contrib/dev/acpica/source/tools/acpiexec/
H A Daeexception.c416 (ThreadList->DescriptorType == ACPI_DESC_TYPE_STATE_THREAD)) in AeDisplayMethodCallStack()
422 (WalkState->DescriptorType == ACPI_DESC_TYPE_WALK)) in AeDisplayMethodCallStack()
/dragonfly/sys/contrib/dev/acpica/source/components/dispatcher/
H A Ddswstate.c370 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RESULT; in AcpiDsResultStackPush()
726 WalkState->DescriptorType = ACPI_DESC_TYPE_WALK; in AcpiDsCreateWalkState()
902 if (WalkState->DescriptorType != ACPI_DESC_TYPE_WALK) in AcpiDsDeleteWalkState()
H A Ddsmthdat.c225 WalkState->Arguments[i].DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiDsMethodDataInit()
238 WalkState->LocalVariables[i].DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiDsMethodDataInit()
H A Ddswscope.c253 ScopeInfo->Common.DescriptorType = ACPI_DESC_TYPE_STATE_WSCOPE; in AcpiDsScopeStackPush()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Damlresrc.h264 UINT8 DescriptorType;
371 UINT8 DescriptorType;\
783 UINT8 DescriptorType; member
H A Dacobject.h191 … UINT8 DescriptorType; /* To differentiate various internal objs */\
692 UINT8 DescriptorType; /* To differentiate various internal objs */ member
H A Daclocal.h296 UINT8 DescriptorType; /* Differentiate object descriptor types */ member
786 UINT8 DescriptorType; /* To differentiate various internal objs */\
1026 … UINT8 DescriptorType; /* To differentiate various internal objs */\
H A Dacstruct.h184 UINT8 DescriptorType; /* To differentiate various internal objs */ member
/dragonfly/sys/contrib/dev/acpica/source/components/events/
H A Devmisc.c282 Info->Common.DescriptorType = ACPI_DESC_TYPE_STATE_NOTIFY; in AcpiEvQueueNotifyRequest()

12