Searched refs:suppliers (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/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.6.21/include/linux/ |
D | fwnode.h | 45 struct list_head suppliers; member 195 INIT_LIST_HEAD(&fwnode->suppliers); in fwnode_init()
|
D | device.h | 518 struct list_head suppliers; member
|
/linux-6.6.21/drivers/base/ |
D | core.c | 87 list_add(&link->c_hook, &con->suppliers); in __fwnode_link_add() 143 list_for_each_entry_safe(link, tmp, &fwnode->suppliers, c_hook) in fwnode_links_purge_suppliers() 881 list_add_tail_rcu(&link->c_node, &consumer->links.suppliers); in device_link_add() 985 list_for_each_entry(link, &dev->links.suppliers, c_node) { in device_links_missing_supplier() 1012 list_for_each_entry(link, &fwnode->suppliers, c_hook) in fwnode_links_check_suppliers() 1062 list_for_each_entry(link, &dev->links.suppliers, c_node) { in device_links_check_suppliers() 1261 list_for_each_entry_safe(link, ln, &dev->links.suppliers, c_node) { in device_links_force_bind() 1346 list_for_each_entry_safe(link, ln, &dev->links.suppliers, c_node) { in device_links_driver_bound() 1412 list_for_each_entry_safe_reverse(link, ln, &dev->links.suppliers, c_node) { in __device_links_no_driver() 1624 list_for_each_entry_safe_reverse(link, ln, &dev->links.suppliers, c_node) { in device_links_purge() [all …]
|
/linux-6.6.21/drivers/base/power/ |
D | runtime.c | 287 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in rpm_get_suppliers() 330 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in __rpm_put_suppliers() 348 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in rpm_suspend_suppliers() 1780 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in pm_runtime_get_suppliers() 1801 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() 1172 list_for_each_entry_rcu_locked(link, &dev->links.suppliers, c_node) in dpm_superior_set_must_resume() 1579 list_for_each_entry_rcu_locked(link, &dev->links.suppliers, c_node) { in dpm_clear_superiors_direct_complete()
|
/linux-6.6.21/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.6.21/scripts/ |
D | dev-needs.sh | 14 /sys/devices and then lists the probe dependency chain (suppliers and
|
/linux-6.6.21/drivers/platform/mellanox/ |
D | Kconfig | 23 This driver handles hot-plug events for the power suppliers, power
|
/linux-6.6.21/fs/reiserfs/ |
D | README | 72 building, by buying from third party OS component suppliers. Leverage
|
/linux-6.6.21/drivers/net/usb/ |
D | Kconfig | 147 on specialized chips from many suppliers.
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/intel/ |
D | ixgbe.rst | 165 above specifications. There may be other manufacturers or suppliers, producing
|
/linux-6.6.21/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1594 (suppliers first, then consumers), supplier boot state 1597 suppliers).
|