Lines Matching full:probe
19 another one can probe or function correctly.
57 device ``->probe`` callback or a boot-time PCI quirk.
61 ``->probe`` callback while the supplier hasn't started to probe yet: Had the
66 ``->probe`` callback while the supplier is still probing, but the consumer must
72 is added in the ``->probe`` callback of the supplier or consumer driver, it is
87 link is added from the consumer's ``->probe`` callback: ``DL_FLAG_RPM_ACTIVE``
91 probe or later unbinds.
93 Similarly, when the device link is added from supplier's ``->probe`` callback,
95 purged when the supplier fails to probe or later unbinds.
99 to probe for a driver for the consumer driver on the link automatically after
112 a problem if the consumer is required to probe before a certain initcall level
142 resources at probe time but on non-presence there is no way to know whether
149 based on probe deferral. In any case optional resources are beyond the
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``.