Home
last modified time | relevance | path

Searched full:options (Results 1 – 25 of 2485) sorted by relevance

12345678910>>...100

/linux/drivers/video/
H A Dcmdline.c35 const char *options = NULL; in __video_get_option_string() local
52 options = opt + name_len + 1; in __video_get_option_string()
56 /* No match, return global options */ in __video_get_option_string()
57 if (!options) in __video_get_option_string()
58 options = video_option; in __video_get_option_string()
60 return options; in __video_get_option_string()
66 * line (video=<name>:<options>)
68 * Looks up the video= options for the given name. Names are connector
74 * The string of video options for the given name, or NULL if no video
84 bool __video_get_options(const char *name, const char **options, bool is_of) in __video_get_options() argument
[all …]
/linux/arch/loongarch/kernel/
H A Dcpu-probe.c74 c->options &= ~LOONGARCH_CPU_LSX; in cpu_final_simd()
79 c->options &= ~LOONGARCH_CPU_LASX; in cpu_final_simd()
85 if (c->options & LOONGARCH_CPU_LSX) in cpu_final_simd()
88 if (c->options & LOONGARCH_CPU_LASX) in cpu_final_simd()
141 c->options = LOONGARCH_CPU_CPUCFG | LOONGARCH_CPU_CSR | LOONGARCH_CPU_VINT; in cpu_probe_common()
162 c->options |= LOONGARCH_CPU_TLB; in cpu_probe_common()
164 c->options |= LOONGARCH_CPU_IOCSR; in cpu_probe_common()
166 c->options |= LOONGARCH_CPU_MSGINT; in cpu_probe_common()
168 c->options |= LOONGARCH_CPU_UAL; in cpu_probe_common()
172 c->options |= LOONGARCH_CPU_CRC32; in cpu_probe_common()
[all …]
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c24 struct trusted_key_options *options, in tpm2_key_encode() argument
49 if (options->blobauth_len == 0) { in tpm2_key_encode()
72 work = asn1_encode_integer(work, end_work, options->keyhandle); in tpm2_key_encode()
102 struct trusted_key_options *options, in tpm2_key_decode() argument
124 options->keyhandle = ctx.parent; in tpm2_key_decode()
228 * @options: authentication values and other options
234 struct trusted_key_options *options) in tpm2_seal_trusted() argument
243 hash = tpm2_find_hash_alg(options->hash); in tpm2_seal_trusted()
247 if (!options->keyhandle) in tpm2_seal_trusted()
271 rc = tpm_buf_append_name(chip, &buf, options->keyhandle, NULL); in tpm2_seal_trusted()
[all …]
H A Dtrusted_pkwm.c62 struct trusted_key_options *options; in trusted_options_alloc() local
65 options = kzalloc_obj(*options); in trusted_options_alloc()
67 if (options) { in trusted_options_alloc()
71 kfree_sensitive(options); in trusted_options_alloc()
72 options = NULL; in trusted_options_alloc()
74 options->private = pkwm; in trusted_options_alloc()
78 return options; in trusted_options_alloc()
83 struct trusted_key_options *options = NULL; in trusted_pkwm_seal() local
89 options = trusted_options_alloc(); in trusted_pkwm_seal()
91 if (!options) in trusted_pkwm_seal()
[all …]
/linux/drivers/net/ppp/
H A Dppp_deflate.c36 static void *z_comp_alloc(unsigned char *options, int opt_len);
37 static void *z_decomp_alloc(unsigned char *options, int opt_len);
40 static int z_comp_init(void *state, unsigned char *options,
43 static int z_decomp_init(void *state, unsigned char *options,
73 * @options: pointer to CCP option data
74 * @opt_len: length of the CCP option at @options.
76 * The @options pointer points to the a buffer containing the
85 static void *z_comp_alloc(unsigned char *options, int opt_len) in z_comp_alloc() argument
91 (options[0] != CI_DEFLATE && options[0] != CI_DEFLATE_DRAFT) || in z_comp_alloc()
92 options[1] != CILEN_DEFLATE || in z_comp_alloc()
[all …]
/linux/tools/testing/selftests/ftrace/test.d/dynevent/
H A Dadd_remove_eprobe.tc14 OPTIONS="file=+0(\$filename):ustring"
15 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
37 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
45 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
53 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
60 # With just event name and system/event and options
61 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
64 echo "-:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
68 # With group name and system/event and options
69 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events
[all …]
/linux/drivers/crypto/caam/
H A Ddesc_constr.h104 static inline void init_desc(u32 * const desc, u32 options) in init_desc() argument
106 *desc = cpu_to_caam32((options | HDR_ONE) + 1); in init_desc()
109 static inline void init_sh_desc(u32 * const desc, u32 options) in init_sh_desc() argument
112 init_desc(desc, CMD_SHARED_DESC_HDR | options); in init_sh_desc()
115 static inline void init_sh_desc_pdb(u32 * const desc, u32 options, in init_sh_desc_pdb() argument
121 options); in init_sh_desc_pdb()
124 static inline void init_job_desc(u32 * const desc, u32 options) in init_job_desc() argument
126 init_desc(desc, CMD_DESC_HDR | options); in init_job_desc()
129 static inline void init_job_desc_pdb(u32 * const desc, u32 options, in init_job_desc_pdb() argument
134 init_job_desc(desc, (((pdb_len + 1) << HDR_START_IDX_SHIFT)) | options); in init_job_desc_pdb()
[all …]
H A Dpdb.h14 * PDB- IPSec ESP Header Modification Options
20 * Options Byte IP version (IPvsn) field:
47 * PDB - IPSec ESP Encap/Decap Options
94 * @ccm_opt: CCM algorithm options - MSB-LSB description:
121 * @options: MSB-LSB description
122 * hmo (header manipulation options) - 4b
136 u32 options; member
171 * @ccm_opt: CCM algorithm options - MSB-LSB description:
194 * @options: MSB-LSB description
195 * hmo (header manipulation options) - 4b
[all …]
/linux/drivers/comedi/drivers/
H A Ddt2815.c19 * Configuration options:
36 * [6] - Analog output 1 range configuration (same options)
37 * [7] - Analog output 2 range configuration (same options)
38 * [8] - Analog output 3 range configuration (same options)
39 * [9] - Analog output 4 range configuration (same options)
40 * [10] - Analog output 5 range configuration (same options)
41 * [11] - Analog output 6 range configuration (same options)
42 * [12] - Analog output 7 range configuration (same options)
116 * options[0] Board base address
117 * options[1] IRQ (not applicable)
[all …]
/linux/arch/mips/kernel/
H A Dcpu-probe.c73 cpu_data[0].options &= ~MIPS_CPU_HTW; in htw_disable()
150 c->options |= MIPS_CPU_MT_PER_TC_PERF_COUNTERS; in cpu_set_mt_per_tc_perf()
381 c->options |= MIPS_CPU_MM_FULL; in mm_config()
399 c->options |= MIPS_CPU_MM_SYSAD; in mm_config()
401 c->options |= MIPS_CPU_MM_FULL; in mm_config()
419 c->options |= MIPS_CPU_TLB; in decode_config0()
421 c->options |= MIPS_CPU_TLB | MIPS_CPU_FTLB; in decode_config0()
474 c->options |= MIPS_CPU_PERF; in decode_config1()
476 c->options |= MIPS_CPU_WATCH; in decode_config1()
480 c->options |= MIPS_CPU_EJTAG; in decode_config1()
[all …]
H A Dfpu-probe.c116 c->options |= MIPS_CPU_MAC_2008_ONLY; in cpu_set_fpu_2008()
120 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_fpu_2008()
122 c->options |= MIPS_CPU_NAN_2008; in cpu_set_fpu_2008()
134 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_fpu_2008()
139 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_fpu_2008()
157 c->options &= ~(MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY); in cpu_set_nofpu_2008()
168 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008()
170 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008()
175 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008()
179 c->options |= MIPS_CPU_NAN_2008; in cpu_set_nofpu_2008()
[all …]
/linux/tools/lib/subcmd/
H A Dparse-options.c11 #include "parse-options.h"
382 static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *options) in parse_long_opt()
385 for (; options->type != OPTION_END; options++) { in parse_long_opt()
386 if (options->short_name == *p->opt) { in parse_long_opt()
388 return get_value(p, options, OPT_SHORT); in parse_long_opt()
392 if (options->parent) { in parse_long_opt()
393 options = options->parent; in parse_long_opt()
401 const struct option *options) in parse_long_opt()
345 parse_short_opt(struct parse_opt_ctx_t * p,const struct option * options) parse_short_opt() argument
364 parse_long_opt(struct parse_opt_ctx_t * p,const char * arg,const struct option * options) parse_long_opt() argument
476 check_typos(const char * arg,const struct option * options) check_typos() argument
515 parse_options_step(struct parse_opt_ctx_t * ctx,const struct option * options,const char * const usagestr[]) parse_options_step() argument
632 parse_options_subcommand(int argc,const char ** argv,const struct option * options,const char * const subcommands[],const char * usagestr[],int flags) parse_options_subcommand() argument
686 parse_options(int argc,const char ** argv,const struct option * options,const char * const usagestr[],int flags) parse_options() argument
[all...]
/linux/drivers/media/usb/hdpvr/
H A Dhdpvr-control.c108 dev->usbc_buf[0] = dev->options.bitrate; in hdpvr_set_bitrate()
109 dev->usbc_buf[2] = dev->options.peak_bitrate; in hdpvr_set_bitrate()
157 hdpvr_config_call(dev, CTRL_VIDEO_STD_TYPE, dev->options.video_std); in hdpvr_set_options()
160 dev->options.video_input+1); in hdpvr_set_options()
162 hdpvr_set_audio(dev, dev->options.audio_input+1, in hdpvr_set_options()
163 dev->options.audio_codec); in hdpvr_set_options()
167 dev->options.bitrate_mode); in hdpvr_set_options()
168 hdpvr_config_call(dev, CTRL_GOP_MODE_VALUE, dev->options.gop_mode); in hdpvr_set_options()
170 hdpvr_config_call(dev, CTRL_BRIGHTNESS, dev->options.brightness); in hdpvr_set_options()
171 hdpvr_config_call(dev, CTRL_CONTRAST, dev->options.contrast); in hdpvr_set_options()
[all …]
/linux/scripts/
H A Dcoccicheck35 # heuristics done in this file as Coccinelle accepts the last options when
36 # options conflict.
77 OPTIONS="$COCCIINCLUDE $1"
83 OPTIONS="--dir $srcroot $COCCIINCLUDE"
98 OPTIONS="--patch $srctree $OPTIONS"
108 OPTIONS="$OPTIONS --jobs $NPROC --chunksize 1"
189 OPTIONS="$OPTIONS $SPFLAGS"
194 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
244 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \
246 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_geneve.c118 ip_tunnel_info_opts_get(geneveh->options, tun_info); in mlx5e_gen_ip_tunnel_header_geneve()
184 "Matching on GENEVE options is not supported"); in mlx5e_tc_tun_parse_geneve_options()
186 "Matching on GENEVE options is not supported\n"); in mlx5e_tc_tun_parse_geneve_options()
190 /* make sure that we're talking about GENEVE options */ in mlx5e_tc_tun_parse_geneve_options()
194 "Matching on GENEVE options: option type is not GENEVE"); in mlx5e_tc_tun_parse_geneve_options()
196 "Matching on GENEVE options: option type is not GENEVE\n"); in mlx5e_tc_tun_parse_geneve_options()
203 NL_SET_ERR_MSG_MOD(extack, "Matching on GENEVE options len is not supported"); in mlx5e_tc_tun_parse_geneve_options()
205 "Matching on GENEVE options len is not supported\n"); in mlx5e_tc_tun_parse_geneve_options()
211 * len of all the options, including the headers, also multiples of 4 in mlx5e_tc_tun_parse_geneve_options()
217 "Matching on GENEVE options: unsupported options len"); in mlx5e_tc_tun_parse_geneve_options()
[all …]
/linux/tools/include/nolibc/sys/
H A Dwait.h19 * pid_t waitpid(pid_t pid, int *status, int options);
20 * int waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options);
24 int _sys_waitid(int which, pid_t pid, siginfo_t *infop, int options, struct rusage *rusage) in sys_waitid() argument
26 return __nolibc_syscall5(__NR_waitid, which, pid, infop, options, rusage); in sys_waitid()
30 int waitid(int which, pid_t pid, siginfo_t *infop, int options) in waitid() argument
32 return __sysret(_sys_waitid(which, pid, infop, options, NULL)); in waitid()
37 pid_t waitpid(pid_t pid, int *status, int options) in waitpid() argument
60 options |= WEXITED; in waitpid()
62 ret = waitid(idtype, id, &info, options); in waitpid()
/linux/net/6lowpan/
H A DKconfig28 tristate "Destination Options Header Support"
31 6LoWPAN IPv6 Destination Options Header compression according to
41 tristate "Hop-by-Hop Options Header Support"
44 6LoWPAN IPv6 Hop-by-Hop Options Header compression according to
72 tristate "GHC Hop-by-Hop Options Header Support"
88 tristate "GHC Destination Options Header Support"
94 tristate "GHC Fragmentation Options Header Support"
100 tristate "GHC Routing Options Header Support"
/linux/arch/x86/boot/
H A Dearly_serial_console.c119 char optstr[64], *options; in parse_console_uart8250() local
130 options = optstr; in parse_console_uart8250()
132 if (!strncmp(options, "uart8250,io,", 12)) in parse_console_uart8250()
133 port = simple_strtoull(options + 12, &options, 0); in parse_console_uart8250()
134 else if (!strncmp(options, "uart,io,", 8)) in parse_console_uart8250()
135 port = simple_strtoull(options + 8, &options, 0); in parse_console_uart8250()
139 if (options && (options[0] == ',')) { in parse_console_uart8250()
140 baud = simple_strtoull(options + 1, NULL, 0); in parse_console_uart8250()
/linux/Documentation/trace/
H A Dboottime-trace.rst19 Options in the Boot Config
22 Here is the list of available options for boot time tracing in
23 boot config file [1]_. All options are under "ftrace." or "kernel."
24 prefix. See kernel parameters for the options which starts
30 Ftrace Global Options
33 Ftrace global options have "kernel." prefix in boot config, which means
34 these options are passed as a part of kernel legacy command line.
56 Ftrace Per-instance Options
59 These options can be used for each instance including global ftrace node.
61 ftrace.[instance.INSTANCE.]options = OPT1[, OPT2[...]]
[all …]
/linux/drivers/video/fbdev/core/
H A Dfb_cmdline.c28 * (video=<name>:<options>)
38 const char *options = NULL; in fb_get_options() local
45 enabled = __video_get_options(name, &options, is_of); in fb_get_options()
47 if (options) { in fb_get_options()
48 if (!strncmp(options, "off", 3)) in fb_get_options()
53 if (options) in fb_get_options()
54 *option = kstrdup(options, GFP_KERNEL); in fb_get_options()
/linux/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h11 int options; /* No use */ member
16 int options; /* No use */ member
78 int options; /* No use */ member
100 int options; /* No use */ member
105 int options; /* No use */ member
156 } options; member
182 } options; member
207 } options; member
228 } options; member
238 } options; member
[all …]
/linux/drivers/md/dm-pcache/
H A Dsegment.c52 struct pcache_segment_init_options *options) in pcache_segment_init() argument
54 segment->seg_info = options->seg_info; in pcache_segment_init()
55 segment_info_set_type(segment->seg_info, options->type); in pcache_segment_init()
58 segment->seg_id = options->seg_id; in pcache_segment_init()
59 segment->data_size = PCACHE_SEG_SIZE - options->data_off; in pcache_segment_init()
60 segment->data = CACHE_DEV_SEGMENT(cache_dev, options->seg_id) + options->data_off; in pcache_segment_init()
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Dport.c46 * ice_devlink_port_options_print - Print available port split options
47 * @pf: the PF to print split port options
49 * Prints a table with available port split options and max port speeds
54 struct ice_aqc_get_port_options_elem *options, *opt; in ice_devlink_port_options_print() local
61 options = kzalloc_objs(*options, in ice_devlink_port_options_print()
63 if (!options) in ice_devlink_port_options_print()
67 opt = options + i * ICE_AQC_PORT_OPT_MAX; in ice_devlink_port_options_print()
82 dev_dbg(dev, "Available port split options and max port speeds (Gbps):\n"); in ice_devlink_port_options_print()
100 "%-6u", options[i].pmd); in ice_devlink_port_options_print()
103 speed = options[i + j * ICE_AQC_PORT_OPT_MAX].max_lane_speed; in ice_devlink_port_options_print()
[all …]
/linux/net/dns_resolver/
H A Ddns_query.c44 * @options: Request options (or NULL if no options)
53 * the options need to be appropriate for the query type requested. If no
64 const char *options, char **_result, time64_t *_expiry, in dns_query() argument
73 type, (int)namelen, (int)namelen, name, namelen, options); in dns_query()
88 if (!options) in dns_query()
89 options = ""; in dns_query()
90 kdebug("call request_key(,%s,%s)", desc, options); in dns_query()
96 rkey = request_key_net(&key_type_dns_resolver, desc, net, options); in dns_query()
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py308 Parse the list of common options in main.h (options that apply to all
309 commands), which looks to the lists of options in other source files
312 "OPTIONS := { {-j|--json} [{-p|--pretty}] | {-d|--debug}"
314 Return a set containing all options, such as:
318 start_marker = re.compile(f'"OPTIONS :=')
334 Parse the list of common options in substitutions.rst (options that
337 Return a set containing all options, such as:
426 return self.get_rst_list('OPTIONS')
492 options. Also check that bpftool is in sync with the UAPI BPF header.
535 …f'Comparing {MapFileExtractor.filename} (do_help() OPTIONS) and {ManMapExtractor.filename} (OPTION…
[all …]

12345678910>>...100