| /Linux-v5.4/drivers/clk/mvebu/ | 
| D | orion.c | 30 	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 …] 
 | 
| D | dove.c | 89 	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
  | 
| D | kirkwood.c | 88 	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
  | 
| /Linux-v5.4/drivers/net/ethernet/intel/ixgb/ | 
| D | ixgb_param.c | 178 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 …] 
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/e1000e/ | 
| D | param.c | 164 				 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 …] 
 | 
| /Linux-v5.4/drivers/iio/light/ | 
| D | opt3001.c | 146 static int opt3001_find_scale(const struct opt3001 *opt, int val,  in opt3001_find_scale() 169 static void opt3001_to_iio_ret(struct opt3001 *opt, u8 exponent,  in opt3001_to_iio_ret() 179 static void opt3001_set_mode(struct opt3001 *opt, u16 *reg, u16 mode)  in opt3001_set_mode() 223 static int opt3001_get_lux(struct opt3001 *opt, int *val, int *val2)  in opt3001_get_lux() 346 static int opt3001_get_int_time(struct opt3001 *opt, int *val, int *val2)  in opt3001_get_int_time() 354 static int opt3001_set_int_time(struct opt3001 *opt, int time)  in opt3001_set_int_time() 389 	struct opt3001 *opt = iio_priv(iio);  in opt3001_read_raw()  local 420 	struct opt3001 *opt = iio_priv(iio);  in opt3001_write_raw()  local 447 	struct opt3001 *opt = iio_priv(iio);  in opt3001_read_event_value()  local 475 	struct opt3001 *opt = iio_priv(iio);  in opt3001_write_event_value()  local [all …] 
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | ip_options.c | 44 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() 529 				 struct ip_options_rcu *opt, int optlen)  in ip_options_get_finish() 546 	struct ip_options_rcu *opt = ip_options_get_alloc(optlen);  in ip_options_get_from_user()  local 560 	struct ip_options_rcu *opt = ip_options_get_alloc(optlen);  in ip_options_get()  local 571 	struct   ip_options *opt	= &(IPCB(skb)->opt);  in ip_forward_options()  local 618 	struct ip_options *opt = &(IPCB(skb)->opt);  in ip_options_rcv_srr()  local
  | 
| D | ip_forward.c | 67 	struct ip_options *opt	= &(IPCB(skb)->opt);  in ip_forward_finish()  local 91 	struct ip_options *opt	= &(IPCB(skb)->opt);  in ip_forward()  local
  | 
| /Linux-v5.4/net/ipv6/ | 
| D | exthdrs.c | 211 	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 479 	struct inet6_skb_parm *opt = IP6CB(skb);  in ipv6_rthdr_rcv()  local 823 	struct inet6_skb_parm *opt = IP6CB(skb);  in ipv6_parse_hopopts()  local 867 			     struct ipv6_rt_hdr *opt,  in ipv6_push_rthdr0() 892 			     struct ipv6_rt_hdr *opt,  in ipv6_push_rthdr4() 941 			    struct ipv6_rt_hdr *opt,  in ipv6_push_rthdr() 958 static void ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt)  in ipv6_push_exthdr() 967 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt,  in ipv6_push_nfrag_opts() [all …] 
 | 
| D | ipv6_sockglue.c | 101 					   struct ipv6_txoptions *opt)  in ipv6_update_options() 173 			struct ipv6_txoptions *opt;  in do_ipv6_setsockopt()  local 398 		struct ipv6_txoptions *opt;  in do_ipv6_setsockopt()  local 498 		struct ipv6_txoptions *opt = NULL;  in do_ipv6_setsockopt()  local 988 static int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_txoptions *opt,  in ipv6_getsockopt_sticky() 1165 		struct ipv6_txoptions *opt;  in do_ipv6_getsockopt()  local
  | 
| /Linux-v5.4/drivers/net/ethernet/oki-semi/pch_gbe/ | 
| D | pch_gbe_param.c | 216 				    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
  | 
| /Linux-v5.4/net/netfilter/ | 
| D | nf_sockopt.c | 94 		      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()
  | 
