Searched refs:suppliers (Results 1 – 13 of 13) 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 | 53 struct list_head suppliers; member 204 INIT_LIST_HEAD(&fwnode->suppliers); in fwnode_init()
|
| A D | device.h | 532 struct list_head suppliers; member
|
| /linux/drivers/base/ |
| 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() 896 list_add_tail_rcu(&link->c_node, &consumer->links.suppliers); in device_link_add() 1000 list_for_each_entry(link, &dev->links.suppliers, c_node) { in device_links_missing_supplier() 1027 list_for_each_entry(link, &fwnode->suppliers, c_hook) in fwnode_links_check_suppliers() 1074 list_for_each_entry(link, &dev->links.suppliers, c_node) { in device_links_check_suppliers() 1270 list_for_each_entry_safe(link, ln, &dev->links.suppliers, c_node) { in device_links_force_bind() 2032 list_for_each_entry(link, &sup_handle->suppliers, c_hook) { in __fw_devlink_relax_cycles() 2060 list_for_each_entry(dev_link, &sup_dev->links.suppliers, c_node) { in __fw_devlink_relax_cycles() 2304 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 | 289 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in rpm_get_suppliers() 332 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in __rpm_put_suppliers() 350 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in rpm_suspend_suppliers() 1813 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in pm_runtime_get_suppliers() 1834 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node, in pm_runtime_put_suppliers()
|
| A D | main.c | 269 list_for_each_entry_rcu_locked(link, &dev->links.suppliers, c_node) in dpm_wait_for_suppliers() 1188 list_for_each_entry_rcu_locked(link, &dev->links.suppliers, c_node) in dpm_superior_set_must_resume() 1568 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 | 148 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 | 1657 (suppliers first, then consumers), supplier boot state 1660 suppliers).
|
Completed in 44 milliseconds