Lines Matching refs:namespace
17 The Linux ACPI subsystem converts ACPI namespace objects into a Linux
42 data structure called the ACPI namespace whose topology reflects the
83 All definition blocks are loaded into a single namespace. The namespace
86 namespace:
93 5. The '\' symbol represents the root of the namespace (i.e. names
94 prepended with '\' are relative to the namespace root).
95 6. The '^' symbol represents the parent of the current namespace node
97 current namespace node).
99 The figure below shows an example ACPI namespace::
106 +-| _PR | Scope(_PR): the processor namespace
114 +-| _SB | Scope(_SB): the system bus namespace
166 +-| _TZ | Scope(_TZ): the thermal zone namespace
186 +-| _GPE | Scope(_GPE): the GPE namespace
196 objects for ACPI namespace objects representing devices, power resources
200 ACPI namespace representation of the given object and 'instance' is used
241 The object's source is an ACPI namespace node (as indicated by the
244 the full path to the node from the namespace root.
251 The struct acpi_device object is created for an ACPI namespace node
254 its namespace path will be present in its sysfs directory. For
255 example, if the _BCL method is present for an ACPI namespace node, a
270 the corresponding ACPI namespace node. The object's sysfs directory
280 ACPI namespace node, although that object represents a device (for
305 ACPI namespace. For example, if there's an ACPI namespace object
306 representing a PCI device (i.e. a device object under an ACPI namespace
310 namespace object will contain the 'physical_node' symbolic link to the
325 example ACPI namespace illustrated in Figure 2 with the addition of
393 2. 'path' is the ACPI namespace path of the corresponding
394 ACPI namespace object, as returned by the object's 'path'