Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/firmware_loader/
H A Dmain.c709 if (device && (fw_priv->opt_flags & FW_OPT_UEVENT) && in assign_fw()
989 FW_OPT_UEVENT); in request_firmware()
1016 FW_OPT_UEVENT | FW_OPT_NO_WARN); in firmware_request_nowarn()
1040 FW_OPT_UEVENT | FW_OPT_NO_WARN | in request_firmware_direct()
1065 FW_OPT_UEVENT | FW_OPT_FALLBACK_PLATFORM); in firmware_request_platform()
1121 FW_OPT_UEVENT | FW_OPT_NOCACHE); in request_firmware_into_buf()
1151 FW_OPT_UEVENT | FW_OPT_NOCACHE | in request_partial_firmware_into_buf()
1245 (uevent ? FW_OPT_UEVENT : FW_OPT_USERHELPER); in request_firmware_nowait()
H A Dfirmware.h37 FW_OPT_UEVENT = BIT(0), enumerator
H A Dfallback.c97 if (fw_priv->opt_flags & FW_OPT_UEVENT) { in fw_load_sysfs_fallback()