Lines Matching refs:opt_flags
118 u32 opt_flags) in __allocate_fw_priv() argument
123 if ((opt_flags & FW_OPT_PARTIAL) && !dbuf) in __allocate_fw_priv()
127 if (offset != 0 && !(opt_flags & FW_OPT_PARTIAL)) in __allocate_fw_priv()
145 fw_priv->opt_flags = opt_flags; in __allocate_fw_priv()
170 size_t offset, u32 opt_flags) in alloc_lookup_fw_priv() argument
179 if (!(opt_flags & (FW_OPT_NOCACHE | FW_OPT_PARTIAL))) { in alloc_lookup_fw_priv()
190 tmp = __allocate_fw_priv(fw_name, fwc, dbuf, size, offset, opt_flags); in alloc_lookup_fw_priv()
193 if (!(opt_flags & FW_OPT_NOCACHE)) in alloc_lookup_fw_priv()
545 if ((fw_priv->opt_flags & FW_OPT_PARTIAL) && buffer) in fw_get_filesystem_firmware()
554 if (!(fw_priv->opt_flags & FW_OPT_NO_WARN)) { in fw_get_filesystem_firmware()
714 if (device && (fw_priv->opt_flags & FW_OPT_UEVENT) && in assign_fw()
715 !(fw_priv->opt_flags & FW_OPT_NOCACHE)) { in assign_fw()
727 if (!(fw_priv->opt_flags & FW_OPT_NOCACHE) && in assign_fw()
744 size_t offset, u32 opt_flags) in _request_firmware_prepare() argument
763 offset, opt_flags); in _request_firmware_prepare()
829 size_t offset, u32 opt_flags) in _request_firmware() argument
865 offset, opt_flags); in _request_firmware()
884 if (!(opt_flags & FW_OPT_PARTIAL)) in _request_firmware()
901 if (!(opt_flags & FW_OPT_NO_WARN)) in _request_firmware()
907 opt_flags, ret); in _request_firmware()
1149 u32 opt_flags; member
1160 fw_work->opt_flags); in request_firmware_work_func()
1190 fw_work->opt_flags = FW_OPT_NOWAIT | in _request_firmware_nowait()