Lines Matching refs:namespace
9 The Linux ACPI subsystem converts ACPI namespace objects into a Linux
39 data structure called the ACPI namespace whose topology reflects the
79 All definition blocks are loaded into a single namespace. The namespace
82 namespace:
88 5. The '\' symbol represents the root of the namespace (i.e. names
89 prepended with '\' are relative to the namespace root).
90 6. The '^' symbol represents the parent of the current namespace node
92 current namespace node).
94 The figure below shows an example ACPI namespace.
101 +-| _PR | Scope(_PR): the processor namespace
109 +-| _SB | Scope(_SB): the system bus namespace
161 +-| _TZ | Scope(_TZ): the thermal zone namespace
181 +-| _GPE | Scope(_GPE): the GPE namespace
190 objects for ACPI namespace objects representing devices, power resources
194 ACPI namespace representation of the given object and 'instance' is used
234 The object's source is an ACPI namespace node (as indicated by the
237 the full path to the node from the namespace root.
244 The struct acpi_device object is created for an ACPI namespace node
247 its namespace path will be present in its sysfs directory. For
248 example, if the _BCL method is present for an ACPI namespace node, a
262 the corresponding ACPI namespace node. The object's sysfs directory
272 ACPI namespace node, although that object represents a device (for
296 ACPI namespace. For example, if there's an ACPI namespace object
297 representing a PCI device (i.e. a device object under an ACPI namespace
301 namespace object will contain the 'physical_node' symbolic link to the
315 example ACPI namespace illustrated in Figure 2 with the addition of
382 2. 'path' is the ACPI namespace path of the corresponding
383 ACPI namespace object, as returned by the object's 'path'