Home
last modified time | relevance | path

Searched refs:opt (Results 401 – 425 of 1357) sorted by relevance

1...<<11121314151617181920>>...55

/OK3568_Linux_fs/buildroot/package/sox/
H A D0004-configure.ac-fix-static-linking-with-magic.patch19 /srv/storage/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-…
21 /srv/storage/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-…
22 /srv/storage/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/bin/
H A Dtzselect148 while getopts c:n:t:-: opt
150 case $opt$OPTARG in
162 say >&2 "$0: -$opt$OPTARG: unknown option; try '$0 --help'"; exit 1 ;;
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_mpls.c322 struct tc_mpls opt = { in tcf_mpls_dump() local
330 opt.action = m->tcf_action; in tcf_mpls_dump()
332 opt.m_action = p->tcfm_action; in tcf_mpls_dump()
334 if (nla_put(skb, TCA_MPLS_PARMS, sizeof(opt), &opt)) in tcf_mpls_dump()
H A Dact_sample.c202 struct tc_sample opt = { in tcf_sample_dump() local
210 opt.action = s->tcf_action; in tcf_sample_dump()
211 if (nla_put(skb, TCA_SAMPLE_PARMS, sizeof(opt), &opt)) in tcf_sample_dump()
H A Dsch_fq_pie.c277 static int fq_pie_change(struct Qdisc *sch, struct nlattr *opt, in fq_pie_change() argument
286 if (!opt) in fq_pie_change()
289 err = nla_parse_nested(tb, TCA_FQ_PIE_MAX, opt, fq_pie_policy, extack); in fq_pie_change()
393 static int fq_pie_init(struct Qdisc *sch, struct nlattr *opt, in fq_pie_init() argument
413 if (opt) { in fq_pie_init()
414 err = fq_pie_change(sch, opt, extack); in fq_pie_init()
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dpatchtest.sh35 while getopts ":p:h" opt; do
36 case $opt in
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-branch-options.c94 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument
96 __u64 *mode = (__u64 *)opt->value; in parse_branch_stack()
H A Dclockid.c68 int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid() argument
70 struct record_opts *opts = (struct record_opts *)opt->value; in parse_clockid()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_tunnel.c496 ip6_tnl_err(struct sk_buff *skb, __u8 ipproto, struct inet6_skb_parm *opt, in ip6_tnl_err() argument
593 ip4ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip4ip6_err() argument
605 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code, in ip4ip6_err()
686 ip6ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip6ip6_err() argument
694 err = ip6_tnl_err(skb, IPPROTO_IPV6, opt, &rel_type, &rel_code, in ip6ip6_err()
728 mplsip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in mplsip6_err() argument
736 err = ip6_tnl_err(skb, IPPROTO_MPLS, opt, &rel_type, &rel_code, in mplsip6_err()
1013 static void init_tel_txopt(struct ipv6_tel_txoption *opt, __u8 encap_limit) in init_tel_txopt() argument
1015 memset(opt, 0, sizeof(struct ipv6_tel_txoption)); in init_tel_txopt()
1017 opt->dst_opt[2] = IPV6_TLV_TNL_ENCAP_LIMIT; in init_tel_txopt()
[all …]
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgen-bootlin-toolchains378 for opt in test_options:
379 if opt.startswith("!"):
380 f.write(" # %s is not set\n" % opt[1:])
382 f.write(" %s=y\n" % opt)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_rm_util.c69 struct rtw_ieee80211_channel *pch_set, struct bcn_req_opt *opt) in rm_get_ch_set_from_bcn_req_opt() argument
76 for (i = 0; i < opt->ap_ch_rpt_num; i++) { in rm_get_ch_set_from_bcn_req_opt()
77 if (opt->ap_ch_rpt[i] == NULL) in rm_get_ch_set_from_bcn_req_opt()
79 ap_ch_rpt = opt->ap_ch_rpt[i]; in rm_get_ch_set_from_bcn_req_opt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_rm_util.c69 struct rtw_ieee80211_channel *pch_set, struct bcn_req_opt *opt) in rm_get_ch_set_from_bcn_req_opt() argument
76 for (i = 0; i < opt->ap_ch_rpt_num; i++) { in rm_get_ch_set_from_bcn_req_opt()
77 if (opt->ap_ch_rpt[i] == NULL) in rm_get_ch_set_from_bcn_req_opt()
79 ap_ch_rpt = opt->ap_ch_rpt[i]; in rm_get_ch_set_from_bcn_req_opt()
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dremoteproc-framework.txt55 +-> | | (opt) | |
60 +---v-----+ (opt) |
63 (opt) +---------+
66 opt: Optional state transition implemented by driver.
/OK3568_Linux_fs/yocto/meta-qt5/recipes-connectivity/libqofono/
H A Dlibqofono_git.bb29 /opt/examples/libqofono-qt5/ \
30 /opt/tests/libqofono-qt5 \
/OK3568_Linux_fs/buildroot/package/aircrack-ng/
H A Daircrack-ng.mk24 AIRCRACK_NG_CONF_OPTS += --with-opt
26 AIRCRACK_NG_CONF_OPTS += --without-opt
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h395 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt argument
396 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt argument
397 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ argument
398 EXT2_MOUNT_##opt)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/
H A Dhalmac_common_88xx.c177 struct halmac_ch_switch_option *opt);
2316 struct halmac_ch_switch_option *opt) in ctrl_ch_switch_88xx() argument
2338 if (opt->switch_en == 0) in ctrl_ch_switch_88xx()
2348 if (opt->switch_en == 1) { in ctrl_ch_switch_88xx()
2360 status = proc_ctrl_ch_switch_88xx(adapter, opt); in ctrl_ch_switch_88xx()
2373 struct halmac_ch_switch_option *opt) in proc_ctrl_ch_switch_88xx() argument
2388 opt->nlo_en == 1 && adapter->nlo_flag != 1) in proc_ctrl_ch_switch_88xx()
2397 if (opt->switch_en != 0) { in proc_ctrl_ch_switch_88xx()
2409 CH_SWITCH_SET_START(h2c_buf, opt->switch_en); in proc_ctrl_ch_switch_88xx()
2413 CH_SWITCH_SET_DEST_CH_EN(h2c_buf, opt->dest_ch_en); in proc_ctrl_ch_switch_88xx()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_common_88xx.c177 struct halmac_ch_switch_option *opt);
2324 struct halmac_ch_switch_option *opt) in ctrl_ch_switch_88xx() argument
2346 if (opt->switch_en == 0) in ctrl_ch_switch_88xx()
2356 if (opt->switch_en == 1) { in ctrl_ch_switch_88xx()
2368 status = proc_ctrl_ch_switch_88xx(adapter, opt); in ctrl_ch_switch_88xx()
2381 struct halmac_ch_switch_option *opt) in proc_ctrl_ch_switch_88xx() argument
2396 opt->nlo_en == 1 && adapter->nlo_flag != 1) in proc_ctrl_ch_switch_88xx()
2405 if (opt->switch_en != 0) { in proc_ctrl_ch_switch_88xx()
2417 CH_SWITCH_SET_START(h2c_buf, opt->switch_en); in proc_ctrl_ch_switch_88xx()
2421 CH_SWITCH_SET_DEST_CH_EN(h2c_buf, opt->dest_ch_en); in proc_ctrl_ch_switch_88xx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_common_88xx.c178 struct halmac_ch_switch_option *opt);
2325 struct halmac_ch_switch_option *opt) in ctrl_ch_switch_88xx() argument
2347 if (opt->switch_en == 0) in ctrl_ch_switch_88xx()
2357 if (opt->switch_en == 1) { in ctrl_ch_switch_88xx()
2369 status = proc_ctrl_ch_switch_88xx(adapter, opt); in ctrl_ch_switch_88xx()
2382 struct halmac_ch_switch_option *opt) in proc_ctrl_ch_switch_88xx() argument
2397 opt->nlo_en == 1 && adapter->nlo_flag != 1) in proc_ctrl_ch_switch_88xx()
2406 if (opt->switch_en != 0) { in proc_ctrl_ch_switch_88xx()
2418 CH_SWITCH_SET_START(h2c_buf, opt->switch_en); in proc_ctrl_ch_switch_88xx()
2422 CH_SWITCH_SET_DEST_CH_EN(h2c_buf, opt->dest_ch_en); in proc_ctrl_ch_switch_88xx()
[all …]
/OK3568_Linux_fs/buildroot/package/opencv4/
H A D0001-modules-videoio-src-cap_ffmpeg_impl.hpp-fix-build-wi.patch15 In file included from /home/buildroot/autobuild/instance-3/output-1/host/opt/ext-toolchain/arm-none…
21 /home/buildroot/autobuild/instance-3/output-1/host/opt/ext-toolchain/arm-none-linux-gnueabi/include…
24 /home/buildroot/autobuild/instance-3/output-1/host/opt/ext-toolchain/arm-none-linux-gnueabi/include…
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dearlycon.c208 const char *opt) in efi_earlycon_setup() argument
221 fb_wb = opt && !strcmp(opt, "ram"); in efi_earlycon_setup()
/OK3568_Linux_fs/kernel/include/net/
H A Dip.h49 struct ip_options opt; /* Compiled IP options */ member
78 struct ip_options_rcu *opt; member
157 struct ip_options_rcu *opt, u8 tos);
717 void ip_options_build(struct sk_buff *skb, struct ip_options *opt,
725 return __ip_options_echo(net, dopt, skb, &IPCB(skb)->opt); in ip_options_echo()
729 int __ip_options_compile(struct net *net, struct ip_options *opt,
731 int ip_options_compile(struct net *net, struct ip_options *opt,
735 void ip_options_undo(struct ip_options *opt);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach.c1245 int detach, printpid, raw, opt, i, n, ld, err; in main() local
1259 while ((opt=getopt(argc, argv, "bnpt:s:lr")) != EOF) { in main()
1260 switch(opt) { in main()
1305 char *opt; in main() local
1307 opt = argv[optind]; in main()
1312 if (!strchr(opt, '/')) in main()
1314 strcat(dev, opt); in main()
1323 u = get_by_type(opt); in main()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dip.h110 #define optlength(opt) (sizeof(struct ip_options) + opt->optlen) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dip.h111 #define optlength(opt) (sizeof(struct ip_options) + opt->optlen) argument

1...<<11121314151617181920>>...55