| /OK3568_Linux_fs/u-boot/include/ |
| H A D | hwconfig.h | 30 static inline int hwconfig_f(const char *opt, char *buf) in hwconfig_f() 35 static inline const char *hwconfig_arg_f(const char *opt, size_t *arglen, in hwconfig_arg_f() 42 static inline int hwconfig_arg_cmp_f(const char *opt, const char *arg, in hwconfig_arg_cmp_f() 48 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() 53 static inline const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f() 60 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() 68 static inline int hwconfig(const char *opt) in hwconfig() 73 static inline const char *hwconfig_arg(const char *opt, size_t *arglen) in hwconfig_arg() 78 static inline int hwconfig_arg_cmp(const char *opt, const char *arg) in hwconfig_arg_cmp() 83 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/mvebu/ |
| H A 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 …]
|
| H A 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
|
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/ |
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | hwconfig.c | 29 static const char *hwconfig_parse(const char *opts, size_t maxlen, in hwconfig_parse() 72 static const char *__hwconfig(const char *opt, size_t *arglen, in __hwconfig() 123 int hwconfig_f(const char *opt, char *buf) in hwconfig_f() 141 const char *hwconfig_arg_f(const char *opt, size_t *arglen, char *buf) in hwconfig_arg_f() 160 int hwconfig_arg_cmp_f(const char *opt, const char *arg, char *buf) in hwconfig_arg_cmp_f() 184 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() 205 const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f() 227 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 416 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | opt3001.c | 147 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 …]
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A 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 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/oki-semi/pch_gbe/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A 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() 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
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpp_opt.c | 33 MPP_RET mpp_opt_init(MppOpt *opt) in mpp_opt_init() 42 MPP_RET mpp_opt_deinit(MppOpt opt) in mpp_opt_deinit() 58 MPP_RET mpp_opt_setup(MppOpt opt, void *ctx, RK_S32 node_cnt, RK_S32 opt_cnt) in mpp_opt_setup() 78 MPP_RET mpp_opt_add(MppOpt opt, MppOptInfo *info) in mpp_opt_add() 99 MPP_RET mpp_opt_parse(MppOpt opt, int argc, char **argv) in mpp_opt_parse()
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A 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() 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
|
| /OK3568_Linux_fs/kernel/net/nfc/nci/ |
| H A D | core.c | 98 void (*req)(struct nci_dev *ndev, unsigned long opt), in __nci_request() 142 unsigned long opt), in nci_request() 161 static void nci_reset_req(struct nci_dev *ndev, unsigned long opt) in nci_reset_req() 169 static void nci_init_req(struct nci_dev *ndev, unsigned long opt) in nci_init_req() 174 static void nci_init_complete_req(struct nci_dev *ndev, unsigned long opt) in nci_init_complete_req() 216 static void nci_set_config_req(struct nci_dev *ndev, unsigned long opt) in nci_set_config_req() 236 static void nci_rf_discover_req(struct nci_dev *ndev, unsigned long opt) in nci_rf_discover_req() 302 static void nci_rf_discover_select_req(struct nci_dev *ndev, unsigned long opt) in nci_rf_discover_select_req() 329 static void nci_rf_deactivate_req(struct nci_dev *ndev, unsigned long opt) in nci_rf_deactivate_req() 345 static void nci_generic_req(struct nci_dev *ndev, unsigned long opt) in nci_generic_req() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/abm/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | parse-regs-options.c | 13 __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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A 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 539 struct pptp_opt *opt; in pptp_create() local 573 struct pptp_opt *opt = &po->proto.pptp; in pptp_ppp_ioctl() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1e/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A 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()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Flags.c | 229 xf86optionListDup(XF86OptionPtr opt) in xf86optionListDup() 246 xf86optionListFree(XF86OptionPtr opt) in xf86optionListFree() 261 xf86optionName(XF86OptionPtr opt) in xf86optionName() 269 xf86optionValue(XF86OptionPtr opt) in xf86optionValue() 279 XF86OptionPtr opt; in xf86newOption() local
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d.cpp | 811 im_opt_t opt; in imcopy() local 841 im_opt_t opt; in imresize() local 893 im_opt_t opt; in imcvtcolor() local 922 im_opt_t opt; in imcrop() local 948 im_opt_t opt; in imtranslate() local 985 im_opt_t opt; in imrotate() local 1011 im_opt_t opt; in imflip() local 1037 im_opt_t opt; in imcomposite() local 1069 im_opt_t opt; in imosd() local 1092 im_opt_t opt; in imcolorkey() local [all …]
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | ceph_common.c | 316 struct ceph_options *opt; in ceph_alloc_options() local 340 void ceph_destroy_options(struct ceph_options *opt) in ceph_destroy_options() 404 int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt, in ceph_parse_mon_ips() 422 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt, in ceph_parse_param() 586 struct ceph_options *opt = client->options; in ceph_print_client_options() local 671 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_fifo.c | 96 static int __fifo_init(struct Qdisc *sch, struct nlattr *opt, in __fifo_init() 131 static int fifo_init(struct Qdisc *sch, struct nlattr *opt, in fifo_init() 144 static int fifo_hd_init(struct Qdisc *sch, struct nlattr *opt, in fifo_hd_init() 157 struct tc_fifo_qopt opt = { .limit = sch->limit }; in __fifo_dump() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | addr_cam.c | 397 struct mac_ax_addrcam_ctrl_t *opt, in addr_cam_opt_2_uint() 409 struct mac_ax_addrcam_dis_ctrl_t *opt, in addr_cam_dis_opt_2_uint() 423 struct mac_ax_addrcam_ctrl_t *opt, in mac_get_cfg_addr_cam() 452 struct mac_ax_addrcam_dis_ctrl_t *opt, in mac_get_cfg_addr_cam_dis() 491 struct mac_ax_addrcam_ctrl_t opt = {0}; in mac_cfg_addr_cam() local 543 struct mac_ax_addrcam_dis_ctrl_t opt = {0}; in mac_cfg_addr_cam_dis() local
|