Searched refs:suppliers (Results 1 – 10 of 10) sorted by relevance
| /linux/Documentation/ABI/testing/ |
| H 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/drivers/base/ |
| H A D | core.c | 90 list_add(&link->c_hook, &con->suppliers); in __fwnode_link_add() 145 list_for_each_entry_safe(link, tmp, &fwnode->suppliers, c_hook) in fwnode_links_purge_suppliers() 895 list_add_tail_rcu(&link->c_node, &consumer->links.suppliers); in device_link_add() 999 list_for_each_entry(link, &dev->links.suppliers, c_node) { in device_links_missing_supplier() 1026 list_for_each_entry(link, &fwnode->suppliers, c_hook) in fwnode_links_check_suppliers() 1073 list_for_each_entry(link, &dev->links.suppliers, c_node) { in device_links_check_suppliers() 1269 list_for_each_entry_safe(link, ln, &dev->links.suppliers, c_node) { in device_links_force_bind() 1356 list_for_each_entry_safe(link, ln, &dev->links.suppliers, c_node) { in device_links_driver_bound() 1422 list_for_each_entry_safe_reverse(link, ln, &dev->links.suppliers, c_node) { in __device_links_no_driver() 1634 list_for_each_entry_safe_reverse(link, ln, &dev->links.suppliers, c_node) { in device_links_purge() [all …]
|
| H A D | base.h | 297 list_for_each_entry_srcu(__link, &(__dev)->links.suppliers, c_node, \
|
| /linux/Documentation/driver-api/ |
| H 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/ |
| H A D | dev-needs.sh | 14 /sys/devices and then lists the probe dependency chain (suppliers and
|
| /linux/drivers/base/power/ |
| H A D | runtime.c | 301 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in rpm_get_suppliers() 344 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in __rpm_put_suppliers() 362 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in rpm_suspend_suppliers() 1933 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in pm_runtime_put_suppliers()
|
| /linux/drivers/platform/mellanox/ |
| H A D | Kconfig | 49 This driver handles hot-plug events for the power suppliers, power
|
| /linux/include/linux/ |
| H A D | device.h | 420 struct list_head suppliers; member
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | ixgbe.rst | 165 above specifications. There may be other manufacturers or suppliers, producing
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1835 (suppliers first, then consumers), supplier boot state 1838 suppliers).
|