Lines Matching full:object
19 receiving ACPI hotplug notification events. For each device object
85 The following naming conventions apply to object names in the ACPI
200 ACPI namespace representation of the given object and 'instance' is used
201 for distinguishing different object of the same 'bus_id' (it is
204 The value of 'bus_id' depends on the type of the object whose name it is
208 | | Object/Feature | Table | bus_id |
241 The object's source is an ACPI namespace node (as indicated by the
242 named object's type in the second column). In that case the object's
246 The struct acpi_device object is created for a fixed hardware
251 The struct acpi_device object is created for an ACPI namespace node
256 struct acpi_device object with LNXVIDEO 'bus_id' will be created for
265 rule of the struct acpi_device object:
268 _HID in the last column of the table means that the object's bus_id
270 the corresponding ACPI namespace node. The object's sysfs directory
272 used to retrieve the _HID and _CIDs of that object.
278 'device' in the last column of the table indicates that the object's
280 ACPI namespace node, although that object represents a device (for
283 object's bus_id.
292 the ACPI device object is a "companion" of a device otherwise
296 control methods. One ACPI device object may be linked this way to
299 If an ACPI device object is linked to a "physical" device, its sysfs
301 directory of the target device object. In turn, the target device's
303 the sysfs directory of the companion ACPI device object.
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
307 object representing a PCI bridge) whose _ADR returns 0x00020000 and the
309 representing the struct acpi_device object created for that ACPI
310 namespace object will contain the 'physical_node' symbolic link to the
390 .. note:: Each node is represented as "object/path/modalias", where:
392 1. 'object' is the name of the object's directory in sysfs.
394 ACPI namespace object, as returned by the object's 'path'
396 3. 'modalias' is the value of the object's 'modalias' sysfs
399 .. note:: N/A indicates the device object does not have the 'path' or the