Lines Matching refs:links
5 Device links
26 Device links allow representation of such dependencies in the driver core.
48 The earliest point in time when device links can be added is after
115 scope of device links.
142 device links from the hotplug ports (consumers) to the NHI device
183 becomes a directed acyclic graph once device links are added.
187 no device links present, the two lists are a flattened, one-dimensional
193 Once device links are added, the lists need to satisfy the additional
239 * When a supplier device is bound to a driver, links to its consumers
245 verified by checking that links to suppliers are in ``DL_STATE_AVAILABLE``
246 state. The state of the links is updated to ``DL_STATE_CONSUMER_PROBE``.
253 * If the probe fails, links to suppliers revert back to ``DL_STATE_AVAILABLE``.
256 * If the probe succeeds, links to suppliers progress to ``DL_STATE_ACTIVE``.
259 * When the consumer's driver is later on removed, links to suppliers revert
265 * Before a supplier's driver is removed, links to consumers that are not
276 Once all links to consumers are in ``DL_STATE_SUPPLIER_UNBIND`` state,
277 the supplier driver is released and the links revert to ``DL_STATE_DORMANT``.