| /Linux-v5.4/tools/lib/subcmd/ | 
| D | parse-options.c | 20 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() 614 		char opt = ctx->excl_opt->short_name;  in parse_options_step()  local 824 static bool option__in_argv(const struct option *opt, const struct parse_opt_ctx_t *ctx)  in option__in_argv() 967 int parse_opt_verbosity_cb(const struct option *opt,  in parse_opt_verbosity_cb() 1005 	struct option *opt = find_option(opts, shortopt, longopt);  in set_option_flag()  local 1017 	struct option *opt = find_option(opts, shortopt, longopt);  in set_option_nobuild()  local
  | 
| /Linux-v5.4/tools/perf/util/ | 
| D | parse-regs-options.c | 13 __parse_regs(const struct option *opt, const char *str, int unset, bool intr)  in __parse_regs() 86 parse_user_regs(const struct option *opt, const char *str, int unset)  in parse_user_regs() 92 parse_intr_regs(const struct option *opt, const char *str, int unset)  in parse_intr_regs()
  | 
| /Linux-v5.4/net/nfc/nci/ | 
| D | core.c | 98 			 void (*req)(struct nci_dev *ndev, unsigned long opt),  in __nci_request() 142 				   unsigned long opt),  in nci_request() 158 static void nci_reset_req(struct nci_dev *ndev, unsigned long opt)  in nci_reset_req() 166 static void nci_init_req(struct nci_dev *ndev, unsigned long opt)  in nci_init_req() 171 static void nci_init_complete_req(struct nci_dev *ndev, unsigned long opt)  in nci_init_complete_req() 213 static void nci_set_config_req(struct nci_dev *ndev, unsigned long opt)  in nci_set_config_req() 233 static void nci_rf_discover_req(struct nci_dev *ndev, unsigned long opt)  in nci_rf_discover_req() 299 static void nci_rf_discover_select_req(struct nci_dev *ndev, unsigned long opt)  in nci_rf_discover_select_req() 326 static void nci_rf_deactivate_req(struct nci_dev *ndev, unsigned long opt)  in nci_rf_deactivate_req() 342 static void nci_generic_req(struct nci_dev *ndev, unsigned long opt)  in nci_generic_req() [all …] 
 | 
| /Linux-v5.4/drivers/net/ethernet/netronome/nfp/abm/ | 
| D | qdisc.c | 517 			  struct tc_gred_qopt_offload *opt)  in nfp_abm_gred_check_params() 577 		     struct tc_gred_qopt_offload *opt)  in nfp_abm_gred_replace() 604 			  struct tc_gred_qopt_offload *opt)  in nfp_abm_setup_tc_gred() 620 nfp_abm_red_xstats(struct nfp_abm_link *alink, struct tc_red_qopt_offload *opt)  in nfp_abm_red_xstats() 662 			 struct tc_red_qopt_offload *opt)  in nfp_abm_red_check_params() 699 		    struct tc_red_qopt_offload *opt)  in nfp_abm_red_replace() 736 			 struct tc_red_qopt_offload *opt)  in nfp_abm_setup_tc_red() 758 		  struct tc_mq_qopt_offload *opt)  in nfp_abm_mq_create() 817 			struct tc_mq_qopt_offload *opt)  in nfp_abm_setup_tc_mq() 837 		       struct tc_root_qopt_offload *opt)  in nfp_abm_setup_root()
  | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/core/ | 
| D | option.c | 28 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()
  | 
| /Linux-v5.4/drivers/net/ppp/ | 
| D | pptp.c | 55 	struct pptp_opt *opt;  in lookup_chan()  local 74 	struct pptp_opt *opt;  in lookup_chan_dst()  local 136 	struct pptp_opt *opt = &po->proto.pptp;  in pptp_xmit()  local 258 	struct pptp_opt *opt = &po->proto.pptp;  in pptp_rcv_core()  local 408 	struct pptp_opt *opt = &po->proto.pptp;  in pptp_connect()  local 538 	struct pptp_opt *opt;  in pptp_create()  local 572 	struct pptp_opt *opt = &po->proto.pptp;  in pptp_ppp_ioctl()  local
  | 
