Home
last modified time | relevance | path

Searched refs:Reference (Results 1 – 25 of 224) sorted by relevance

123456789

/f-stack/freebsd/contrib/dev/acpica/components/executer/
H A Dexdebug.c341 switch (SourceDesc->Reference.Class) in AcpiExDoDebugObject()
364 if (SourceDesc->Reference.Node) in AcpiExDoDebugObject()
370 SourceDesc->Reference.Node); in AcpiExDoDebugObject()
375 (SourceDesc->Reference.Node)->Name.Ascii); in AcpiExDoDebugObject()
377 switch ((SourceDesc->Reference.Node)->Type) in AcpiExDoDebugObject()
397 else if (SourceDesc->Reference.Object) in AcpiExDoDebugObject()
405 SourceDesc->Reference.Object), in AcpiExDoDebugObject()
410 ObjectDesc = SourceDesc->Reference.Object; in AcpiExDoDebugObject()
411 Value = SourceDesc->Reference.Value; in AcpiExDoDebugObject()
425 *SourceDesc->Reference.IndexPointer); in AcpiExDoDebugObject()
[all …]
H A Dexresolv.c279 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()
297 StackDesc->Reference.Value, ObjDesc)); in AcpiExResolveObjectToValue()
309 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue()
328 ObjDesc = *StackDesc->Reference.Where; in AcpiExResolveObjectToValue()
382 *StackPtr = (void *) StackDesc->Reference.Node; in AcpiExResolveObjectToValue()
538 switch (ObjDesc->Reference.Class) in AcpiExResolveMultiple()
547 Node = ObjDesc->Reference.Object; in AcpiExResolveMultiple()
551 Node = ObjDesc->Reference.Node; in AcpiExResolveMultiple()
587 Type = ObjDesc->Reference.TargetType; in AcpiExResolveMultiple()
600 ObjDesc = *(ObjDesc->Reference.Where); in AcpiExResolveMultiple()
[all …]
H A Dexstore.c272 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()
406 *(IndexDesc->Reference.Where) = NewDesc; in AcpiExStoreObjectToIndex()
435 ObjDesc = IndexDesc->Reference.Object; in AcpiExStoreObjectToIndex()
[all …]
H A Dexdump.c806 switch (ObjDesc->Reference.Class) in AcpiExDumpOperand()
815 AcpiOsPrintf ("%p\n", ObjDesc->Reference.Object); in AcpiExDumpOperand()
827 ObjDesc->Reference.Object)->Common.Type)); in AcpiExDumpOperand()
834 ObjDesc->Reference.Node->Name.Ascii, in AcpiExDumpOperand()
835 ObjDesc->Reference.Node); in AcpiExDumpOperand()
841 AcpiOsPrintf ("%X\n", ObjDesc->Reference.Value); in AcpiExDumpOperand()
1166 if (ObjDesc->Reference.Class == ACPI_REFCLASS_NAME) in AcpiExDumpReferenceObj()
1168 AcpiOsPrintf (" %p ", ObjDesc->Reference.Node); in AcpiExDumpReferenceObj()
1185 else if (ObjDesc->Reference.Object) in AcpiExDumpReferenceObj()
1190 ObjDesc->Reference.Object); in AcpiExDumpReferenceObj()
[all …]
H A Dexoparg2.c509 ReturnDesc->Reference.Value = (UINT32) Index; in AcpiExOpcode_2A_1T_1R()
510 ReturnDesc->Reference.Class = ACPI_REFCLASS_INDEX; in AcpiExOpcode_2A_1T_1R()
526 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
527 ReturnDesc->Reference.IndexPointer = in AcpiExOpcode_2A_1T_1R()
539 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
540 ReturnDesc->Reference.IndexPointer = in AcpiExOpcode_2A_1T_1R()
552 ReturnDesc->Reference.TargetType = ACPI_TYPE_PACKAGE; in AcpiExOpcode_2A_1T_1R()
553 ReturnDesc->Reference.Where = in AcpiExOpcode_2A_1T_1R()
579 ReturnDesc->Reference.Object = Operand[0]; in AcpiExOpcode_2A_1T_1R()
H A Dexoparg1.c986 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R()
994 Operand[0]->Reference.Class, in AcpiExOpcode_1A_0T_1R()
995 Operand[0]->Reference.Value, in AcpiExOpcode_1A_0T_1R()
1014 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
1103 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R()
1110 switch (Operand[0]->Reference.TargetType) in AcpiExOpcode_1A_0T_1R()
1114 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
1142 ReturnDesc = *(Operand[0]->Reference.Where); in AcpiExOpcode_1A_0T_1R()
1160 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R()
1169 ReturnDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
[all …]
H A Dexmisc.c205 switch (ObjDesc->Reference.Class) in AcpiExGetObjectReference()
213 ReferencedObj = ObjDesc->Reference.Object; in AcpiExGetObjectReference()
219 ObjDesc->Reference.Class)); in AcpiExGetObjectReference()
247 ReferenceObj->Reference.Class = ACPI_REFCLASS_REFOF; in AcpiExGetObjectReference()
248 ReferenceObj->Reference.Object = ReferencedObj; in AcpiExGetObjectReference()
H A Dexresop.c355 switch (ObjDesc->Reference.Class) in AcpiExResolveOperands()
373 ObjDesc->Reference.Class)); in AcpiExResolveOperands()
380 ObjDesc->Reference.Class, ObjDesc)); in AcpiExResolveOperands()
462 ((*StackPtr)->Reference.Class == ACPI_REFCLASS_INDEX)) in AcpiExResolveOperands()
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbobject.c425 switch (ObjDesc->Reference.Class) in AcpiDbDisplayInternalObject()
429 AcpiOsPrintf ("%X ", ObjDesc->Reference.Value); in AcpiDbDisplayInternalObject()
433 [ObjDesc->Reference.Value].Object; in AcpiDbDisplayInternalObject()
441 AcpiOsPrintf ("%X ", ObjDesc->Reference.Value); in AcpiDbDisplayInternalObject()
445 [ObjDesc->Reference.Value].Object; in AcpiDbDisplayInternalObject()
453 switch (ObjDesc->Reference.TargetType) in AcpiDbDisplayInternalObject()
464 if (!ObjDesc->Reference.Where) in AcpiDbDisplayInternalObject()
471 *(ObjDesc->Reference.Where)); in AcpiDbDisplayInternalObject()
484 if (!ObjDesc->Reference.Object) in AcpiDbDisplayInternalObject()
497 AcpiDbDecodeNode (ObjDesc->Reference.Object); in AcpiDbDisplayInternalObject()
[all …]
/f-stack/freebsd/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c259 ObjDesc->Reference.Resolved = TRUE; in AcpiDsBuildInternalObject()
262 !ObjDesc->Reference.Node) in AcpiDsBuildInternalObject()
269 ObjDesc->Reference.Aml = Op->Common.Aml; in AcpiDsBuildInternalObject()
270 ObjDesc->Reference.Resolved = FALSE; in AcpiDsBuildInternalObject()
636 ObjDesc->Reference.Class = ACPI_REFCLASS_LOCAL; in AcpiDsInitObjectFromOp()
639 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp()
641 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp()
649 ObjDesc->Reference.Class = ACPI_REFCLASS_ARG; in AcpiDsInitObjectFromOp()
652 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp()
654 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp()
[all …]
H A Ddspkginit.c562 if (Element->Reference.Resolved) in AcpiDsResolvePackageElement()
573 ScopeInfo.Scope.Node = Element->Reference.Node; /* Prefix node */ in AcpiDsResolvePackageElement()
575 Status = AcpiNsLookup (&ScopeInfo, (char *) Element->Reference.Aml, in AcpiDsResolvePackageElement()
603 (char *) Element->Reference.Aml, NULL, &ExternalPath); in AcpiDsResolvePackageElement()
642 Element->Reference.Resolved = TRUE; in AcpiDsResolvePackageElement()
643 Element->Reference.Node = ResolvedNode; in AcpiDsResolvePackageElement()
644 Type = Element->Reference.Node->Type; in AcpiDsResolvePackageElement()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dscu.txt9 - Cortex-A9: see DDI0407E Cortex-A9 MPCore Technical Reference Manual
11 - Cortex-A5: see DDI0434B Cortex-A5 MPCore Technical Reference Manual
13 - ARM11 MPCore: see DDI0360F ARM 11 MPCore Processor Technical Reference
/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutcopy.c302 switch (InternalObject->Reference.Class) in AcpiUtCopyIsimpleToEsimple()
309 ExternalObject->Reference.Handle = in AcpiUtCopyIsimpleToEsimple()
310 InternalObject->Reference.Node; in AcpiUtCopyIsimpleToEsimple()
311 ExternalObject->Reference.ActualType = in AcpiUtCopyIsimpleToEsimple()
312 AcpiNsGetType (InternalObject->Reference.Node); in AcpiUtCopyIsimpleToEsimple()
675 InternalObject->Reference.Class = ACPI_REFCLASS_REFOF; in AcpiUtCopyEsimpleToIsimple()
676 InternalObject->Reference.Object = ExternalObject->Reference.Handle; in AcpiUtCopyEsimpleToIsimple()
916 if (SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) in AcpiUtCopySimpleObject()
921 AcpiUtAddReference (SourceDesc->Reference.Object); in AcpiUtCopySimpleObject()
/f-stack/freebsd/contrib/device-tree/Bindings/fsi/
H A Dfsi-master-ast-cf.txt16 - memory-region = <phandle>; : Reference to the reserved memory for
19 - aspeed,sram = <phandle>; : Reference to the SRAM node.
20 - aspeed,cvic = <phandle>; : Reference to the CVIC node.
/f-stack/freebsd/contrib/device-tree/src/arm64/lg/
H A Dlg1312-ref.dts3 * dts file for lg1312 Reference Board.
16 model = "LG Electronics, DTV SoC LG1312 Reference Board";
H A Dlg1313-ref.dts3 * dts file for lg1313 Reference Board.
16 model = "LG Electronics, DTV SoC LG1313 Reference Board";
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Duniphier-ld4-ref.dts3 // Device Tree Source for UniPhier LD4 Reference Board
14 model = "UniPhier LD4 Reference Board";
H A Duniphier-sld8-ref.dts3 // Device Tree Source for UniPhier sLD8 Reference Board
14 model = "UniPhier sLD8 Reference Board";
H A Duniphier-ld6b-ref.dts3 // Device Tree Source for UniPhier LD6b Reference Board
14 model = "UniPhier LD6b Reference Board";
H A Duniphier-pro4-ref.dts3 // Device Tree Source for UniPhier Pro4 Reference Board
14 model = "UniPhier Pro4 Reference Board";
/f-stack/freebsd/contrib/device-tree/src/arm64/socionext/
H A Duniphier-ld11-ref.dts3 // Device Tree Source for UniPhier LD11 Reference Board
14 model = "UniPhier LD11 Reference Board";
H A Duniphier-ld20-ref.dts3 // Device Tree Source for UniPhier LD20 Reference Board
14 model = "UniPhier LD20 Reference Board";
/f-stack/freebsd/contrib/device-tree/Bindings/regulator/
H A Dqcom,spmi-regulator.txt41 Definition: Reference to regulator supplying the input pin, as
56 Definition: Reference to regulator supplying the input pin, as
74 Definition: Reference to regulator supplying the input pin, as
125 Definition: Reference to regulator supplying the input pin, as
134 Definition: Reference to regulator supplying the input pin, as
151 Definition: Reference to regulator supplying the input pin, as
157 Description: Reference to syscon node defining the SAW registers.
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dchrontel,ch7322.yaml32 Reference to the GPIO connected to the RESET pin, if any. This
38 Reference to the GPIO connected to the OE pin, if any. When low
H A Dov7740.txt14 - clocks: Reference to the xvclk input clock.
20 - powerdown-gpios: Reference to the GPIO connected to the pwdn pin,

123456789