Searched refs:DescriptorType (Results 1 – 20 of 20) sorted by relevance
143 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE; in AcpiUtCreateGenericState()183 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_THREAD; in AcpiUtCreateThreadState()234 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_UPDATE; in AcpiUtCreateUpdateState()276 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PACKAGE; in AcpiUtCreatePkgState()319 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_CONTROL; in AcpiUtCreateControlState()
654 UINT8 DescriptorType; in AcpiUtDumpAllocations() local702 DescriptorType = 0; /* Not a valid descriptor type */ in AcpiUtDumpAllocations()710 DescriptorType = ACPI_DESC_TYPE_OPERAND; in AcpiUtDumpAllocations()718 DescriptorType = ACPI_DESC_TYPE_PARSER; in AcpiUtDumpAllocations()726 DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiUtDumpAllocations()737 switch (DescriptorType) in AcpiUtDumpAllocations()
241 AcpiGbl_RootNodeStruct.DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiUtInitGlobals()
250 if (Aml->SmallHeader.DescriptorType & ACPI_RESOURCE_NAME_LARGE) in AcpiRsSetResourceLength()263 Aml->SmallHeader.DescriptorType = (UINT8) in AcpiRsSetResourceLength()264 ((Aml->SmallHeader.DescriptorType & in AcpiRsSetResourceLength()290 UINT8 DescriptorType, in AcpiRsSetResourceHeader() argument299 Aml->SmallHeader.DescriptorType = DescriptorType; in AcpiRsSetResourceHeader()
216 AML_OFFSET (StartDpf.DescriptorType),
79 AML_OFFSET (Irq.DescriptorType),
128 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RPSCOPE; in AcpiPsInitScope()175 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PSCOPE; in AcpiPsPushScope()
104 Op->Common.DescriptorType = ACPI_DESC_TYPE_PARSER; in AcpiPsInitOp()
151 UINT8 DescriptorType;258 UINT8 DescriptorType;\542 UINT8 DescriptorType; member
83 … UINT8 DescriptorType; /* To differentiate various internal objs */\576 UINT8 DescriptorType; /* To differentiate various internal objs */ member
188 UINT8 DescriptorType; /* Differentiate object descriptor types */ member675 UINT8 DescriptorType; /* To differentiate various internal objs */\909 UINT8 DescriptorType; /* To differentiate various internal objs */\
76 UINT8 DescriptorType; /* To differentiate various internal objs */ member
335 #define ACPI_GET_DESCRIPTOR_TYPE(d) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.DescriptorType)336 #define ACPI_SET_DESCRIPTOR_TYPE(d, t) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.DescriptorType = …
344 UINT8 DescriptorType,
262 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RESULT; in AcpiDsResultStackPush()618 WalkState->DescriptorType = ACPI_DESC_TYPE_WALK; in AcpiDsCreateWalkState()794 if (WalkState->DescriptorType != ACPI_DESC_TYPE_WALK) in AcpiDsDeleteWalkState()
117 WalkState->Arguments[i].DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiDsMethodDataInit()130 WalkState->LocalVariables[i].DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiDsMethodDataInit()
145 ScopeInfo->Common.DescriptorType = ACPI_DESC_TYPE_STATE_WSCOPE; in AcpiDsScopeStackPush()
174 Info->Common.DescriptorType = ACPI_DESC_TYPE_STATE_NOTIFY; in AcpiEvQueueNotifyRequest()
132 if (greg->DescriptorType != in cpu_acpi_cache_ctrl_regs()
1115 U8 DescriptorType; /* 0x00 */ member