Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 960) sorted by relevance

12345678910>>...39

/kernel/linux/linux-5.10/drivers/clk/mvebu/
Dorion.c30 u32 opt = (readl(sar) >> SAR_MV88F5181_TCLK_FREQ) & in mv88f5181_get_tclk_freq() local
47 u32 opt = (readl(sar) >> SAR_MV88F5181_CPU_FREQ) & in mv88f5181_get_cpu_freq() local
62 u32 opt = (readl(sar) >> SAR_MV88F5181_CPU_FREQ) & in mv88f5181_get_clk_ratio() local
100 u32 opt = (readl(sar) >> SAR_MV88F5182_TCLK_FREQ) & in mv88f5182_get_tclk_freq() local
115 u32 opt = (readl(sar) >> SAR_MV88F5182_CPU_FREQ) & in mv88f5182_get_cpu_freq() local
130 u32 opt = (readl(sar) >> SAR_MV88F5182_CPU_FREQ) & in mv88f5182_get_clk_ratio() local
174 u32 opt = (readl(sar) >> SAR_MV88F5281_CPU_FREQ) & in mv88f5281_get_cpu_freq() local
187 u32 opt = (readl(sar) >> SAR_MV88F5281_CPU_FREQ) & in mv88f5281_get_clk_ratio() local
225 u32 opt = (readl(sar) >> SAR_MV88F6183_TCLK_FREQ) & in mv88f6183_get_tclk_freq() local
240 u32 opt = (readl(sar) >> SAR_MV88F6183_CPU_FREQ) & in mv88f6183_get_cpu_freq() local
[all …]
Ddove.c89 u32 opt = (readl(sar) >> SAR_DOVE_TCLK_FREQ) & in dove_get_tclk_freq() local
108 u32 opt = (readl(sar) >> SAR_DOVE_CPU_FREQ) & in dove_get_cpu_freq() local
131 u32 opt = (readl(sar) >> SAR_DOVE_L2_RATIO) & in dove_get_clk_ratio() local
139 u32 opt = (readl(sar) >> SAR_DOVE_DDR_RATIO) & in dove_get_clk_ratio() local
Dkirkwood.c88 u32 opt = (readl(sar) >> SAR_KIRKWOOD_TCLK_FREQ) & in kirkwood_get_tclk_freq() local
110 u32 opt = SAR_KIRKWOOD_CPU_FREQ(readl(sar)); in kirkwood_get_cpu_freq() local
132 u32 opt = SAR_KIRKWOOD_L2_RATIO(readl(sar)); in kirkwood_get_clk_ratio() local
139 u32 opt = (readl(sar) >> SAR_KIRKWOOD_DDR_RATIO) & in kirkwood_get_clk_ratio() local
157 u32 opt = (readl(sar) >> SAR_MV88F6180_CLK) & SAR_MV88F6180_CLK_MASK; in mv88f6180_get_cpu_freq() local
179 u32 opt = (readl(sar) >> SAR_MV88F6180_CLK) & in mv88f6180_get_clk_ratio() local
/kernel/linux/linux-4.19/drivers/clk/mvebu/
Dorion.c32 u32 opt = (readl(sar) >> SAR_MV88F5181_TCLK_FREQ) & in mv88f5181_get_tclk_freq() local
49 u32 opt = (readl(sar) >> SAR_MV88F5181_CPU_FREQ) & in mv88f5181_get_cpu_freq() local
64 u32 opt = (readl(sar) >> SAR_MV88F5181_CPU_FREQ) & in mv88f5181_get_clk_ratio() local
102 u32 opt = (readl(sar) >> SAR_MV88F5182_TCLK_FREQ) & in mv88f5182_get_tclk_freq() local
117 u32 opt = (readl(sar) >> SAR_MV88F5182_CPU_FREQ) & in mv88f5182_get_cpu_freq() local
132 u32 opt = (readl(sar) >> SAR_MV88F5182_CPU_FREQ) & in mv88f5182_get_clk_ratio() local
176 u32 opt = (readl(sar) >> SAR_MV88F5281_CPU_FREQ) & in mv88f5281_get_cpu_freq() local
189 u32 opt = (readl(sar) >> SAR_MV88F5281_CPU_FREQ) & in mv88f5281_get_clk_ratio() local
227 u32 opt = (readl(sar) >> SAR_MV88F6183_TCLK_FREQ) & in mv88f6183_get_tclk_freq() local
242 u32 opt = (readl(sar) >> SAR_MV88F6183_CPU_FREQ) & in mv88f6183_get_cpu_freq() local
[all …]
Ddove.c91 u32 opt = (readl(sar) >> SAR_DOVE_TCLK_FREQ) & in dove_get_tclk_freq() local
110 u32 opt = (readl(sar) >> SAR_DOVE_CPU_FREQ) & in dove_get_cpu_freq() local
133 u32 opt = (readl(sar) >> SAR_DOVE_L2_RATIO) & in dove_get_clk_ratio() local
141 u32 opt = (readl(sar) >> SAR_DOVE_DDR_RATIO) & in dove_get_clk_ratio() local
Dkirkwood.c90 u32 opt = (readl(sar) >> SAR_KIRKWOOD_TCLK_FREQ) & in kirkwood_get_tclk_freq() local
112 u32 opt = SAR_KIRKWOOD_CPU_FREQ(readl(sar)); in kirkwood_get_cpu_freq() local
134 u32 opt = SAR_KIRKWOOD_L2_RATIO(readl(sar)); in kirkwood_get_clk_ratio() local
141 u32 opt = (readl(sar) >> SAR_KIRKWOOD_DDR_RATIO) & in kirkwood_get_clk_ratio() local
159 u32 opt = (readl(sar) >> SAR_MV88F6180_CLK) & SAR_MV88F6180_CLK_MASK; in mv88f6180_get_cpu_freq() local
181 u32 opt = (readl(sar) >> SAR_MV88F6180_CLK) & in mv88f6180_get_clk_ratio() local
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c178 ixgb_validate_option(unsigned int *value, const struct ixgb_option *opt) in ixgb_validate_option()
245 static const struct ixgb_option opt = { in ixgb_check_options() local
264 static const struct ixgb_option opt = { in ixgb_check_options() local
283 static const struct ixgb_option opt = { in ixgb_check_options() local
308 static const struct ixgb_option opt = { in ixgb_check_options() local
326 static const struct ixgb_option opt = { in ixgb_check_options() local
345 static const struct ixgb_option opt = { in ixgb_check_options() local
364 static const struct ixgb_option opt = { in ixgb_check_options() local
394 static const struct ixgb_option opt = { in ixgb_check_options() local
411 static const struct ixgb_option opt = { in ixgb_check_options() local
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c178 ixgb_validate_option(unsigned int *value, const struct ixgb_option *opt) in ixgb_validate_option()
245 static const struct ixgb_option opt = { in ixgb_check_options() local
264 static const struct ixgb_option opt = { in ixgb_check_options() local
283 static const struct ixgb_option opt = { in ixgb_check_options() local
308 static const struct ixgb_option opt = { in ixgb_check_options() local
326 static const struct ixgb_option opt = { in ixgb_check_options() local
345 static const struct ixgb_option opt = { in ixgb_check_options() local
364 static const struct ixgb_option opt = { in ixgb_check_options() local
394 static const struct ixgb_option opt = { in ixgb_check_options() local
411 static const struct ixgb_option opt = { in ixgb_check_options() local
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/intel/e1000e/
Dparam.c164 const struct e1000_option *opt, in e1000_validate_option()
240 static const struct e1000_option opt = { in e1000e_check_options() local
260 static const struct e1000_option opt = { in e1000e_check_options() local
280 static struct e1000_option opt = { in e1000e_check_options() local
303 static struct e1000_option opt = { in e1000e_check_options() local
326 static const struct e1000_option opt = { in e1000e_check_options() local
403 static struct e1000_option opt = { in e1000e_check_options() local
448 static const struct e1000_option opt = { in e1000e_check_options() local
465 static const struct e1000_option opt = { in e1000e_check_options() local
487 static const struct e1000_option opt = { in e1000e_check_options() local
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
Dparam.c164 const struct e1000_option *opt, in e1000_validate_option()
240 static const struct e1000_option opt = { in e1000e_check_options() local
260 static const struct e1000_option opt = { in e1000e_check_options() local
280 static struct e1000_option opt = { in e1000e_check_options() local
303 static struct e1000_option opt = { in e1000e_check_options() local
326 static const struct e1000_option opt = { in e1000e_check_options() local
403 static struct e1000_option opt = { in e1000e_check_options() local
448 static const struct e1000_option opt = { in e1000e_check_options() local
465 static const struct e1000_option opt = { in e1000e_check_options() local
487 static const struct e1000_option opt = { in e1000e_check_options() local
[all …]
/kernel/linux/linux-5.10/drivers/iio/light/
Dopt3001.c147 static int opt3001_find_scale(const struct opt3001 *opt, int val, in opt3001_find_scale()
170 static void opt3001_to_iio_ret(struct opt3001 *opt, u8 exponent, in opt3001_to_iio_ret()
180 static void opt3001_set_mode(struct opt3001 *opt, u16 *reg, u16 mode) in opt3001_set_mode()
224 static int opt3001_get_lux(struct opt3001 *opt, int *val, int *val2) in opt3001_get_lux()
347 static int opt3001_get_int_time(struct opt3001 *opt, int *val, int *val2) in opt3001_get_int_time()
355 static int opt3001_set_int_time(struct opt3001 *opt, int time) in opt3001_set_int_time()
390 struct opt3001 *opt = iio_priv(iio); in opt3001_read_raw() local
421 struct opt3001 *opt = iio_priv(iio); in opt3001_write_raw() local
448 struct opt3001 *opt = iio_priv(iio); in opt3001_read_event_value() local
476 struct opt3001 *opt = iio_priv(iio); in opt3001_write_event_value() local
[all …]
/kernel/linux/linux-4.19/drivers/iio/light/
Dopt3001.c154 static int opt3001_find_scale(const struct opt3001 *opt, int val, in opt3001_find_scale()
177 static void opt3001_to_iio_ret(struct opt3001 *opt, u8 exponent, in opt3001_to_iio_ret()
187 static void opt3001_set_mode(struct opt3001 *opt, u16 *reg, u16 mode) in opt3001_set_mode()
231 static int opt3001_get_lux(struct opt3001 *opt, int *val, int *val2) in opt3001_get_lux()
354 static int opt3001_get_int_time(struct opt3001 *opt, int *val, int *val2) in opt3001_get_int_time()
362 static int opt3001_set_int_time(struct opt3001 *opt, int time) in opt3001_set_int_time()
397 struct opt3001 *opt = iio_priv(iio); in opt3001_read_raw() local
428 struct opt3001 *opt = iio_priv(iio); in opt3001_write_raw() local
455 struct opt3001 *opt = iio_priv(iio); in opt3001_read_event_value() local
483 struct opt3001 *opt = iio_priv(iio); in opt3001_write_event_value() local
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_sockmap.c416 struct sockmap_options *opt) in msg_loop_sendpage()
553 struct sockmap_options *opt) in msg_loop()
713 static int sendmsg_test(struct sockmap_options *opt) in sendmsg_test()
825 static int forever_ping_pong(int rate, struct sockmap_options *opt) in forever_ping_pong()
1332 static int __test_exec(int cgrp, int test, struct sockmap_options *opt) in __test_exec()
1365 static void test_exec(int cgrp, struct sockmap_options *opt) in test_exec()
1383 static void test_send_one(struct sockmap_options *opt, int cgrp) in test_send_one()
1402 static void test_send_many(struct sockmap_options *opt, int cgrp) in test_send_many()
1415 static void test_send_large(struct sockmap_options *opt, int cgrp) in test_send_large()
1423 static void test_send(struct sockmap_options *opt, int cgrp) in test_send()
[all …]
/kernel/linux/linux-4.19/net/ipv4/
Dip_options.c44 void ip_options_build(struct sk_buff *skb, struct ip_options *opt, in ip_options_build()
211 struct ip_options *opt = &(IPCB(skb)->opt); in ip_options_fragment() local
255 struct ip_options *opt, struct sk_buff *skb, in __ip_options_compile()
478 struct ip_options *opt, struct sk_buff *skb) in ip_options_compile()
494 void ip_options_undo(struct ip_options *opt) in ip_options_undo()
528 struct ip_options_rcu *opt, int optlen) in ip_options_get_finish()
545 struct ip_options_rcu *opt = ip_options_get_alloc(optlen); in ip_options_get_from_user() local
559 struct ip_options_rcu *opt = ip_options_get_alloc(optlen); in ip_options_get() local
570 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_options() local
617 struct ip_options *opt = &(IPCB(skb)->opt); in ip_options_rcv_srr() local
/kernel/linux/linux-4.19/net/ipv6/
Dexthdrs.c215 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_dest_hao() local
284 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_destopt_rcv() local
358 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_srh_rcv() local
483 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_rthdr_rcv() local
827 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_parse_hopopts() local
871 struct ipv6_rt_hdr *opt, in ipv6_push_rthdr0()
896 struct ipv6_rt_hdr *opt, in ipv6_push_rthdr4()
945 struct ipv6_rt_hdr *opt, in ipv6_push_rthdr()
962 static void ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt) in ipv6_push_exthdr()
971 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, in ipv6_push_nfrag_opts()
[all …]
/kernel/linux/linux-5.10/net/ipv6/
Dexthdrs.c211 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_dest_hao() local
280 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_destopt_rcv() local
354 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_srh_rcv() local
474 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_rpl_srh_rcv() local
668 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_rthdr_rcv() local
1019 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_parse_hopopts() local
1063 struct ipv6_rt_hdr *opt, in ipv6_push_rthdr0()
1088 struct ipv6_rt_hdr *opt, in ipv6_push_rthdr4()
1137 struct ipv6_rt_hdr *opt, in ipv6_push_rthdr()
1154 static void ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt) in ipv6_push_exthdr()
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_param.c227 const struct pch_gbe_option *opt, in pch_gbe_validate_option()
288 static const struct pch_gbe_option opt = { in pch_gbe_check_copper_options() local
300 static const struct pch_gbe_option opt = { in pch_gbe_check_copper_options() local
313 static const struct pch_gbe_option opt = { in pch_gbe_check_copper_options() local
450 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local
466 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local
482 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local
494 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local
506 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_param.c216 const struct pch_gbe_option *opt, in pch_gbe_validate_option()
277 static const struct pch_gbe_option opt = { in pch_gbe_check_copper_options() local
289 static const struct pch_gbe_option opt = { in pch_gbe_check_copper_options() local
302 static const struct pch_gbe_option opt = { in pch_gbe_check_copper_options() local
439 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local
455 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local
471 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local
483 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local
495 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local
/kernel/linux/linux-5.10/net/ipv4/
Dip_options.c44 void ip_options_build(struct sk_buff *skb, struct ip_options *opt, in ip_options_build()
211 struct ip_options *opt = &(IPCB(skb)->opt); in ip_options_fragment() local
255 struct ip_options *opt, struct sk_buff *skb, in __ip_options_compile()
479 struct ip_options *opt, struct sk_buff *skb) in ip_options_compile()
495 void ip_options_undo(struct ip_options *opt) in ip_options_undo()
528 struct ip_options_rcu *opt; in ip_options_get() local
553 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_options() local
600 struct ip_options *opt = &(IPCB(skb)->opt); in ip_options_rcv_srr() local
/kernel/linux/linux-4.19/net/netfilter/
Dnf_sockopt.c94 char __user *opt, int *len, int get) in nf_sockopt()
112 int nf_setsockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, in nf_setsockopt()
119 int nf_getsockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, in nf_getsockopt()
128 char __user *opt, int *len, int get) in compat_nf_sockopt()
154 int val, char __user *opt, unsigned int len) in compat_nf_setsockopt()
161 int val, char __user *opt, int *len) in compat_nf_getsockopt()
/kernel/linux/linux-5.10/tools/perf/util/
Dparse-regs-options.c13 __parse_regs(const struct option *opt, const char *str, int unset, bool intr) in __parse_regs()
90 parse_user_regs(const struct option *opt, const char *str, int unset) in parse_user_regs()
96 parse_intr_regs(const struct option *opt, const char *str, int unset) in parse_intr_regs()
/kernel/linux/linux-5.10/tools/lib/subcmd/
Dparse-options.c20 static int opterror(const struct option *opt, const char *reason, int flags) in opterror()
38 static void optwarning(const struct option *opt, const char *reason, int flags) in optwarning()
48 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, in get_arg()
70 const struct option *opt, int flags) in get_value()
617 char opt = ctx->excl_opt->short_name; in parse_options_step() local
827 static bool option__in_argv(const struct option *opt, const struct parse_opt_ctx_t *ctx) in option__in_argv()
970 int parse_opt_verbosity_cb(const struct option *opt, in parse_opt_verbosity_cb()
1008 struct option *opt = find_option(opts, shortopt, longopt); in set_option_flag() local
1020 struct option *opt = find_option(opts, shortopt, longopt); in set_option_nobuild() local
/kernel/linux/linux-4.19/tools/lib/subcmd/
Dparse-options.c20 static int opterror(const struct option *opt, const char *reason, int flags) in opterror()
38 static void optwarning(const struct option *opt, const char *reason, int flags) in optwarning()
48 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, in get_arg()
70 const struct option *opt, int flags) in get_value()
596 char opt = ctx->excl_opt->short_name; in parse_options_step() local
805 static bool option__in_argv(const struct option *opt, const struct parse_opt_ctx_t *ctx) in option__in_argv()
948 int parse_opt_verbosity_cb(const struct option *opt, in parse_opt_verbosity_cb()
986 struct option *opt = find_option(opts, shortopt, longopt); in set_option_flag() local
998 struct option *opt = find_option(opts, shortopt, longopt); in set_option_nobuild() local
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/nvkm/core/
Doption.c28 nvkm_stropt(const char *optstr, const char *opt, int *arglen) in nvkm_stropt()
54 nvkm_boolopt(const char *optstr, const char *opt, bool value) in nvkm_boolopt()
77 nvkm_longopt(const char *optstr, const char *opt, long value) in nvkm_longopt()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/
Doption.c28 nvkm_stropt(const char *optstr, const char *opt, int *arglen) in nvkm_stropt()
54 nvkm_boolopt(const char *optstr, const char *opt, bool value) in nvkm_boolopt()
77 nvkm_longopt(const char *optstr, const char *opt, long value) in nvkm_longopt()

12345678910>>...39