Searched refs:suppliers (Results 1 – 14 of 14) sorted by relevance
/linux/Documentation/ABI/testing/ |
A D | sysfs-devices-waiting_for_supplier | 11 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/include/linux/ |
A D | fwnode.h | 40 struct list_head suppliers; member 177 INIT_LIST_HEAD(&fwnode->suppliers); in fwnode_init()
|
A D | device.h | 368 struct list_head suppliers; member
|
/linux/drivers/base/ |
A D | core.c | 97 list_add(&link->c_hook, &con->suppliers); in fwnode_link_add() 132 list_for_each_entry_safe(link, tmp, &fwnode->suppliers, c_hook) in fwnode_links_purge_suppliers() 851 list_add_tail_rcu(&link->c_node, &consumer->links.suppliers); in device_link_add() 955 list_for_each_entry(link, &dev->links.suppliers, c_node) { in device_links_missing_supplier() 995 if (dev->fwnode && !list_empty(&dev->fwnode->suppliers) && in device_links_check_suppliers() 997 sup_fw = list_first_entry(&dev->fwnode->suppliers, in device_links_check_suppliers() 1009 list_for_each_entry(link, &dev->links.suppliers, c_node) { in device_links_check_suppliers() 1174 val = !list_empty(&dev->fwnode->suppliers); in waiting_for_supplier_show() 1200 list_for_each_entry_safe(link, ln, &dev->links.suppliers, c_node) { in device_links_force_bind() 1943 list_for_each_entry_safe(link, tmp, &fwnode->suppliers, c_hook) { in __fw_devlink_link_to_suppliers() [all …]
|
/linux/drivers/base/power/ |
A D | runtime.c | 290 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in rpm_get_suppliers() 312 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in __rpm_put_suppliers() 333 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in rpm_suspend_suppliers() 1707 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in pm_runtime_get_suppliers() 1731 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in pm_runtime_put_suppliers()
|
A D | main.c | 270 list_for_each_entry_rcu_locked(link, &dev->links.suppliers, c_node) in dpm_wait_for_suppliers() 1184 list_for_each_entry_rcu_locked(link, &dev->links.suppliers, c_node) in dpm_superior_set_must_resume() 1591 list_for_each_entry_rcu_locked(link, &dev->links.suppliers, c_node) { in dpm_clear_superiors_direct_complete()
|
/linux/Documentation/driver-api/ |
A D | device_link.rst | 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
|
/linux/scripts/ |
A D | dev-needs.sh | 14 /sys/devices and then lists the probe dependency chain (suppliers and
|
/linux/drivers/platform/mellanox/ |
A D | Kconfig | 23 This driver handles hot-plug events for the power suppliers, power
|
/linux/fs/reiserfs/ |
A D | README | 72 building, by buying from third party OS component suppliers. Leverage
|
/linux/drivers/net/usb/ |
A D | Kconfig | 147 on specialized chips from many suppliers.
|
/linux/Documentation/networking/device_drivers/ethernet/intel/ |
A D | ixgbe.rst | 165 above specifications. There may be other manufacturers or suppliers, producing
|
/linux/Documentation/admin-guide/ |
A D | kernel-parameters.txt | 1473 (suppliers first, then consumers), supplier boot state 1476 suppliers).
|
/linux/ |
A D | modules.builtin.modinfo | 13 …ile=drivers/mtd/nand/raw/denalidenali.author=Intel Corporation and its suppliersdenali.descripti…
|
Completed in 46 milliseconds