Home
last modified time | relevance | path

Searched refs:suppliers (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-devices-waiting_for_supplier11 suppliers to be added and then linked to using device links
14 A value of 0 means the device is not waiting for any suppliers
16 is waiting for one or more suppliers to be added before it can
/linux/drivers/platform/x86/intel/
H A Dvsec.c48 struct device *suppliers[VSEC_FEATURE_COUNT]; member
173 struct device **suppliers; in intel_vsec_link_devices() local
190 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()
/linux/Documentation/driver-api/
H A Ddevice_link.rst229 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
/linux/scripts/
H A Ddev-needs.sh14 /sys/devices and then lists the probe dependency chain (suppliers and
/linux/drivers/platform/mellanox/
H A DKconfig49 This driver handles hot-plug events for the power suppliers, power
/linux/include/linux/
H A Ddevice.h486 struct list_head suppliers; member
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dixgbe.rst165 above specifications. There may be other manufacturers or suppliers, producing
/linux/drivers/base/power/
H A Dmain.c785 return !dev->parent && list_empty(&dev->links.suppliers); in dpm_root_device()