Searched refs:supplier (Results 1 – 12 of 12) sorted by relevance
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-devlink | 7 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 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 and is of the form
|
| H A D | sysfs-devices-consumer | 6 links where this device is the supplier. <consumer> denotes the
|
| /linux/Documentation/driver-api/ |
| H A 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/include/acpi/ |
| H A D | acpi_bus.h | 275 acpi_handle supplier; member 892 void acpi_dev_clear_dependencies(struct acpi_device *supplier); 894 struct acpi_device *acpi_dev_get_next_consumer_dev(struct acpi_device *supplier, 903 #define for_each_acpi_consumer_dev(supplier, consumer) \ argument 904 for (consumer = acpi_dev_get_next_consumer_dev(supplier, NULL); \ 906 consumer = acpi_dev_get_next_consumer_dev(supplier, consumer)) 973 #define for_each_acpi_consumer_dev(supplier, consumer) \ argument 974 for (consumer = NULL; false && (supplier);)
|
| /linux/drivers/base/power/ |
| H A D | main.c | 295 dpm_wait(link->supplier, async); in dpm_wait_for_suppliers() 1437 dpm_async_with_cleanup(link->supplier, func); in dpm_async_suspend_superior() 1490 link->supplier->power.must_resume = true; in dpm_superior_set_must_resume() 1924 spin_lock_irq(&link->supplier->power.lock); in dpm_clear_superiors_direct_complete() 1925 link->supplier->power.direct_complete = false; in dpm_clear_superiors_direct_complete() 1926 spin_unlock_irq(&link->supplier->power.lock); in dpm_clear_superiors_direct_complete() 2179 if (!dev_pm_smart_suspend(link->supplier) && in device_prepare_smart_suspend() 2180 !pm_runtime_blocked(link->supplier)) { in device_prepare_smart_suspend()
|
| /linux/scripts/ |
| H A D | dev-needs.sh | 131 SUPPLIER=$(realpath $SL/supplier)
|
| /linux/include/linux/ |
| H A D | device.h | 850 struct device *supplier; member 1381 struct device *supplier, u32 flags); 1383 void device_link_remove(void *consumer, struct device *supplier);
|
| /linux/drivers/acpi/ |
| H A D | scan.c | 2041 dep->supplier = dep_devices->handles[i]; in acpi_scan_add_dep() 2499 if (dep->supplier == handle) { in acpi_walk_dep_device_list() 2516 void acpi_dev_clear_dependencies(struct acpi_device *supplier) in acpi_dev_clear_dependencies() argument 2518 acpi_walk_dep_device_list(supplier->handle, acpi_scan_clear_dep, NULL); in acpi_dev_clear_dependencies() 2550 struct acpi_device *acpi_dev_get_next_consumer_dev(struct acpi_device *supplier, in acpi_dev_get_next_consumer_dev() argument 2555 acpi_walk_dep_device_list(supplier->handle, in acpi_dev_get_next_consumer_dev()
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | ulcb-kf-audio-graph-card2-mix+split.dtsi | 61 non-supplier;
|
| /linux/Documentation/driver-api/usb/ |
| H A D | persist.rst | 54 you can convince the BIOS supplier to fix the problem (lots of luck!).
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1810 fw_devlink= [KNL,EARLY] Create device links between consumer and supplier 1812 consumer/supplier relationships. This feature is 1815 (suppliers first, then consumers), supplier boot state
|