Searched refs:opt (Results 476 - 500 of 713) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/video/fbdev/
H A Dfsl-diu-fb.c1843 char *opt; local
1849 while ((opt = strsep(&options, ",")) != NULL) {
1850 if (!*opt)
1852 if (!strncmp(opt, "monitor=", 8)) {
1853 monitor_port = fsl_diu_name_to_port(opt + 8);
1854 } else if (!strncmp(opt, "bpp=", 4)) {
1855 if (!kstrtoul(opt + 4, 10, &val))
1858 fb_mode = opt;
H A Ds3fb.c1533 char *opt; local
1538 while ((opt = strsep(&options, ",")) != NULL) {
1540 if (!*opt)
1542 else if (!strncmp(opt, "mtrr:", 5))
1543 mtrr = simple_strtoul(opt + 5, NULL, 0);
1544 else if (!strncmp(opt, "fasttext:", 9))
1545 fasttext = simple_strtoul(opt + 9, NULL, 0);
1547 mode_option = opt;
H A Dimxfb.c870 char *opt, *options = NULL; local
878 while ((opt = strsep(&options, ",")) != NULL) {
879 if (!*opt)
882 fb_mode = opt;
/linux-master/scripts/
H A Dcheck-uapi.sh532 while getopts "hb:p:j:l:iqv" opt; do
533 case $opt in
/linux-master/include/linux/
H A Dnetfilter.h356 int nf_setsockopt(struct sock *sk, u_int8_t pf, int optval, sockptr_t opt,
358 int nf_getsockopt(struct sock *sk, u_int8_t pf, int optval, char __user *opt,
/linux-master/net/sched/
H A Dcls_flower.c1203 struct geneve_opt *opt; local
1212 opt = (struct geneve_opt *)&key->enc_opts.data[key->enc_opts.len];
1213 memset(opt, 0xff, option_len);
1214 opt->length = data_len / 4;
1215 opt->r1 = 0;
1216 opt->r2 = 0;
1217 opt->r3 = 0;
1268 opt->length = data_len / 4;
1269 memcpy(opt->opt_data, nla_data(data), data_len);
1274 opt
3083 struct geneve_opt *opt; local
[all...]
/linux-master/tools/testing/selftests/net/
H A Dfib_rule_tests.sh480 while getopts ":t:h" opt; do
481 case $opt in
H A Dnettest.c269 int opt = TCP_MD5SIG; local
276 opt = TCP_MD5SIG_EXT;
285 opt = TCP_MD5SIG_EXT;
294 rc = setsockopt(sd, IPPROTO_TCP, opt, &md5sig, sizeof(md5sig));
471 int opt = IP_UNICAST_IF; local
478 opt = IPV6_UNICAST_IF;
481 rc = setsockopt(sd, level, opt, &ifindex, sizeof(ifindex));
/linux-master/net/sctp/
H A Dprotocol.c187 inet_opt->opt.optlen, GFP_ATOMIC);
190 inet_opt->opt.optlen);
208 len = inet_opt->opt.optlen;
1013 struct sctp_sock *opt)
1030 static int sctp_inet_bind_verify(struct sctp_sock *opt, union sctp_addr *addr) argument
1032 return sctp_v4_available(addr, opt);
1038 static int sctp_inet_send_verify(struct sctp_sock *opt, union sctp_addr *addr) argument
1046 static int sctp_inet_supported_addrs(const struct sctp_sock *opt, argument
1011 sctp_inet_cmp_addr(const union sctp_addr *addr1, const union sctp_addr *addr2, struct sctp_sock *opt) argument
/linux-master/net/ipv6/
H A Dipcomp6.c44 static int ipcomp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, argument
/linux-master/fs/erofs/
H A Dsysfs.c103 return (unsigned char *)&sbi->opt + offset;
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci.h129 int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt);
/linux-master/tools/perf/bench/
H A Dsched-pipe.c50 static int parse_two_cgroups(const struct option *opt __maybe_unused,
/linux-master/drivers/tty/hvc/
H A Dhvc_dcc.c48 const char *opt)
47 dcc_early_console_setup(struct earlycon_device *device, const char *opt) argument
/linux-master/tools/perf/util/
H A Dsort.h323 int report_parse_ignore_callees_opt(const struct option *opt, const char *arg, int unset);
H A Dsymbol.h172 int symbol__config_symfs(const struct option *opt __maybe_unused,
/linux-master/tools/perf/
H A Dbuiltin-annotate.c697 static int parse_percent_limit(const struct option *opt, const char *str, argument
700 struct perf_annotate *ann = opt->value;
707 static int parse_data_type(const struct option *opt, const char *str, int unset) argument
709 struct perf_annotate *ann = opt->value;
H A Dbuiltin-lock.c2310 static int parse_map_entry(const struct option *opt, const char *str, argument
2313 unsigned long *len = (unsigned long *)opt->value;
2328 static int parse_max_stack(const struct option *opt, const char *str, argument
2331 unsigned long *len = (unsigned long *)opt->value;
2364 static int parse_lock_type(const struct option *opt __maybe_unused, const char *str,
2430 static int parse_lock_addr(const struct option *opt __maybe_unused, const char *str,
2467 static int parse_call_stack(const struct option *opt __maybe_unused, const char *str,
2495 static int parse_output(const struct option *opt __maybe_unused, const char *str,
2498 const char **name = (const char **)opt->value;
2542 static int parse_cgroup_filter(const struct option *opt __maybe_unuse
[all...]
/linux-master/net/dccp/
H A Dipv4.c70 if (inet_opt != NULL && inet_opt->opt.srr) {
73 nexthop = inet_opt->opt.faddr;
90 if (inet_opt == NULL || !inet_opt->opt.srr)
108 inet_csk(sk)->icsk_ext_hdr_len = inet_opt->opt.optlen;
/linux-master/drivers/net/bonding/
H A Dbond_sysfs.c146 const struct bond_option *opt; local
150 opt = bond_opt_get_by_name(attr->attr.name);
151 if (WARN_ON(!opt))
156 ret = bond_opt_tryset_rtnl(bond, opt->id, buffer_clone);
/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl1.c127 static int atl1_validate_option(int *value, struct atl1_option *opt, argument
131 *value = opt->def;
135 switch (opt->type) {
139 dev_info(&pdev->dev, "%s enabled\n", opt->name);
142 dev_info(&pdev->dev, "%s disabled\n", opt->name);
147 if (*value >= opt->arg.r.min && *value <= opt->arg.r.max) {
148 dev_info(&pdev->dev, "%s set to %i\n", opt->name,
157 for (i = 0; i < opt->arg.l.nr; i++) {
158 ent = &opt
197 struct atl1_option opt = { local
[all...]
/linux-master/tools/bpf/bpftool/
H A Dmain.h207 ifindex_to_arch(__u32 ifindex, __u64 ns_dev, __u64 ns_ino, const char **opt);
/linux-master/fs/smb/client/
H A Dfs_context.c951 int i, opt; local
966 opt = Opt_pass;
969 opt = Opt_user;
974 opt = fs_parse(fc, smb3_fs_parameters, param, &result);
975 if (opt < 0)
976 return ctx->sloppy ? 1 : opt;
979 switch (opt) {
/linux-master/fs/bcachefs/
H A Dsuper-io.c420 const struct bch_option *opt = bch2_opt_table + opt_id; local
422 if (opt->get_sb != BCH2_NO_SB_OPT) {
426 ret = bch2_opt_validate(opt, v, out);
1399 const struct bch_option *opt = bch2_opt_table + id; local
1401 if (opt->get_sb != BCH2_NO_SB_OPT) {
1404 prt_printf(out, "%s:", opt->attr.name);
1406 bch2_opt_to_text(out, NULL, sb, opt, v,
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c754 minfo->hw.MXoptionReg |= 0x00207E00 & minfo->values.reg.opt;
776 minfo->hw.MXoptionReg |= 0x001F8000 & minfo->values.reg.opt;
795 /* minfo->hw.MXoptionReg = minfo->values.reg.opt; */
804 minfo->hw.MXoptionReg |= minfo->values.reg.opt & 0x03400040;
942 hw->MXoptionReg |= minfo->values.reg.opt & 0x1C00;
962 hw->MXoptionReg |= minfo->values.reg.opt & 0x1C00;

Completed in 305 milliseconds

<<11121314151617181920>>