Searched refs:supplier (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-devlink | 7 denoted as ... above, is of the form <supplier>--<consumer> 8 where <supplier> is the supplier device name and <consumer> is 17 supplier devices themselves are still present. 22 - 'supplier unbind' 28 'supplier unbind' means the device link will be removed when 29 the supplier's driver is unbound from the supplier device. 32 when as long as the supplier and consumer devices themselves 46 runtime power management behavior of the consumer and supplier 47 devices. For example: Making sure the supplier doesn't enter 62 of a device link is affected by whether the supplier and [all …]
|
D | sysfs-devices-supplier | 1 What: /sys/devices/.../supplier:<supplier> 5 The /sys/devices/.../supplier:<supplier> are symlinks to device 6 links where this device is the consumer. <supplier> denotes the 7 name of the supplier in that device link. There can be zero or
|
D | sysfs-devices-consumer | 6 links where this device is the supplier. <consumer> denotes the
|
/Linux-v5.10/Documentation/driver-api/ |
D | device_link.rst | 29 "supplier" device and its "consumer" devices, and it guarantees driver 30 presence on the supplier. The consumer devices are not probed before the 31 supplier is bound to a driver, and they're unbound before the supplier 34 When driver presence on the supplier is irrelevant and only correct 37 enforcing driver presence on the supplier is optional. 41 is instructed to runtime resume the supplier and keep it active 48 :c:func:`device_add()` has been called for the supplier and 61 ``->probe`` callback while the supplier hasn't started to probe yet: Had the 64 presence of the supplier after adding the link, and defer probing on 66 ``->probe`` callback while the supplier is still probing, but the consumer must [all …]
|
/Linux-v5.10/drivers/base/ |
D | core.c | 154 struct device *supplier) in device_link_init_status() argument 156 switch (supplier->links.status) { in device_link_init_status() 323 pm_runtime_put(link->supplier); in device_link_free() 326 put_device(link->supplier); in device_link_free() 362 struct device *sup = link->supplier; in devlink_add_symlinks() 409 struct device *sup = link->supplier; in devlink_remove_symlinks() 518 struct device *supplier, u32 flags) in device_link_add() argument 522 if (!consumer || !supplier || flags & ~DL_ADD_VALID_FLAGS || in device_link_add() 532 if (pm_runtime_get_sync(supplier) < 0) { in device_link_add() 533 pm_runtime_put_noidle(supplier); in device_link_add() [all …]
|
/Linux-v5.10/drivers/power/supply/ |
D | power_supply_core.c | 37 static bool __power_supply_is_supplied_by(struct power_supply *supplier, in __power_supply_is_supplied_by() argument 42 if (!supply->supplied_from && !supplier->supplied_to) in __power_supply_is_supplied_by() 47 if (!supplier->desc->name) in __power_supply_is_supplied_by() 50 if (!strcmp(supplier->desc->name, supply->supplied_from[i])) in __power_supply_is_supplied_by() 55 for (i = 0; i < supplier->num_supplicants; i++) in __power_supply_is_supplied_by() 56 if (!strcmp(supplier->supplied_to[i], supply->desc->name)) in __power_supply_is_supplied_by()
|
/Linux-v5.10/drivers/base/power/ |
D | runtime.c | 297 retval = pm_runtime_get_sync(link->supplier); in rpm_get_suppliers() 300 pm_runtime_put_noidle(link->supplier); in rpm_get_suppliers() 316 pm_runtime_put(link->supplier); in rpm_put_suppliers() 1661 pm_runtime_get_sync(link->supplier); in pm_runtime_get_suppliers() 1683 pm_runtime_put(link->supplier); in pm_runtime_put_suppliers() 1720 pm_runtime_put(link->supplier); in pm_runtime_drop_link()
|
D | main.c | 275 dpm_wait(link->supplier, async); in dpm_wait_for_suppliers() 1177 link->supplier->power.must_resume = true; in dpm_superior_set_must_resume() 1576 spin_lock_irq(&link->supplier->power.lock); in dpm_clear_superiors_direct_complete() 1577 link->supplier->power.direct_complete = false; in dpm_clear_superiors_direct_complete() 1578 spin_unlock_irq(&link->supplier->power.lock); in dpm_clear_superiors_direct_complete()
|
/Linux-v5.10/include/linux/ |
D | device.h | 576 struct device *supplier; member 921 struct device *supplier, u32 flags); 923 void device_link_remove(void *consumer, struct device *supplier);
|
/Linux-v5.10/scripts/ |
D | dev-needs.sh | 131 SUPPLIER=$(realpath $SL/supplier)
|
/Linux-v5.10/Documentation/networking/ |
D | framerelay.rst | 10 are assigned by your network supplier, they give you the number/numbers of
|
/Linux-v5.10/Documentation/driver-api/usb/ |
D | persist.rst | 54 you can convince the BIOS supplier to fix the problem (lots of luck!).
|
/Linux-v5.10/drivers/pci/ |
D | quirks.c | 5198 unsigned int supplier, unsigned int class, in pci_create_device_link() argument 5208 PCI_DEVFN(PCI_SLOT(pdev->devfn), supplier)); in pci_create_device_link()
|
/Linux-v5.10/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1418 fw_devlink= [KNL] Create device links between consumer and supplier 1420 consumer/supplier relationships. This feature is 1423 (suppliers first, then consumers), supplier boot state
|