Lines Matching full:links
4 Device links
25 Device links allow representation of such dependencies in the driver core.
47 The earliest point in time when device links can be added is after
77 to deletion. Device links managed by the driver core are deleted automatically
110 device links (i.e. when ``DL_FLAG_STATELESS`` is not specified on link addition)
116 Moreover, managed device links cannot be deleted directly. They are deleted
119 However, stateless device links (i.e. device links with ``DL_FLAG_STATELESS``
150 scope of device links.
177 device links from the hotplug ports (consumers) to the NHI device
218 becomes a directed acyclic graph once device links are added.
222 no device links present, the two lists are a flattened, one-dimensional
228 Once device links are added, the lists need to satisfy the additional
274 * When a supplier device is bound to a driver, links to its consumers
281 list and by checking that links to suppliers are in ``DL_STATE_AVAILABLE``
282 state. The state of the links is updated to ``DL_STATE_CONSUMER_PROBE``.
289 * If the probe fails, links to suppliers revert back to ``DL_STATE_AVAILABLE``.
292 * If the probe succeeds, links to suppliers progress to ``DL_STATE_ACTIVE``.
295 * When the consumer's driver is later on removed, links to suppliers revert
301 * Before a supplier's driver is removed, links to consumers that are not
312 Once all links to consumers are in ``DL_STATE_SUPPLIER_UNBIND`` state,
313 the supplier driver is released and the links revert to ``DL_STATE_DORMANT``.