Lines Matching refs:Reference
272 switch (RefDesc->Reference.Class) in AcpiExStore()
279 RefDesc->Reference.Object, in AcpiExStore()
295 Status = AcpiDsStoreObjectToLocal (RefDesc->Reference.Class, in AcpiExStore()
296 RefDesc->Reference.Value, SourceDesc, WalkState); in AcpiExStore()
314 RefDesc->Reference.Class)); in AcpiExStore()
359 switch (IndexDesc->Reference.TargetType) in AcpiExStoreObjectToIndex()
371 ObjDesc = *(IndexDesc->Reference.Where); in AcpiExStoreObjectToIndex()
374 SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) in AcpiExStoreObjectToIndex()
399 IndexDesc->Reference.Object)->Common.ReferenceCount; in AcpiExStoreObjectToIndex()
406 *(IndexDesc->Reference.Where) = NewDesc; in AcpiExStoreObjectToIndex()
412 IndexDesc->Reference.Object)->Common.ReferenceCount; in AcpiExStoreObjectToIndex()
435 ObjDesc = IndexDesc->Reference.Object; in AcpiExStoreObjectToIndex()
475 ObjDesc->Buffer.Pointer[IndexDesc->Reference.Value] = Value; in AcpiExStoreObjectToIndex()