Lines Matching refs:of

7 is scanned in search of device objects that generally represent various pieces
8 of hardware. This causes a struct acpi_device object to be created and
10 and the hierarchy of those struct acpi_device objects reflects the namespace
15 parsing code (although their role is analogous to the role of those objects).
17 During ACPI-based device hot-remove device nodes representing pieces of hardware
21 initialization of device nodes, such as retrieving common configuration
23 appropriate data, but some of them require additional handling after they have
30 Those additional configuration tasks usually depend on the type of the hardware
32 basis of the device node's hardware ID (HID). They are performed by objects
42 where ids is the list of IDs of device nodes the given handler is supposed to
43 take care of, list_node is the hook to the global list of ACPI scan handlers
45 executed, respectively, after registration of new device nodes and before
46 unregistration of device nodes the handler attached to previously.
48 The namespace scanning function, acpi_bus_scan(), first registers all of the
50 to match a scan handler against each of them using the ids arrays of the
56 The device node's handler field is then populated with the address of the scan
63 returned should then reflect the type of the error.
66 callbacks from the scan handlers of all device nodes in the given namespace
67 scope (if they have scan handlers). Next, it unregisters all of the device
71 help of the acpi_scan_add_handler() function taking a pointer to the new scan