Searched refs:suppliers (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/Documentation/ABI/testing/ |
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-6.1.9/include/linux/ |
D | fwnode.h | 44 struct list_head suppliers; member 186 INIT_LIST_HEAD(&fwnode->suppliers); in fwnode_init()
|
D | device.h | 369 struct list_head suppliers; member
|
/linux-6.1.9/drivers/base/ |
D | core.c | 99 list_add(&link->c_hook, &con->suppliers); in fwnode_link_add() 134 list_for_each_entry_safe(link, tmp, &fwnode->suppliers, c_hook) in fwnode_links_purge_suppliers() 863 list_add_tail_rcu(&link->c_node, &consumer->links.suppliers); in device_link_add() 967 list_for_each_entry(link, &dev->links.suppliers, c_node) { in device_links_missing_supplier() 1013 if (dev->fwnode && !list_empty(&dev->fwnode->suppliers) && in device_links_check_suppliers() 1015 sup_fw = list_first_entry(&dev->fwnode->suppliers, in device_links_check_suppliers() 1032 list_for_each_entry(link, &dev->links.suppliers, c_node) { in device_links_check_suppliers() 1206 val = !list_empty(&dev->fwnode->suppliers); in waiting_for_supplier_show() 1232 list_for_each_entry_safe(link, ln, &dev->links.suppliers, c_node) { in device_links_force_bind() 1310 list_for_each_entry_safe(link, ln, &dev->links.suppliers, c_node) { in device_links_driver_bound() [all …]
|
/linux-6.1.9/drivers/base/power/ |
D | runtime.c | 290 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in rpm_get_suppliers() 333 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in __rpm_put_suppliers() 351 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in rpm_suspend_suppliers() 1779 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in pm_runtime_get_suppliers() 1800 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in pm_runtime_put_suppliers()
|
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-6.1.9/Documentation/driver-api/ |
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-6.1.9/scripts/ |
D | dev-needs.sh | 14 /sys/devices and then lists the probe dependency chain (suppliers and
|
/linux-6.1.9/drivers/platform/mellanox/ |
D | Kconfig | 23 This driver handles hot-plug events for the power suppliers, power
|
/linux-6.1.9/fs/reiserfs/ |
D | README | 72 building, by buying from third party OS component suppliers. Leverage
|
/linux-6.1.9/drivers/net/usb/ |
D | Kconfig | 147 on specialized chips from many suppliers.
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/intel/ |
D | ixgbe.rst | 165 above specifications. There may be other manufacturers or suppliers, producing
|
/linux-6.1.9/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1566 (suppliers first, then consumers), supplier boot state 1569 suppliers).
|