Searched refs:opt_flags (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/base/firmware_loader/
H A Dfallback.c101 if (fw_priv->opt_flags & FW_OPT_UEVENT) {
132 u32 opt_flags)
139 if (opt_flags & FW_OPT_NOWAIT) {
155 fw_sysfs = fw_create_instance(firmware, name, device, opt_flags);
173 static bool fw_force_sysfs_fallback(u32 opt_flags) argument
177 if (!(opt_flags & FW_OPT_USERHELPER))
182 static bool fw_run_sysfs_fallback(u32 opt_flags) argument
191 if ((opt_flags & FW_OPT_NOFALLBACK_SYSFS))
199 return fw_force_sysfs_fallback(opt_flags);
207 * @opt_flags
130 fw_load_from_user_helper(struct firmware *firmware, const char *name, struct device *device, u32 opt_flags) argument
224 firmware_fallback_sysfs(struct firmware *fw, const char *name, struct device *device, u32 opt_flags, int ret) argument
[all...]
H A Dfallback.h14 u32 opt_flags,
24 u32 opt_flags,
22 firmware_fallback_sysfs(struct firmware *fw, const char *name, struct device *device, u32 opt_flags, int ret) argument
H A Dfallback_platform.c17 if (!(fw_priv->opt_flags & FW_OPT_FALLBACK_PLATFORM))
H A Dmain.c118 u32 opt_flags)
123 if ((opt_flags & FW_OPT_PARTIAL) && !dbuf)
127 if (offset != 0 && !(opt_flags & FW_OPT_PARTIAL))
145 fw_priv->opt_flags = opt_flags;
170 size_t offset, u32 opt_flags)
179 if (!(opt_flags & (FW_OPT_NOCACHE | FW_OPT_PARTIAL))) {
190 tmp = __allocate_fw_priv(fw_name, fwc, dbuf, size, offset, opt_flags);
193 if (!(opt_flags & FW_OPT_NOCACHE))
545 if ((fw_priv->opt_flags
113 __allocate_fw_priv(const char *fw_name, struct firmware_cache *fwc, void *dbuf, size_t size, size_t offset, u32 opt_flags) argument
168 alloc_lookup_fw_priv(const char *fw_name, struct firmware_cache *fwc, struct fw_priv **fw_priv, void *dbuf, size_t size, size_t offset, u32 opt_flags) argument
742 _request_firmware_prepare(struct firmware **firmware_p, const char *name, struct device *device, void *dbuf, size_t size, size_t offset, u32 opt_flags) argument
854 _request_firmware(const struct firmware **firmware_p, const char *name, struct device *device, void *buf, size_t size, size_t offset, u32 opt_flags) argument
1155 u32 opt_flags; member in struct:firmware_work
[all...]
H A Dsysfs.h96 struct device *device, u32 opt_flags);
H A Dfirmware.h73 u32 opt_flags; member in struct:fw_priv
164 size_t offset, u32 opt_flags);
H A Dsysfs.c397 struct device *device, u32 opt_flags)
408 fw_sysfs->nowait = !!(opt_flags & FW_OPT_NOWAIT);
396 fw_create_instance(struct firmware *firmware, const char *fw_name, struct device *device, u32 opt_flags) argument
H A Dsysfs_upload.c296 u32 opt_flags = FW_OPT_NOCACHE; local
338 fw_sysfs = fw_create_instance(NULL, name, parent, opt_flags);
/linux-master/samples/bpf/
H A Dxdp_adjust_tail_user.c84 unsigned char opt_flags[256] = {}; local
99 opt_flags[(unsigned char)optstr[i]] = 1;
128 opt_flags[opt] = 0;
135 if (opt_flags[(unsigned int)optstr[i]]) {
H A Dxdp_tx_iptunnel_user.c156 unsigned char opt_flags[256] = {}; local
173 opt_flags[(unsigned char)optstr[i]] = 1;
239 opt_flags[opt] = 0;
246 if (opt_flags[(unsigned int)optstr[i]]) {
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sync.c1029 __u32 *opt_flags,
1040 if (*opt_flags & IPVS_OPT_F_SEQ_DATA) {
1046 *opt_flags |= IPVS_OPT_F_SEQ_DATA;
1052 __u32 *opt_flags, __u32 flag)
1058 if (*opt_flags & flag) {
1064 *opt_flags |= flag;
1079 __u32 opt_flags=0; local
1117 if (ip_vs_proc_seqopt(p, plen, &opt_flags, &opt))
1123 IP_VS_PEDATA_MAXLEN, &opt_flags,
1130 IP_VS_PENAME_MAXLEN, &opt_flags,
1028 ip_vs_proc_seqopt(__u8 *p, unsigned int plen, __u32 *opt_flags, struct ip_vs_sync_conn_options *opt) argument
1050 ip_vs_proc_str(__u8 *p, unsigned int plen, unsigned int *data_len, __u8 **data, unsigned int maxlen, __u32 *opt_flags, __u32 flag) argument
[all...]
/linux-master/fs/bcachefs/
H A Dopts.h55 enum opt_flags { enum
538 enum opt_flags flags;
/linux-master/fs/ext4/
H A Dsuper.c1995 unsigned int opt_flags; /* MOPT flags */ member in struct:ext4_fs_context
2164 ctx->opt_flags |= m->flags;
2776 if ((ctx->opt_flags & MOPT_NO_EXT2) && IS_EXT2_SB(sb)) {
2781 if ((ctx->opt_flags & MOPT_NO_EXT3) && IS_EXT3_SB(sb)) {

Completed in 256 milliseconds