Documentation/ABI/testing/sysfs-devices-waiting_for_supplier

Source file repositories/reference/linux-study-clean/Documentation/ABI/testing/sysfs-devices-waiting_for_supplier

File Facts

System
Linux kernel
Corpus path
Documentation/ABI/testing/sysfs-devices-waiting_for_supplier
Extension
[no extension]
Size
793 bytes
Lines
18
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: Documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

What:		/sys/devices/.../waiting_for_supplier
Date:		May 2020
Contact:	Saravana Kannan <saravanak@google.com>
Description:
		The /sys/devices/.../waiting_for_supplier attribute is only
		present when fw_devlink kernel command line option is enabled
		and is set to something stricter than "permissive".  It is
		removed once a device probes successfully (because the
		information is no longer relevant). The number read from it (0
		or 1) reflects whether the device is waiting for one or more
		suppliers to be added and then linked to using device links
		before the device can probe.

		A value of 0 means the device is not waiting for any suppliers
		to be added before it can probe.  A value of 1 means the device
		is waiting for one or more suppliers to be added before it can
		probe.

Annotation

Implementation Notes