Home
last modified time | relevance | path

Searched refs:opt (Results 551 – 575 of 1357) sorted by relevance

1...<<21222324252627282930>>...55

/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dhyperv_fb.c918 char *opt = NULL, *p; in hvfb_get_option() local
921 if (fb_get_options(KBUILD_MODNAME, &opt) || !opt || !*opt) in hvfb_get_option()
924 p = strsep(&opt, "x"); in hvfb_get_option()
926 !opt || !*opt || kstrtouint(opt, 0, &y)) { in hvfb_get_option()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_pktdump.c601 bcm_xtlv_opts_t opt = BCM_XTLV_OPTION_IDBE | BCM_XTLV_OPTION_LENBE; in dhd_dump_wsc_message() local
604 WSC_ATTR_MSG, &msglen, opt); in dhd_dump_wsc_message()
934 uint8 *ptr, *opt, *end = (uint8 *) b + ntohs(b->iph.tot_len); in dhd_dhcp_dump() local
970 opt = ptr++; in dhd_dhcp_dump()
971 if (*opt == 0) { in dhd_dhcp_dump()
978 if (*opt == DHCP_OPT_MSGTYPE) { in dhd_dhcp_dump()
979 if (opt[1]) { in dhd_dhcp_dump()
980 dhcp_type = opt[2]; in dhd_dhcp_dump()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_pktdump.c601 bcm_xtlv_opts_t opt = BCM_XTLV_OPTION_IDBE | BCM_XTLV_OPTION_LENBE; in dhd_dump_wsc_message() local
604 WSC_ATTR_MSG, &msglen, opt); in dhd_dump_wsc_message()
934 uint8 *ptr, *opt, *end = (uint8 *) b + ntohs(b->iph.tot_len); in dhd_dhcp_dump() local
970 opt = ptr++; in dhd_dhcp_dump()
971 if (*opt == 0) { in dhd_dhcp_dump()
978 if (*opt == DHCP_OPT_MSGTYPE) { in dhd_dhcp_dump()
979 if (opt[1]) { in dhd_dhcp_dump()
980 dhcp_type = opt[2]; in dhd_dhcp_dump()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_pktdump.c601 bcm_xtlv_opts_t opt = BCM_XTLV_OPTION_IDBE | BCM_XTLV_OPTION_LENBE; in dhd_dump_wsc_message() local
604 WSC_ATTR_MSG, &msglen, opt); in dhd_dump_wsc_message()
934 uint8 *ptr, *opt, *end = (uint8 *) b + ntohs(b->iph.tot_len); in dhd_dhcp_dump() local
970 opt = ptr++; in dhd_dhcp_dump()
971 if (*opt == 0) { in dhd_dhcp_dump()
978 if (*opt == DHCP_OPT_MSGTYPE) { in dhd_dhcp_dump()
979 if (opt[1]) { in dhd_dhcp_dump()
980 dhcp_type = opt[2]; in dhd_dhcp_dump()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Drx_filter.c226 struct mac_ax_rx_fltr_ctrl_t opt = {0}; in mac_set_rx_fltr_opt() local
246 mac_get_rx_fltr_opt(adapter, &opt, band); in mac_set_rx_fltr_opt()
259 &opt, in mac_set_rx_fltr_opt()
/OK3568_Linux_fs/kernel/tools/testing/vsock/
H A Dvsock_diag_test.c527 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main() local
529 if (opt == -1) in main()
532 switch (opt) { in main()
/OK3568_Linux_fs/kernel/scripts/
H A Dinsert-sys-cert.c285 int opt; in main() local
289 while ((opt = getopt(argc, argv, "b:c:s:")) != -1) { in main()
290 switch (opt) { in main()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/venc/
H A Dvenc_vp8_if.c359 enum venc_start_opt opt, in vp8_enc_encode() argument
372 switch (opt) { in vp8_enc_encode()
382 mtk_vcodec_err(inst, "opt not support:%d", opt); in vp8_enc_encode()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Drxtimestamp.c362 int s, t, opt; in main() local
364 while ((opt = getopt_long(argc, argv, "", long_options, in main()
366 switch (opt) { in main()
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c354 int opt; in cmdline() local
357 while ((opt = getopt(argc, argv, "+lci:m:")) != -1) { in cmdline()
358 switch (opt) { in cmdline()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Drx_filter.c226 struct mac_ax_rx_fltr_ctrl_t opt = {0}; in mac_set_rx_fltr_opt() local
246 mac_get_rx_fltr_opt(adapter, &opt, band); in mac_set_rx_fltr_opt()
259 &opt, in mac_set_rx_fltr_opt()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-mbim-proxy.c388 int opt; in main() local
397 while ((opt = getopt_long(argc, argv, optstr, options, &optidx)) != -1) { in main()
398 switch (opt) { in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/cpu-hotplug/
H A Dcpu-on-off-test.sh161 while getopts e:ahp: opt; do
162 case $opt in
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dexpand-cgroup.c149 struct option opt = { in expand_libpfm_events() local
158 ret = parse_libpfm_events_option(&opt, event_str, 0); in expand_libpfm_events()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Drecord.c267 int record__parse_freq(const struct option *opt, const char *str, int unset __maybe_unused) in record__parse_freq() argument
270 struct record_opts *opts = opt->value; in record__parse_freq()
H A Dpfm.c31 int parse_libpfm_events_option(const struct option *opt, const char *str, in parse_libpfm_events_option() argument
34 struct evlist *evlist = *(struct evlist **)opt->value; in parse_libpfm_events_option()
H A Dparse-branch-options.h5 int parse_branch_stack(const struct option *opt, const char *str, int unset);
H A Dclockid.h7 int parse_clockid(const struct option *opt, const char *str, int unset);
/OK3568_Linux_fs/kernel/tools/testing/selftests/memory-hotplug/
H A Dmem-on-off-test.sh143 while getopts e:hp:r: opt; do
144 case $opt in
/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A DMakefile7 obj-$(CONFIG_OPTPROBES) += opt.o
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-diff.c180 static int setup_compute_opt_wdiff(char *opt) in setup_compute_opt_wdiff() argument
182 char *w1_str = opt; in setup_compute_opt_wdiff()
187 if (!opt) in setup_compute_opt_wdiff()
190 w2_str = strchr(opt, ','); in setup_compute_opt_wdiff()
216 static int setup_compute_opt(char *opt) in setup_compute_opt() argument
219 return setup_compute_opt_wdiff(opt); in setup_compute_opt()
221 if (opt) { in setup_compute_opt()
222 pr_err("Failed: extra option specified '%s'", opt); in setup_compute_opt()
229 static int setup_compute(const struct option *opt, const char *str, in setup_compute() argument
232 int *cp = (int *) opt->value; in setup_compute()
/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_core.c730 const struct xt_action_param *par, struct ip_set_adt_opt *opt) in ip_set_test() argument
738 if (opt->dim < set->type->dimension || in ip_set_test()
739 !(opt->family == set->family || set->family == NFPROTO_UNSPEC)) in ip_set_test()
743 ret = set->variant->kadt(set, skb, par, IPSET_TEST, opt); in ip_set_test()
750 set->variant->kadt(set, skb, par, IPSET_ADD, opt); in ip_set_test()
755 if ((opt->cmdflags & IPSET_FLAG_RETURN_NOMATCH) && in ip_set_test()
768 const struct xt_action_param *par, struct ip_set_adt_opt *opt) in ip_set_add() argument
776 if (opt->dim < set->type->dimension || in ip_set_add()
777 !(opt->family == set->family || set->family == NFPROTO_UNSPEC)) in ip_set_add()
781 ret = set->variant->kadt(set, skb, par, IPSET_ADD, opt); in ip_set_add()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_uap.c2736 char *begin = buf, *value = NULL, *opt = NULL; in woal_uap_ap_cfg_parse_data() local
2742 opt = woal_strsep(&value, '=', '/'); in woal_uap_ap_cfg_parse_data()
2743 if (opt && !strncmp(opt, "END", strlen("END"))) { in woal_uap_ap_cfg_parse_data()
2753 if (!opt || !value || !value[0]) { in woal_uap_ap_cfg_parse_data()
2757 } else if (!strncmp(opt, "ASCII_CMD", strlen("ASCII_CMD"))) { in woal_uap_ap_cfg_parse_data()
2766 opt = woal_strsep(&value, '=', '/'); in woal_uap_ap_cfg_parse_data()
2767 if (!opt || !value || !value[0]) { in woal_uap_ap_cfg_parse_data()
2772 } else if (!strncmp(opt, "SSID", strlen("SSID"))) { in woal_uap_ap_cfg_parse_data()
2795 opt); in woal_uap_ap_cfg_parse_data()
2799 } else if (!strncmp(opt, "SEC", strlen("SEC"))) { in woal_uap_ap_cfg_parse_data()
[all …]
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dsuper.c262 int opt; in exfat_parse_param() local
264 opt = fs_parse(fc, exfat_parameters, param, &result); in exfat_parse_param()
265 if (opt < 0) in exfat_parse_param()
266 return opt; in exfat_parse_param()
268 switch (opt) { in exfat_parse_param()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c362 static int set_termios(struct tty_struct *tty, void __user *arg, int opt) in set_termios() argument
375 if (opt & TERMIOS_TERMIO) { in set_termios()
380 } else if (opt & TERMIOS_OLD) { in set_termios()
403 if ((opt & TERMIOS_FLUSH) && ld->ops->flush_buffer)
408 if (opt & TERMIOS_WAIT) {

1...<<21222324252627282930>>...55