Searched refs:suppliers (Results 1 – 8 of 8) sorted by relevance
11 suppliers to be added and then linked to using device links14 A value of 0 means the device is not waiting for any suppliers16 is waiting for one or more suppliers to be added before it can
48 struct device *suppliers[VSEC_FEATURE_COUNT]; member173 struct device **suppliers; in intel_vsec_link_devices() local190 suppliers = priv->suppliers; in intel_vsec_link_devices()192 priv->suppliers[consumer_id] = dev; in intel_vsec_link_devices()205 if (!suppliers[supplier_id]) { in intel_vsec_link_devices()210 link = device_link_add(dev, suppliers[supplier_id], in intel_vsec_link_devices()
229 constraint that a device is placed behind all its suppliers, recursively.281 list and by checking that links to suppliers are in ``DL_STATE_AVAILABLE``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
14 /sys/devices and then lists the probe dependency chain (suppliers and
49 This driver handles hot-plug events for the power suppliers, power
486 struct list_head suppliers; member
165 above specifications. There may be other manufacturers or suppliers, producing
785 return !dev->parent && list_empty(&dev->links.suppliers); in dpm_root_device()