Lines Matching refs:Type

530                 ObjDesc->Common.Type,  in AcpiExDumpObject()
601 AcpiUtGetObjectTypeName (Next), Next->Common.Type); in AcpiExDumpObject()
605 if ((Next->Common.Type == ACPI_TYPE_LOCAL_DATA) && in AcpiExDumpObject()
613 AcpiUtGetObjectTypeName (Next), Next->Common.Type); in AcpiExDumpObject()
645 if ((Next->Common.Type == ACPI_TYPE_LOCAL_DATA) && in AcpiExDumpObject()
677 AcpiUtGetObjectTypeName (Next), Next->Common.Type); in AcpiExDumpObject()
681 if ((Next->Common.Type == ACPI_TYPE_LOCAL_DATA) && in AcpiExDumpObject()
689 AcpiUtGetObjectTypeName (Next), Next->Common.Type); in AcpiExDumpObject()
799 switch (ObjDesc->Common.Type) in AcpiExDumpOperand()
827 ObjDesc->Reference.Object)->Common.Type)); in AcpiExDumpOperand()
966 else if ((ObjDesc->BufferField.BufferObj)->Common.Type != in AcpiExDumpOperand()
1019 AcpiOsPrintf ("Unknown Type %X\n", ObjDesc->Common.Type); in AcpiExDumpOperand()
1139 Node->Type, AcpiUtGetTypeName (Node->Type)); in AcpiExDumpNamespaceNode()
1180 AcpiUtGetTypeName (ObjDesc->Reference.Node->Type), in AcpiExDumpReferenceObj()
1200 ObjDesc->Reference.Object)->Common.Type)); in AcpiExDumpReferenceObj()
1256 switch (ObjDesc->Common.Type) in AcpiExDumpPackageObj()
1308 AcpiUtGetTypeName (ObjDesc->Common.Type), ObjDesc->Common.Type); in AcpiExDumpPackageObj()
1378 if (ObjDesc->Common.Type > ACPI_TYPE_LOCAL_MAX) in AcpiExDumpObjectDescriptor()
1381 ObjDesc->Common.Type); in AcpiExDumpObjectDescriptor()
1399 AcpiExDumpObject (ObjDesc, AcpiExDumpInfo[ObjDesc->Common.Type]); in AcpiExDumpObjectDescriptor()
1401 if (ObjDesc->Common.Type == ACPI_TYPE_REGION) in AcpiExDumpObjectDescriptor()
1404 if (ObjDesc->Common.Type > ACPI_TYPE_LOCAL_MAX) in AcpiExDumpObjectDescriptor()
1408 ObjDesc->Common.Type); in AcpiExDumpObjectDescriptor()
1414 AcpiExDumpObject (ObjDesc, AcpiExDumpInfo[ObjDesc->Common.Type]); in AcpiExDumpObjectDescriptor()