Home
last modified time | relevance | path

Searched refs:FW_OPT_UEVENT (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/base/firmware_loader/
Dmain.c655 if (device && (opt_flags & FW_OPT_UEVENT) && in assign_fw()
827 FW_OPT_UEVENT); in request_firmware()
854 FW_OPT_UEVENT | FW_OPT_NO_WARN); in firmware_request_nowarn()
878 FW_OPT_UEVENT | FW_OPT_NO_WARN | in request_firmware_direct()
935 FW_OPT_UEVENT | FW_OPT_NOCACHE); in request_firmware_into_buf()
1028 (uevent ? FW_OPT_UEVENT : FW_OPT_USERHELPER); in request_firmware_nowait()
Dfirmware.h34 FW_OPT_UEVENT = BIT(0), enumerator
Dfallback.c518 if (opt_flags & FW_OPT_UEVENT) { in fw_load_sysfs_fallback()