Home
last modified time | relevance | path

Searched refs:supplier (Results 1 – 17 of 17) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-class-devlink7 denoted as ... above, is of the form <supplier>--<consumer>
8 where <supplier> is the supplier bus:device name and <consumer>
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 …]
H A Dsysfs-devices-supplier1 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 and is of the form
H A Dsysfs-devices-consumer6 links where this device is the supplier. <consumer> denotes the
/linux/Documentation/driver-api/
H A Ddevice_link.rst29 "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/drivers/base/
H A Dcore.c83 link->supplier = sup; in __fwnode_link_add()
114 link->consumer, link->supplier); in __fwnode_link_del()
129 link->consumer, link->supplier); in __fwnode_link_cycle()
336 struct device *supplier) in device_link_init_status() argument
338 switch (supplier->links.status) { in device_link_init_status()
517 pm_runtime_put_noidle(link->supplier); in device_link_release_fn()
519 pm_request_idle(link->supplier); in device_link_release_fn()
522 put_device(link->supplier); in device_link_release_fn()
565 struct device *sup = link->supplier; in devlink_add_symlinks()
612 struct device *sup = link->supplier; in devlink_remove_symlinks()
[all …]
/linux/drivers/firmware/arm_scmi/
H A Dcommon.h471 struct device *supplier; member
497 strans.supplier = dev; \
H A Ddriver.c2544 struct device *supplier) in scmi_device_link_add() argument
2548 link = device_link_add(consumer, supplier, DL_FLAG_AUTOREMOVE_CONSUMER); in scmi_device_link_add()
3066 if (!trans || !trans->supplier || !trans->core_ops) in scmi_transport_setup()
3069 if (!device_link_add(dev, trans->supplier, DL_FLAG_AUTOREMOVE_CONSUMER)) { in scmi_transport_setup()
3078 dev_info(dev, "Using %s\n", dev_driver_string(trans->supplier)); in scmi_transport_setup()
/linux/drivers/power/supply/
H A Dpower_supply_core.c42 static bool __power_supply_is_supplied_by(struct power_supply *supplier, in __power_supply_is_supplied_by() argument
47 if (!supply->supplied_from && !supplier->supplied_to) in __power_supply_is_supplied_by()
52 if (!supplier->desc->name) in __power_supply_is_supplied_by()
55 if (!strcmp(supplier->desc->name, supply->supplied_from[i])) in __power_supply_is_supplied_by()
60 for (i = 0; i < supplier->num_supplicants; i++) in __power_supply_is_supplied_by()
61 if (!strcmp(supplier->supplied_to[i], supply->desc->name)) in __power_supply_is_supplied_by()
/linux/include/linux/
H A Ddevice.h689 struct device *supplier; member
1182 struct device *supplier, u32 flags);
1184 void device_link_remove(void *consumer, struct device *supplier);
H A Dfwnode.h73 struct fwnode_handle *supplier; member
/linux/scripts/
H A Ddev-needs.sh131 SUPPLIER=$(realpath $SL/supplier)
/linux/arch/arm64/boot/dts/renesas/
H A Dulcb-kf-audio-graph-card2-mix+split.dtsi61 non-supplier;
/linux/Documentation/driver-api/usb/
H A Dpersist.rst54 you can convince the BIOS supplier to fix the problem (lots of luck!).
/linux/drivers/ufs/core/
H A Dufshcd.c5364 struct device *supplier = NULL; in ufshcd_sdev_destroy() local
5369 supplier = &hba->ufs_device_wlun->sdev_gendev; in ufshcd_sdev_destroy()
5370 get_device(supplier); in ufshcd_sdev_destroy()
5374 if (supplier) { in ufshcd_sdev_destroy()
5380 device_link_remove(&sdev->sdev_gendev, supplier); in ufshcd_sdev_destroy()
5381 put_device(supplier); in ufshcd_sdev_destroy()
/linux/drivers/pci/
H A Dquirks.c5676 unsigned int supplier, unsigned int class, in pci_create_device_link() argument
5686 PCI_DEVFN(PCI_SLOT(pdev->devfn), supplier)); in pci_create_device_link()
/linux/Documentation/power/
H A Druntime_pm.rst838 through a supplier device link. For these reasons and to avoid boilerplate code
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1823 fw_devlink= [KNL,EARLY] Create device links between consumer and supplier
1825 consumer/supplier relationships. This feature is
1828 (suppliers first, then consumers), supplier boot state