| /Linux-v5.4/drivers/net/ethernet/atheros/atl1e/ | 
| D | atl1e_param.c | 106 static int atl1e_validate_option(int *value, struct atl1e_option *opt,  in atl1e_validate_option() 180 		struct atl1e_option opt = {  in atl1e_check_options()  local 199 		struct atl1e_option opt = {  in atl1e_check_options()  local 219 		struct atl1e_option opt = {  in atl1e_check_options()  local 238 		struct atl1e_option opt = {  in atl1e_check_options()  local
  | 
| /Linux-v5.4/tools/testing/selftests/bpf/ | 
| D | test_sockmap.c | 327 			     struct sockmap_options *opt)  in msg_loop_sendpage() 444 		    struct sockmap_options *opt)  in msg_loop() 598 static int sendmsg_test(struct sockmap_options *opt)  in sendmsg_test() 706 static int forever_ping_pong(int rate, struct sockmap_options *opt)  in forever_ping_pong() 1150 static int __test_exec(int cgrp, int test, struct sockmap_options *opt)  in __test_exec() 1180 static int test_exec(int cgrp, struct sockmap_options *opt)  in test_exec() 1194 	struct sockmap_options opt;  in test_loop()  local 1263 static int test_send(struct sockmap_options *opt, int cgrp)  in test_send() 1315 	struct sockmap_options opt = {0};  in test_mixed()  local 1434 	struct sockmap_options opt = {0};  in test_start_end()  local [all …] 
 | 
| /Linux-v5.4/drivers/net/bonding/ | 
| D | bond_options.c | 442 	const struct bond_option *opt;  in bond_opt_get_by_name()  local 457 	const struct bond_option *opt;  in bond_opt_get_val()  local 471 static const struct bond_opt_value *bond_opt_get_flags(const struct bond_option *opt,  in bond_opt_get_flags() 486 static bool bond_opt_check_range(const struct bond_option *opt, u64 val)  in bond_opt_check_range() 508 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt,  in bond_opt_parse() 575 			       const struct bond_option *opt)  in bond_opt_check_deps() 590 			       const struct bond_option *opt)  in bond_opt_dep_print() 603 				     const struct bond_option *opt,  in bond_opt_error_interpret() 661 	const struct bond_option *opt;  in __bond_opt_set()  local
  | 
| /Linux-v5.4/net/bridge/ | 
| D | br.c | 206 int br_boolopt_toggle(struct net_bridge *br, enum br_boolopt_id opt, bool on,  in br_boolopt_toggle() 222 int br_boolopt_get(const struct net_bridge *br, enum br_boolopt_id opt)  in br_boolopt_get() 272 void br_opt_toggle(struct net_bridge *br, enum net_bridge_opts opt, bool on)  in br_opt_toggle()
  | 
| /Linux-v5.4/net/bluetooth/ | 
| D | hci_request.c | 193 						     unsigned long opt),  in __hci_req_sync() 269 						  unsigned long opt),  in hci_req_sync() 2025 static int update_scan(struct hci_request *req, unsigned long opt)  in update_scan() 2040 static int connectable_update(struct hci_request *req, unsigned long opt)  in connectable_update() 2150 static int discoverable_update(struct hci_request *req, unsigned long opt)  in discoverable_update() 2287 static int update_bg_scan(struct hci_request *req, unsigned long opt)  in update_bg_scan() 2316 static int le_scan_disable(struct hci_request *req, unsigned long opt)  in le_scan_disable() 2322 static int bredr_inquiry(struct hci_request *req, unsigned long opt)  in bredr_inquiry() 2408 static int le_scan_restart(struct hci_request *req, unsigned long opt)  in le_scan_restart() 2489 static int active_scan(struct hci_request *req, unsigned long opt)  in active_scan() [all …] 
 | 
| /Linux-v5.4/tools/perf/ | 
| D | builtin-probe.c | 167 static int opt_set_target(const struct option *opt, const char *str,  in opt_set_target() 233 static int opt_show_lines(const struct option *opt,  in opt_show_lines() 253 static int opt_show_vars(const struct option *opt,  in opt_show_vars() 275 static int opt_add_probe_event(const struct option *opt,  in opt_add_probe_event() 286 static int opt_set_filter_with_command(const struct option *opt,  in opt_set_filter_with_command()
  | 
| /Linux-v5.4/fs/qnx6/ | 
| D | qnx6.h | 69 #define clear_opt(o, opt)		(o &= ~(QNX6_MOUNT_##opt))  argument 70 #define set_opt(o, opt)			(o |= (QNX6_MOUNT_##opt))  argument 71 #define test_opt(sb, opt)		(QNX6_SB(sb)->s_mount_opt & \  argument
  |