Home
last modified time | relevance | path

Searched refs:FW_OPT_UEVENT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/firmware_loader/
H A Dmain.c695 if (device && (fw_priv->opt_flags & FW_OPT_UEVENT) && in assign_fw()
894 FW_OPT_UEVENT); in request_firmware()
921 FW_OPT_UEVENT | FW_OPT_NO_WARN); in firmware_request_nowarn()
945 FW_OPT_UEVENT | FW_OPT_NO_WARN | in request_firmware_direct()
970 FW_OPT_UEVENT | FW_OPT_FALLBACK_PLATFORM); in firmware_request_platform()
1026 FW_OPT_UEVENT | FW_OPT_NOCACHE); in request_firmware_into_buf()
1056 FW_OPT_UEVENT | FW_OPT_NOCACHE | in request_partial_firmware_into_buf()
1150 (uevent ? FW_OPT_UEVENT : FW_OPT_USERHELPER); in request_firmware_nowait()
H A Dfirmware.h17 * @FW_OPT_UEVENT: Enables the fallback mechanism to send a kobject uevent
31 * precedence over &FW_OPT_UEVENT and &FW_OPT_USERHELPER.
39 FW_OPT_UEVENT = BIT(0), enumerator
H A Dfallback.c522 if (fw_priv->opt_flags & FW_OPT_UEVENT) { in fw_load_sysfs_fallback()
/kernel/linux/linux-6.6/drivers/base/firmware_loader/
H A Dmain.c709 if (device && (fw_priv->opt_flags & FW_OPT_UEVENT) && in assign_fw()
959 FW_OPT_UEVENT); in request_firmware()
986 FW_OPT_UEVENT | FW_OPT_NO_WARN); in firmware_request_nowarn()
1010 FW_OPT_UEVENT | FW_OPT_NO_WARN | in request_firmware_direct()
1035 FW_OPT_UEVENT | FW_OPT_FALLBACK_PLATFORM); in firmware_request_platform()
1091 FW_OPT_UEVENT | FW_OPT_NOCACHE); in request_firmware_into_buf()
1121 FW_OPT_UEVENT | FW_OPT_NOCACHE | in request_partial_firmware_into_buf()
1215 (uevent ? FW_OPT_UEVENT : FW_OPT_USERHELPER); in request_firmware_nowait()
H A Dfirmware.h15 * @FW_OPT_UEVENT: Enables the fallback mechanism to send a kobject uevent
29 * precedence over &FW_OPT_UEVENT and &FW_OPT_USERHELPER.
37 FW_OPT_UEVENT = BIT(0), enumerator
H A Dfallback.c97 if (fw_priv->opt_flags & FW_OPT_UEVENT) { in fw_load_sysfs_fallback()

Completed in 7 milliseconds