| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_bpf.c | 142 struct tc_act_bpf opt = { in tcf_bpf_dump() local 151 opt.action = prog->tcf_action; in tcf_bpf_dump() 152 if (nla_put(skb, TCA_ACT_BPF_PARMS, sizeof(opt), &opt)) in tcf_bpf_dump()
|
| H A D | sch_taprio.c | 1445 static int taprio_change(struct Qdisc *sch, struct nlattr *opt, in taprio_change() argument 1457 err = nla_parse_nested_deprecated(tb, TCA_TAPRIO_ATTR_MAX, opt, in taprio_change() 1665 static int taprio_init(struct Qdisc *sch, struct nlattr *opt, in taprio_init() argument 1706 if (!opt) in taprio_init() 1728 return taprio_change(sch, opt, extack); in taprio_init() 1840 struct tc_mqprio_qopt opt = { 0 }; in taprio_dump() local 1848 opt.num_tc = netdev_get_num_tc(dev); in taprio_dump() 1849 memcpy(opt.prio_tc_map, dev->prio_tc_map, sizeof(opt.prio_tc_map)); in taprio_dump() 1852 opt.count[i] = dev->tc_to_txq[i].count; in taprio_dump() 1853 opt.offset[i] = dev->tc_to_txq[i].offset; in taprio_dump() [all …]
|
| H A D | sch_hfsc.c | 920 struct nlattr *opt = tca[TCA_OPTIONS]; in hfsc_change_class() local 926 if (opt == NULL) in hfsc_change_class() 929 err = nla_parse_nested_deprecated(tb, TCA_HFSC_MAX, opt, hfsc_policy, in hfsc_change_class() 1385 hfsc_init_qdisc(struct Qdisc *sch, struct nlattr *opt, in hfsc_init_qdisc() argument 1394 if (!opt || nla_len(opt) < sizeof(*qopt)) in hfsc_init_qdisc() 1396 qopt = nla_data(opt); in hfsc_init_qdisc() 1427 hfsc_change_qdisc(struct Qdisc *sch, struct nlattr *opt, in hfsc_change_qdisc() argument 1433 if (opt == NULL || nla_len(opt) < sizeof(*qopt)) in hfsc_change_qdisc() 1435 qopt = nla_data(opt); in hfsc_change_qdisc()
|
| H A D | sch_fq_codel.c | 365 static int fq_codel_change(struct Qdisc *sch, struct nlattr *opt, in fq_codel_change() argument 373 if (!opt) in fq_codel_change() 376 err = nla_parse_nested_deprecated(tb, TCA_FQ_CODEL_MAX, opt, in fq_codel_change() 455 static int fq_codel_init(struct Qdisc *sch, struct nlattr *opt, in fq_codel_init() argument 474 if (opt) { in fq_codel_init() 475 err = fq_codel_change(sch, opt, extack); in fq_codel_init()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/ |
| H A D | gxfb_core.c | 489 char *opt; in gxfb_setup() local 494 while ((opt = strsep(&options, ",")) != NULL) { in gxfb_setup() 495 if (!*opt) in gxfb_setup() 498 mode_option = opt; in gxfb_setup()
|
| /OK3568_Linux_fs/buildroot/package/sox/ |
| H A D | 0002-configure.ac-put-back-disable-stack-protector.patch | 16 /home/fabrice/br-test-pkg/br-arm-full/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-ucl… 17 /home/fabrice/br-test-pkg/br-arm-full/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-ucl…
|
| /OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/ |
| H A D | ipl.h | 52 __u8 opt; member 78 __u8 opt; member
|
| /OK3568_Linux_fs/kernel/drivers/dma/ti/ |
| H A D | edma.c | 149 u32 opt; member 817 edesc->pset[j].param.opt, in edma_execute() 1043 param->opt = EDMA_TCC(EDMA_CHAN_SLOT(echan->ch_num)); in edma_config_pset() 1046 param->opt |= SYNCDIM; in edma_config_pset() 1147 edesc->pset[i].param.opt |= TCINTEN; in edma_prep_slave_sg() 1155 edesc->pset[i].param.opt |= (TCINTEN | TCCMODE); in edma_prep_slave_sg() 1236 edesc->pset[0].param.opt |= ITCCHEN; in edma_prep_dma_memcpy() 1240 edesc->pset[0].param.opt |= TCINTEN; in edma_prep_dma_memcpy() 1243 edesc->pset[0].param.opt |= TCCHEN; in edma_prep_dma_memcpy() 1266 edesc->pset[1].param.opt |= ITCCHEN; in edma_prep_dma_memcpy() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_fsm.c | 1923 char *opt; member 1966 debug_opt[i].opt, debug_opt[i].desc); in _fsm_dbg_help() 2051 char fsm_name[FSM_NAME_LEN], opt[FSM_NAME_LEN], cmd[FSM_NAME_LEN]; in phl_fsm_dbg() local 2071 _os_mem_set(d, opt, 0, FSM_NAME_LEN); in phl_fsm_dbg() 2072 _os_mem_cpy(d, opt, input[3], in phl_fsm_dbg() 2111 if (_os_strlen((u8 *)debug_opt[i].opt) == \ in phl_fsm_dbg() 2112 _os_strlen((u8 *)opt) && in phl_fsm_dbg() 2113 _os_mem_cmp(d, debug_opt[i].opt, opt, in phl_fsm_dbg() 2114 _os_strlen((u8 *)opt)) == 0) { in phl_fsm_dbg() 2136 ev_id = fsm_get_evt_id(fsm, (char *)opt); in phl_fsm_dbg() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_fsm.c | 1923 char *opt; member 1966 debug_opt[i].opt, debug_opt[i].desc); in _fsm_dbg_help() 2051 char fsm_name[FSM_NAME_LEN], opt[FSM_NAME_LEN], cmd[FSM_NAME_LEN]; in phl_fsm_dbg() local 2071 _os_mem_set(d, opt, 0, FSM_NAME_LEN); in phl_fsm_dbg() 2072 _os_mem_cpy(d, opt, input[3], in phl_fsm_dbg() 2111 if (_os_strlen((u8 *)debug_opt[i].opt) == \ in phl_fsm_dbg() 2112 _os_strlen((u8 *)opt) && in phl_fsm_dbg() 2113 _os_mem_cmp(d, debug_opt[i].opt, opt, in phl_fsm_dbg() 2114 _os_strlen((u8 *)opt)) == 0) { in phl_fsm_dbg() 2136 ev_id = fsm_get_evt_id(fsm, (char *)opt); in phl_fsm_dbg() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_pktdump.c | 669 bcm_xtlv_opts_t opt = BCM_XTLV_OPTION_IDBE | BCM_XTLV_OPTION_LENBE; in dhd_dump_wsc_message() local 672 WSC_ATTR_MSG, &msglen, opt); in dhd_dump_wsc_message() 1122 uint8 *ptr, *opt, *end = (uint8 *) b + ntohs(b->iph.tot_len); in dhd_dhcp_dump() local 1148 opt = ptr++; in dhd_dhcp_dump() 1149 if (*opt == 0) { in dhd_dhcp_dump() 1156 if (*opt == DHCP_OPT_MSGTYPE) { in dhd_dhcp_dump() 1157 if (opt[1]) { in dhd_dhcp_dump() 1158 dhcp_type = opt[2]; in dhd_dhcp_dump() 1630 uint8 *ptr, *opt, *end = (uint8 *) b + ntohs(b->iph.tot_len); in dhd_is_dhcp_pkt() local 1662 opt = ptr++; in dhd_is_dhcp_pkt() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_pktdump.c | 669 bcm_xtlv_opts_t opt = BCM_XTLV_OPTION_IDBE | BCM_XTLV_OPTION_LENBE; in dhd_dump_wsc_message() local 672 WSC_ATTR_MSG, &msglen, opt); in dhd_dump_wsc_message() 1122 uint8 *ptr, *opt, *end = (uint8 *) b + ntohs(b->iph.tot_len); in dhd_dhcp_dump() local 1148 opt = ptr++; in dhd_dhcp_dump() 1149 if (*opt == 0) { in dhd_dhcp_dump() 1156 if (*opt == DHCP_OPT_MSGTYPE) { in dhd_dhcp_dump() 1157 if (opt[1]) { in dhd_dhcp_dump() 1158 dhcp_type = opt[2]; in dhd_dhcp_dump() 1630 uint8 *ptr, *opt, *end = (uint8 *) b + ntohs(b->iph.tot_len); in dhd_is_dhcp_pkt() local 1662 opt = ptr++; in dhd_is_dhcp_pkt() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs_parser.h | 42 u8 opt; /* Option number (returned by fs_parse()) */ member 109 .opt = OPT, \
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/ |
| H A D | README.md | 26 ANDROID_NDK_PATH=~/opt/tool_chain/android-ndk-r17 62 export TOOL_CHAIN=~/opt/tool_chain/gcc-9.3.0-x86_64_aarch64-linux-gnu/host
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | datagram.c | 117 if (inet_opt && inet_opt->opt.srr) in ip4_datagram_release_cb() 118 daddr = inet_opt->opt.faddr; in ip4_datagram_release_cb()
|
| /OK3568_Linux_fs/buildroot/package/easyframes/ |
| H A D | 0001-CMakesLists.txt-fix-static-build-with-pcap.patch | 10 /srv/storage/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-… 12 /srv/storage/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-…
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_ingenic.c | 91 const char *opt) in ingenic_early_console_setup() argument 100 if (opt) { in ingenic_early_console_setup() 103 uart_parse_options(opt, &baud, &parity, &bits, &flow); in ingenic_early_console_setup()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | numa.c | 28 static __init int numa_parse_early_param(char *opt) in numa_parse_early_param() argument 30 if (!opt) in numa_parse_early_param() 32 if (str_has_prefix(opt, "off")) in numa_parse_early_param()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/ |
| H A D | alternate_rpc_ports.patch | 29 int opt = 0; 33 while (opt != -1) { 34 opt = getopt(argc, argv, optstring);
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | super.c | 322 int opt; in afs_parse_param() local 324 opt = fs_parse(fc, afs_fs_parameters, param, &result); in afs_parse_param() 325 if (opt < 0) in afs_parse_param() 326 return opt; in afs_parse_param() 328 switch (opt) { in afs_parse_param()
|
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binderfs.c | 274 int opt; in binderfs_fs_context_parse_param() local 278 opt = fs_parse(fc, binderfs_fs_parameters, param, &result); in binderfs_fs_context_parse_param() 279 if (opt < 0) in binderfs_fs_context_parse_param() 280 return opt; in binderfs_fs_context_parse_param() 282 switch (opt) { in binderfs_fs_context_parse_param()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/ |
| H A D | g450_pll.c | 397 u_int32_t opt; in __g450_setclk() local 399 pci_read_config_dword(minfo->pcidev, PCI_OPTION_REG, &opt); in __g450_setclk() 400 if (!(opt & 0x20)) { in __g450_setclk() 401 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, opt | 0x20); in __g450_setclk()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | mip6.c | 200 struct inet6_skb_parm *opt = (struct inet6_skb_parm *)skb->cb; in mip6_destopt_reject() local 212 if (likely(opt->dsthao)) { in mip6_destopt_reject() 213 offset = ipv6_find_tlv(skb, opt->dsthao, IPV6_TLV_HAO); in mip6_destopt_reject() 223 opt->iif)) in mip6_destopt_reject()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | bmpconvert | 301 for opt, arg in opts: 303 if opt in ('-h','--help'): 306 if opt in ("-r", "--reverse"): 308 if opt in ("-s", "--swap"):
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/src/ |
| H A D | usbipd.c | 610 int opt, rc = -1; in main() local 623 opt = getopt_long(argc, argv, "46DdeP::t:hv", longopts, NULL); in main() 625 if (opt == -1) in main() 628 switch (opt) { in main()
|