Lines Matching refs:object
11 receiving ACPI hotplug notification events. For each device object in this
81 The following naming conventions apply to object names in the ACPI
194 ACPI namespace representation of the given object and 'instance' is used
195 for distinguishing different object of the same 'bus_id' (it is
198 The value of 'bus_id' depends on the type of the object whose name it is
234 The object's source is an ACPI namespace node (as indicated by the
235 named object's type in the second column). In that case the object's
239 The struct acpi_device object is created for a fixed hardware
244 The struct acpi_device object is created for an ACPI namespace node
249 struct acpi_device object with LNXVIDEO 'bus_id' will be created for
258 rule of the struct acpi_device object:
260 _HID in the last column of the table means that the object's bus_id
262 the corresponding ACPI namespace node. The object's sysfs directory
264 used to retrieve the _HID and _CIDs of that object.
270 'device' in the last column of the table indicates that the object's
272 ACPI namespace node, although that object represents a device (for
275 object's bus_id.
283 the ACPI device object is a "companion" of a device otherwise
287 control methods. One ACPI device object may be linked this way to
290 If an ACPI device object is linked to a "physical" device, its sysfs
292 directory of the target device object. In turn, the target device's
294 the sysfs directory of the companion ACPI device object.
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
298 object representing a PCI bridge) whose _ADR returns 0x00020000 and the
300 representing the struct acpi_device object created for that ACPI
301 namespace object will contain the 'physical_node' symbolic link to the
380 NOTE: Each node is represented as "object/path/modalias", where:
381 1. 'object' is the name of the object's directory in sysfs.
383 ACPI namespace object, as returned by the object's 'path'
385 3. 'modalias' is the value of the object's 'modalias' sysfs
387 NOTE: N/A indicates the device object does not have the 'path' or the