Home
last modified time | relevance | path

Searched full:supplier (Results 1 – 25 of 78) sorted by relevance

1234

/kernel/linux/linux-5.10/Documentation/ABI/testing/
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 …]
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
Dsysfs-devices-consumer6 links where this device is the supplier. <consumer> denotes the
/kernel/linux/linux-6.6/Documentation/ABI/testing/
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 …]
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
Dsysfs-devices-consumer6 links where this device is the supplier. <consumer> denotes the
/kernel/linux/linux-5.10/Documentation/driver-api/
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 …]
/kernel/linux/linux-6.6/Documentation/driver-api/
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 …]
/kernel/linux/linux-6.6/drivers/base/
Dcore.c51 * @sup: Supplier end of the link.
80 link->supplier = sup; in __fwnode_link_add()
113 link->consumer, link->supplier); in __fwnode_link_del()
128 link->consumer, link->supplier); in __fwnode_link_cycle()
133 * fwnode_links_purge_suppliers - Delete all supplier links of fwnode_handle.
134 * @fwnode: fwnode whose supplier links need to be deleted
136 * Deletes all supplier links connecting directly to @fwnode.
213 * @new_sup: fwnode of new supplier
220 * Otherwise, move its consumers to the new supplier @new_sup.
335 struct device *supplier) in device_link_init_status() argument
[all …]
/kernel/linux/linux-5.10/drivers/base/
Dcore.c178 struct device *supplier) in device_link_init_status() argument
180 switch (supplier->links.status) { in device_link_init_status()
185 * A consumer driver can create a link to a supplier in device_link_init_status()
187 * knows that the supplier is already functional (for in device_link_init_status()
189 * supplier). in device_link_init_status()
288 output = "supplier unbinding"; in status_show()
306 output = "supplier unbind"; in auto_remove_on_show()
352 pm_request_idle(link->supplier); in device_link_release_fn()
355 put_device(link->supplier); in device_link_release_fn()
367 * supplier devices get deleted when it runs, so put it into the "long" in devlink_dev_release()
[all …]
/kernel/linux/linux-5.10/scripts/
Ddev-needs.sh119 SUPPLIER_LINKS=$(ls -1d $CON/supplier:* 2>/dev/null)
131 SUPPLIER=$(realpath $SL/supplier)
133 if [ ! -e $SUPPLIER/driver -a ${ALLOW_NO_DRIVER} -eq 0 ]
138 CONSUMERS+=($SUPPLIER)
139 OUT_LIST+=(${CON} ${SUPPLIER})
268 # considered a "supplier" as a device can't probe without its parent.
/kernel/linux/linux-6.6/scripts/
Ddev-needs.sh119 SUPPLIER_LINKS=$(ls -1d $CON/supplier:* 2>/dev/null)
131 SUPPLIER=$(realpath $SL/supplier)
133 if [ ! -e $SUPPLIER/driver -a ${ALLOW_NO_DRIVER} -eq 0 ]
138 CONSUMERS+=($SUPPLIER)
139 OUT_LIST+=(${CON} ${SUPPLIER})
268 # considered a "supplier" as a device can't probe without its parent.
/kernel/linux/linux-5.10/include/linux/
Ddevice.h301 * @DL_STATE_DORMANT: None of the supplier/consumer drivers is present.
302 * @DL_STATE_AVAILABLE: The supplier driver is present, but the consumer is not.
303 * @DL_STATE_CONSUMER_PROBE: The consumer is probing (supplier driver present).
304 * @DL_STATE_ACTIVE: Both the supplier and consumer drivers are present.
305 * @DL_STATE_SUPPLIER_UNBIND: The supplier driver is unbinding.
322 * RPM_ACTIVE: Run pm_runtime_get_sync() on the supplier during link creation.
323 * AUTOREMOVE_SUPPLIER: Remove the link automatically on supplier driver unbind.
324 * AUTOPROBE_CONSUMER: Probe consumer driver automatically after supplier binds.
325 * MANAGED: The core tracks presence of supplier/consumer drivers (internal).
369 * @suppliers: List of links to supplier devices.
[all …]
Dfwnode.h75 * at the first failed device link if other unlinked supplier
99 * the known suppliers of this device or if the supplier
/kernel/linux/linux-5.10/drivers/of/
Dproperty.c1061 * of_get_next_parent_dev - Add device link to supplier from supplier phandle
1085 * of_link_to_phandle - Add device link to supplier from supplier phandle
1087 * @sup_np: phandle to supplier device tree node
1089 * Given a phandle to a supplier device tree node (@sup_np), this function
1090 * finds the device that owns the supplier device tree node and creates a
1091 * device link from @dev consumer device to the supplier device. This function
1097 * - 0 if link successfully created to supplier
1098 * - -EAGAIN if linking to the supplier should be reattempted
1099 * - -EINVAL if the supplier link is invalid and should not be created
1100 * - -ENODEV if there is no device that corresponds to the supplier phandle
[all …]
/kernel/linux/linux-6.6/include/linux/
Ddevice.h441 * @DL_STATE_DORMANT: None of the supplier/consumer drivers is present.
442 * @DL_STATE_AVAILABLE: The supplier driver is present, but the consumer is not.
443 * @DL_STATE_CONSUMER_PROBE: The consumer is probing (supplier driver present).
444 * @DL_STATE_ACTIVE: Both the supplier and consumer drivers are present.
445 * @DL_STATE_SUPPLIER_UNBIND: The supplier driver is unbinding.
462 * RPM_ACTIVE: Run pm_runtime_get_sync() on the supplier during link creation.
463 * AUTOREMOVE_SUPPLIER: Remove the link automatically on supplier driver unbind.
464 * AUTOPROBE_CONSUMER: Probe consumer driver automatically after supplier binds.
465 * MANAGED: The core tracks presence of supplier/consumer drivers (internal).
512 * @suppliers: List of links to supplier devices.
[all …]
/kernel/linux/linux-6.6/include/acpi/
Dacpi_bus.h289 acpi_handle supplier; member
767 void acpi_dev_clear_dependencies(struct acpi_device *supplier);
769 struct acpi_device *acpi_dev_get_next_consumer_dev(struct acpi_device *supplier,
774 * given supplier
775 * @supplier: Pointer to the supplier's ACPI device
778 #define for_each_acpi_consumer_dev(supplier, consumer) \ argument
779 for (consumer = acpi_dev_get_next_consumer_dev(supplier, NULL); \
781 consumer = acpi_dev_get_next_consumer_dev(supplier, consumer))
/kernel/linux/linux-5.10/drivers/base/power/
Druntime.c297 retval = pm_runtime_get_sync(link->supplier); in rpm_get_suppliers()
300 pm_runtime_put_noidle(link->supplier); in rpm_get_suppliers()
309 * pm_runtime_release_supplier - Drop references to device link's supplier.
312 * Drop all runtime PM references associated with @link to its supplier device.
316 struct device *supplier = link->supplier; in pm_runtime_release_supplier() local
325 atomic_read(&supplier->power.usage_count) > 0) in pm_runtime_release_supplier()
326 pm_runtime_put_noidle(supplier); in pm_runtime_release_supplier()
337 pm_request_idle(link->supplier); in __rpm_put_suppliers()
353 pm_request_idle(link->supplier); in rpm_suspend_suppliers()
1213 * error returned by the failing supplier activation will be returned in that
[all …]
/kernel/linux/linux-6.6/drivers/base/power/
Druntime.c294 retval = pm_runtime_get_sync(link->supplier); in rpm_get_suppliers()
297 pm_runtime_put_noidle(link->supplier); in rpm_get_suppliers()
306 * pm_runtime_release_supplier - Drop references to device link's supplier.
309 * Drop all runtime PM references associated with @link to its supplier device.
313 struct device *supplier = link->supplier; in pm_runtime_release_supplier() local
322 atomic_read(&supplier->power.usage_count) > 0) in pm_runtime_release_supplier()
323 pm_runtime_put_noidle(supplier); in pm_runtime_release_supplier()
334 pm_request_idle(link->supplier); in __rpm_put_suppliers()
350 pm_request_idle(link->supplier); in rpm_suspend_suppliers()
1243 * error returned by the failing supplier activation will be returned in that
[all …]
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
Dprism2sta.c649 /* Compatibility range, Modem supplier */ in prism2sta_getcardinfo()
658 /* get all the Compatibility range, modem interface supplier in prism2sta_getcardinfo()
673 /* Compatibility range, Controller supplier */ in prism2sta_getcardinfo()
682 /* get all the Compatibility range, controller interface supplier in prism2sta_getcardinfo()
697 /* Compatibility range, Primary f/w supplier */ in prism2sta_getcardinfo()
706 /* get all the Compatibility range, primary firmware supplier in prism2sta_getcardinfo()
721 /* Compatibility range, Station f/w supplier */ in prism2sta_getcardinfo()
730 /* get all the Compatibility range, station firmware supplier in prism2sta_getcardinfo()
753 /* Compatibility range, primary f/w actor, CFI supplier */ in prism2sta_getcardinfo()
762 /* get all the Compatibility range, primary f/w actor, CFI supplier in prism2sta_getcardinfo()
[all …]
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
Dprism2sta.c669 /* Compatibility range, Modem supplier */ in prism2sta_getcardinfo()
678 /* get all the Compatibility range, modem interface supplier in prism2sta_getcardinfo()
693 /* Compatibility range, Controller supplier */ in prism2sta_getcardinfo()
702 /* get all the Compatibility range, controller interface supplier in prism2sta_getcardinfo()
717 /* Compatibility range, Primary f/w supplier */ in prism2sta_getcardinfo()
726 /* get all the Compatibility range, primary firmware supplier in prism2sta_getcardinfo()
741 /* Compatibility range, Station f/w supplier */ in prism2sta_getcardinfo()
750 /* get all the Compatibility range, station firmware supplier in prism2sta_getcardinfo()
773 /* Compatibility range, primary f/w actor, CFI supplier */ in prism2sta_getcardinfo()
782 /* get all the Compatibility range, primary f/w actor, CFI supplier in prism2sta_getcardinfo()
[all …]
/kernel/linux/linux-5.10/drivers/clk/
Dclk-conf.c134 * should be set to true if @node may be also a clock supplier of any clock
137 * determines the @node is also a supplier of any of the clocks.
/kernel/linux/linux-6.6/drivers/clk/
Dclk-conf.c134 * should be set to true if @node may be also a clock supplier of any clock
137 * determines the @node is also a supplier of any of the clocks.
/kernel/linux/linux-6.6/drivers/acpi/
Dscan.c2027 dep->supplier = dep_devices.handles[i]; in acpi_scan_check_dep()
2333 * @handle: The ACPI handle of the supplier device
2352 if (dep->supplier == handle) { in acpi_walk_dep_device_list()
2365 * @supplier: Pointer to the supplier &struct acpi_device
2369 void acpi_dev_clear_dependencies(struct acpi_device *supplier) in acpi_dev_clear_dependencies() argument
2371 acpi_walk_dep_device_list(supplier->handle, acpi_scan_clear_dep, NULL); in acpi_dev_clear_dependencies()
2393 * acpi_dev_get_next_consumer_dev - Return the next adev dependent on @supplier
2394 * @supplier: Pointer to the dependee device
2398 * @supplier via the _DEP buffer, parsed from the acpi_dep_list.
2403 struct acpi_device *acpi_dev_get_next_consumer_dev(struct acpi_device *supplier, in acpi_dev_get_next_consumer_dev() argument
[all …]
/kernel/linux/linux-5.10/Documentation/networking/
Dframerelay.rst10 are assigned by your network supplier, they give you the number/numbers of

1234