Lines Matching refs:Type

166     UINT8                   Type,
172 UINT8 Type,
226 WalkState->Arguments[i].Type = ACPI_TYPE_ANY; in AcpiDsMethodDataInit()
239 WalkState->LocalVariables[i].Type = ACPI_TYPE_ANY; in AcpiDsMethodDataInit()
384 UINT8 Type, in AcpiDsMethodDataGetNode() argument
395 switch (Type) in AcpiDsMethodDataGetNode()
429 ACPI_ERROR ((AE_INFO, "Type %u is invalid", Type)); in AcpiDsMethodDataGetNode()
456 UINT8 Type, in AcpiDsMethodDataSetValue() argument
470 Type, Object->Common.ReferenceCount, in AcpiDsMethodDataSetValue()
471 AcpiUtGetTypeName (Object->Common.Type))); in AcpiDsMethodDataSetValue()
475 Status = AcpiDsMethodDataGetNode (Type, Index, WalkState, &Node); in AcpiDsMethodDataSetValue()
515 UINT8 Type, in AcpiDsMethodDataGetValue() argument
538 Status = AcpiDsMethodDataGetNode (Type, Index, WalkState, &Node); in AcpiDsMethodDataGetValue()
575 else switch (Type) in AcpiDsMethodDataGetValue()
594 ACPI_ERROR ((AE_INFO, "Not a Arg/Local opcode: 0x%X", Type)); in AcpiDsMethodDataGetValue()
628 UINT8 Type, in AcpiDsMethodDataDeleteValue() argument
642 Status = AcpiDsMethodDataGetNode (Type, Index, WalkState, &Node); in AcpiDsMethodDataDeleteValue()
694 UINT8 Type, in AcpiDsStoreObjectToLocal() argument
707 Type, Index, ObjDesc)); in AcpiDsStoreObjectToLocal()
718 Status = AcpiDsMethodDataGetNode (Type, Index, WalkState, &Node); in AcpiDsStoreObjectToLocal()
774 if (Type == ACPI_REFCLASS_ARG) in AcpiDsStoreObjectToLocal()
782 (CurrentObjDesc->Common.Type == in AcpiDsStoreObjectToLocal()
813 AcpiDsMethodDataDeleteValue (Type, Index, WalkState); in AcpiDsStoreObjectToLocal()
821 Status = AcpiDsMethodDataSetValue (Type, Index, NewObjDesc, WalkState); in AcpiDsStoreObjectToLocal()
884 return_VALUE (Object->Type); in AcpiDsMethodDataGetType()