Home
last modified time | relevance | path

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

12345678910>>...26

/openbmc/u-boot/include/
H A Dhwconfig.h29 static inline int hwconfig_f(const char *opt, char *buf) in hwconfig_f()
34 static inline const char *hwconfig_arg_f(const char *opt, size_t *arglen, in hwconfig_arg_f()
41 static inline int hwconfig_arg_cmp_f(const char *opt, const char *arg, in hwconfig_arg_cmp_f()
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f()
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f()
67 static inline int hwconfig(const char *opt) in hwconfig()
72 static inline const char *hwconfig_arg(const char *opt, size_t *arglen) in hwconfig_arg()
77 static inline int hwconfig_arg_cmp(const char *opt, const char *arg) in hwconfig_arg_cmp()
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg()
[all …]
/openbmc/linux/drivers/clk/mvebu/
H A 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 …]
H A 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
H A 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
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.py83 def get_help(opt): argument
110 def help_line(left, opt, indent, long): argument
127 def allow_arg(opt): argument
139 def require_arg(opt): argument
161 def cli_option(opt): argument
168 def cli_help_key(opt): argument
177 def cli_metavar(opt): argument
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dparam.c162 const struct e1000_option *opt, in e1000_validate_option()
238 static const struct e1000_option opt = { in e1000e_check_options() local
258 static const struct e1000_option opt = { in e1000e_check_options() local
278 static struct e1000_option opt = { in e1000e_check_options() local
301 static struct e1000_option opt = { in e1000e_check_options() local
324 static const struct e1000_option opt = { in e1000e_check_options() local
401 static struct e1000_option opt = { in e1000e_check_options() local
446 static const struct e1000_option opt = { in e1000e_check_options() local
463 static const struct e1000_option opt = { in e1000e_check_options() local
485 static const struct e1000_option opt = { in e1000e_check_options() local
[all …]
/openbmc/u-boot/common/
H A Dhwconfig.c28 static const char *hwconfig_parse(const char *opts, size_t maxlen, in hwconfig_parse()
71 static const char *__hwconfig(const char *opt, size_t *arglen, in __hwconfig()
122 int hwconfig_f(const char *opt, char *buf) in hwconfig_f()
140 const char *hwconfig_arg_f(const char *opt, size_t *arglen, char *buf) in hwconfig_arg_f()
159 int hwconfig_arg_cmp_f(const char *opt, const char *arg, char *buf) in hwconfig_arg_cmp_f()
183 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f()
204 const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f()
226 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c416 struct sockmap_options *opt) in msg_loop_sendpage()
553 struct sockmap_options *opt) in msg_loop()
737 static int sendmsg_test(struct sockmap_options *opt) in sendmsg_test()
1409 static void test_exec(int cgrp, struct sockmap_options *opt) in test_exec()
1427 static void test_send_one(struct sockmap_options *opt, int cgrp) in test_send_one()
1446 static void test_send_many(struct sockmap_options *opt, int cgrp) in test_send_many()
1467 static void test_send(struct sockmap_options *opt, int cgrp) in test_send()
1509 static void test_txmsg_skb(int cgrp, struct sockmap_options *opt) in test_txmsg_skb()
1621 static void test_txmsg_pop(int cgrp, struct sockmap_options *opt) in test_txmsg_pop()
1965 static int test_selftest(int cg_fd, struct sockmap_options *opt) in test_selftest()
[all …]
/openbmc/linux/net/ipv6/
H A Dexthdrs.c233 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_dest_hao() local
297 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_destopt_rcv() local
370 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_srh_rcv() local
485 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_rpl_srh_rcv() local
651 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_rthdr_rcv() local
1037 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_parse_hopopts() local
1080 struct ipv6_rt_hdr *opt, in ipv6_push_rthdr0()
1105 struct ipv6_rt_hdr *opt, in ipv6_push_rthdr4()
1154 struct ipv6_rt_hdr *opt, in ipv6_push_rthdr()
1205 ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt) in ipv6_dup_options()
[all …]
/openbmc/linux/drivers/iio/light/
H A Dopt3001.c390 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
531 struct opt3001 *opt = iio_priv(iio); in opt3001_read_event_config() local
540 struct opt3001 *opt = iio_priv(iio); in opt3001_write_event_config() local
590 static int opt3001_read_id(struct opt3001 *opt) in opt3001_read_id()
621 static int opt3001_configure(struct opt3001 *opt) in opt3001_configure()
688 struct opt3001 *opt = iio_priv(iio); in opt3001_irq() local
743 struct opt3001 *opt; in opt3001_probe() local
[all …]
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A 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
/openbmc/linux/net/ipv4/
H A Dip_options.c44 void ip_options_build(struct sk_buff *skb, struct ip_options *opt, in ip_options_build()
198 struct ip_options *opt = &(IPCB(skb)->opt); in ip_options_fragment() local
242 struct ip_options *opt, struct sk_buff *skb, in __ip_options_compile()
466 struct ip_options *opt, struct sk_buff *skb) in ip_options_compile()
482 void ip_options_undo(struct ip_options *opt) in ip_options_undo()
515 struct ip_options_rcu *opt; in ip_options_get() local
540 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_options() local
587 struct ip_options *opt = &(IPCB(skb)->opt); in ip_options_rcv_srr() local
/openbmc/qemu/util/
H A Dqemu-option.c226 QemuOpt *opt; in qemu_opt_find() local
260 QemuOpt *opt; in qemu_opt_get() local
299 QemuOpt *opt; in qemu_opt_get_del() local
318 QemuOpt *opt; in qemu_opt_has_help_opt() local
331 QemuOpt *opt; in qemu_opt_get_bool_helper() local
368 QemuOpt *opt; in qemu_opt_get_number_helper() local
406 QemuOpt *opt; in qemu_opt_get_size_helper() local
528 QemuOpt *opt; in qemu_opt_set_bool() local
551 QemuOpt *opt; in qemu_opt_set_number() local
580 QemuOpt *opt; in qemu_opt_foreach() local
[all …]
/openbmc/linux/net/nfc/nci/
H A Dcore.c99 void (*req)(struct nci_dev *ndev, const void *opt), in __nci_request()
143 const void *opt), in nci_request()
162 static void nci_reset_req(struct nci_dev *ndev, const void *opt) in nci_reset_req()
170 static void nci_init_req(struct nci_dev *ndev, const void *opt) in nci_init_req()
222 static void nci_set_config_req(struct nci_dev *ndev, const void *opt) in nci_set_config_req()
242 static void nci_rf_discover_req(struct nci_dev *ndev, const void *opt) in nci_rf_discover_req()
349 static void nci_generic_req(struct nci_dev *ndev, const void *opt) in nci_generic_req()
402 static void nci_send_data_req(struct nci_dev *ndev, const void *opt) in nci_send_data_req()
516 const void *opt = NULL; in nci_open_device() local
670 unsigned long opt = action; in nci_nfcee_discover() local
[all …]
/openbmc/linux/tools/lib/subcmd/
H A 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
813 struct option *opt, *ordered, *group; in options__order() local
840 static bool option__in_argv(const struct option *opt, const struct parse_opt_ctx_t *ctx) in option__in_argv()
983 int parse_opt_verbosity_cb(const struct option *opt, in parse_opt_verbosity_cb()
1021 struct option *opt = find_option(opts, shortopt, longopt); in set_option_flag() local
1033 struct option *opt = find_option(opts, shortopt, longopt); in set_option_nobuild() local
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c294 TVersionRes v9fs_tversion(TVersionOpt opt) in v9fs_tversion()
362 TAttachRes v9fs_tattach(TAttachOpt opt) in v9fs_tattach()
417 TWalkRes v9fs_twalk(TWalkOpt opt) in v9fs_twalk()
492 TGetAttrRes v9fs_tgetattr(TGetAttrOpt opt) in v9fs_tgetattr()
560 TReadDirRes v9fs_treaddir(TReadDirOpt opt) in v9fs_treaddir()
651 TLOpenRes v9fs_tlopen(TLOpenOpt opt) in v9fs_tlopen()
695 TWriteRes v9fs_twrite(TWriteOpt opt) in v9fs_twrite()
741 TFlushRes v9fs_tflush(TFlushOpt opt) in v9fs_tflush()
774 TMkdirRes v9fs_tmkdir(TMkdirOpt opt) in v9fs_tmkdir()
834 TlcreateRes v9fs_tlcreate(TlcreateOpt opt) in v9fs_tlcreate()
[all …]
/openbmc/linux/tools/perf/util/
H A 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()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dqdisc.c517 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()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A 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()
/openbmc/linux/drivers/net/ppp/
H A Dpptp.c56 struct pptp_opt *opt; in lookup_chan() local
75 struct pptp_opt *opt; in lookup_chan_dst() local
154 struct pptp_opt *opt = &po->proto.pptp; in pptp_xmit() local
272 struct pptp_opt *opt = &po->proto.pptp; in pptp_rcv_core() local
420 struct pptp_opt *opt = &po->proto.pptp; in pptp_connect() local
546 struct pptp_opt *opt; in pptp_create() local
580 struct pptp_opt *opt = &po->proto.pptp; in pptp_ppp_ioctl() local
/openbmc/qemu/qapi/
H A Dopts-visitor.c116 opts_visitor_insert(GHashTable *unprocessed_opts, const QemuOpt *opt) in opts_visitor_insert()
141 const QemuOpt *opt; in opts_start_struct() local
271 const QemuOpt *opt; in opts_next_list() local
353 const QemuOpt *opt; in opts_type_str() local
375 const QemuOpt *opt; in opts_type_bool() local
398 const QemuOpt *opt; in opts_type_int64() local
455 const QemuOpt *opt; in opts_type_uint64() local
508 const QemuOpt *opt; in opts_type_size() local
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_param.c106 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
/openbmc/qemu/tests/unit/
H A Dtest-qemu-opts.c163 const char *opt = NULL; in test_qemu_opt_get() local
206 bool opt; in test_qemu_opt_get_bool() local
249 uint64_t opt; in test_qemu_opt_get_number() local
292 uint64_t opt; in test_qemu_opt_get_size() local
380 uint64_t opt; in test_qemu_opts_reset() local
962 QemuOpt *opt; in test_opts_to_qdict_duplicates() local
/openbmc/linux/net/sched/
H A Dsch_fifo.c96 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
/openbmc/linux/net/ceph/
H A Dceph_common.c310 struct ceph_options *opt; in ceph_alloc_options() local
336 void ceph_destroy_options(struct ceph_options *opt) in ceph_destroy_options()
400 int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt, in ceph_parse_mon_ips()
418 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt, in ceph_parse_param()
607 struct ceph_options *opt = client->options; in ceph_print_client_options() local
707 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client()

12345678910>>...26