Lines Matching refs:links
8 Device links
29 Device links allow representation of such dependencies in the driver core.
51 The earliest point in time when device links can be added is after
81 to deletion. Device links managed by the driver core are deleted automatically
114 device links (i.e. when ``DL_FLAG_STATELESS`` is not specified on link addition)
120 Moreover, managed device links cannot be deleted directly. They are deleted
123 However, stateless device links (i.e. device links with ``DL_FLAG_STATELESS``
154 scope of device links.
181 device links from the hotplug ports (consumers) to the NHI device
222 becomes a directed acyclic graph once device links are added.
226 no device links present, the two lists are a flattened, one-dimensional
232 Once device links are added, the lists need to satisfy the additional
278 * When a supplier device is bound to a driver, links to its consumers
284 verified by checking that links to suppliers are in ``DL_STATE_AVAILABLE``
285 state. The state of the links is updated to ``DL_STATE_CONSUMER_PROBE``.
292 * If the probe fails, links to suppliers revert back to ``DL_STATE_AVAILABLE``.
295 * If the probe succeeds, links to suppliers progress to ``DL_STATE_ACTIVE``.
298 * When the consumer's driver is later on removed, links to suppliers revert
304 * Before a supplier's driver is removed, links to consumers that are not
315 Once all links to consumers are in ``DL_STATE_SUPPLIER_UNBIND`` state,
316 the supplier driver is released and the links revert to ``DL_STATE_DORMANT``.