Lines Matching +full:reg +full:- +full:property
1 .. SPDX-License-Identifier: GPL-2.0
17 node object. Do not use non-string references as this will produce a copy of
22 hierarchical data extension node [dsd-guide].
25 "@" character and the number of the node in hexadecimal notation (without pre-
26 or postfixes). The same ACPI object shall include the _DSD property extension
27 with a property "reg" that shall have the same numerical value as the number of
31 "reg" property shall be omitted from the ACPI object's _DSD properties and the
39 In the ASL snippet below, the "reference" _DSD property contains a string
47 ToUUID("dbb8e3e6-5886-4ba6-8795-1319f52a966b"),
54 ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
56 Package () { "reg", 0 },
57 Package () { "random-property", 3 },
61 ToUUID("dbb8e3e6-5886-4ba6-8795-1319f52a966b"),
63 Package () { "reg", 1 },
68 ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
70 Package () { "random-property", 0 },
78 ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
87 Documentation/firmware-guide/acpi/dsd/graph.rst.
92 [dsd-guide] DSD Guide.
93 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
94 2021-11-30.