Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/firmware_loader/
Dmain.c471 if (device && (opt_flags & FW_OPT_UEVENT) && in assign_fw()
637 FW_OPT_UEVENT); in request_firmware()
664 FW_OPT_UEVENT | FW_OPT_NO_WARN); in firmware_request_nowarn()
688 FW_OPT_UEVENT | FW_OPT_NO_WARN | in request_firmware_direct()
745 FW_OPT_UEVENT | FW_OPT_NOCACHE); in request_firmware_into_buf()
838 (uevent ? FW_OPT_UEVENT : FW_OPT_USERHELPER); in request_firmware_nowait()
Dfirmware.h34 FW_OPT_UEVENT = BIT(0), enumerator
Dfallback.c565 if (opt_flags & FW_OPT_UEVENT) { in fw_load_sysfs_fallback()