| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_common_88xx.c | 177 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/net/ipv4/ |
| H A D | ipconfig.c | 1058 u8 *opt = ext++; in ic_bootp_recv() local 1059 if (*opt == 0) /* Padding */ in ic_bootp_recv() 1064 switch (*opt) { in ic_bootp_recv() 1066 if (opt[1]) in ic_bootp_recv() 1067 mt = opt[2]; in ic_bootp_recv() 1070 if (opt[1] >= 4) in ic_bootp_recv() 1071 memcpy(&server_id, opt + 2, 4); in ic_bootp_recv() 1121 u8 *opt = ext++; in ic_bootp_recv() local 1122 if (*opt == 0) /* Padding */ in ic_bootp_recv() 1126 ic_do_bootp_ext(opt); in ic_bootp_recv()
|
| H A D | syncookies.c | 330 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in cookie_v4_check() local 426 opt->srr ? opt->faddr : ireq->ir_rmt_addr, in cookie_v4_check()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_skbedit.c | 243 struct tc_skbedit opt = { in tcf_skbedit_dump() local 254 opt.action = d->tcf_action; in tcf_skbedit_dump() 256 if (nla_put(skb, TCA_SKBEDIT_PARMS, sizeof(opt), &opt)) in tcf_skbedit_dump()
|
| H A D | act_ctinfo.c | 285 struct tc_ctinfo opt = { in tcf_ctinfo_dump() local 302 opt.action = ci->tcf_action; in tcf_ctinfo_dump() 303 if (nla_put(skb, TCA_CTINFO_ACT, sizeof(opt), &opt)) in tcf_ctinfo_dump()
|
| /OK3568_Linux_fs/kernel/usr/ |
| H A D | gen_init_cpio.c | 532 int opt = getopt(argc, argv, "t:h"); in main() local 535 if (opt == -1) in main() 537 switch (opt) { in main() 550 exit(opt == 'h' ? 0 : 1); in main()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ndisc.h | 84 __u8 opt[]; member 89 __u8 opt[]; member 102 __u8 opt[]; member 137 u8 *opt, int opt_len,
|
| H A D | inet_sock.h | 60 struct ip_options opt; member 64 struct ip_options_rcu opt; member 166 struct ip_options *opt; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ti-common/ |
| H A D | ti-edma3.h | 61 u32 opt; member 79 u32 opt; member
|
| /OK3568_Linux_fs/buildroot/package/rpi-firmware/ |
| H A D | rpi-firmware.mk | 62 $(INSTALL) -D -m 0700 $(@D)/$(if BR2_ARM_EABIHF,hardfp/)opt/vc/bin/vcdbg \ 64 $(INSTALL) -D -m 0644 $(@D)/$(if BR2_ARM_EABIHF,hardfp/)opt/vc/lib/libelftoolchain.so \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/xilinx/ |
| H A D | xilinx_axienet_main.c | 71 .opt = XAE_OPTION_JUMBO, 75 .opt = XAE_OPTION_JUMBO, 79 .opt = XAE_OPTION_VLAN, 83 .opt = XAE_OPTION_VLAN, 87 .opt = XAE_OPTION_FCS_STRIP, 91 .opt = XAE_OPTION_FCS_INSERT, 95 .opt = XAE_OPTION_LENTYPE_ERR, 99 .opt = XAE_OPTION_FLOW_CONTROL, 103 .opt = XAE_OPTION_FLOW_CONTROL, 107 .opt = XAE_OPTION_PROMISC, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/venc/ |
| H A D | venc_h264_if.c | 532 enum venc_start_opt opt, in h264_enc_encode() argument 541 mtk_vcodec_debug(inst, "opt %d ->", opt); in h264_enc_encode() 545 switch (opt) { in h264_enc_encode() 613 mtk_vcodec_err(inst, "venc_start_opt %d not supported", opt); in h264_enc_encode() 621 mtk_vcodec_debug(inst, "opt %d <-", opt); in h264_enc_encode()
|
| /OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/ |
| H A D | using.rst | 114 Enter target directory for SDK (default: /opt/poky/&DISTRO;): 115 You are about to install the SDK to "/opt/poky/&DISTRO;". Proceed [Y/n]? Y 120 $ . /opt/poky/&DISTRO;/environment-setup-i586-poky-linux 133 default ``/opt/poky/&DISTRO;`` directory or the directory you chose during 144 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | inode.c | 647 int opt; in bpf_parse_param() local 649 opt = fs_parse(fc, bpf_fs_parameters, param, &result); in bpf_parse_param() 650 if (opt < 0) in bpf_parse_param() 655 return opt == -ENOPARAM ? 0 : opt; in bpf_parse_param() 657 switch (opt) { in bpf_parse_param()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_request.c | 193 unsigned long opt), in __hci_req_sync() argument 194 unsigned long opt, u32 timeout, u8 *hci_status) in __hci_req_sync() 205 err = func(&req, opt); in __hci_req_sync() 269 unsigned long opt), in hci_req_sync() argument 270 unsigned long opt, u32 timeout, u8 *hci_status) in hci_req_sync() 281 ret = __hci_req_sync(hdev, req, opt, timeout, hci_status); in hci_req_sync() 2498 static int update_scan(struct hci_request *req, unsigned long opt) in update_scan() argument 2513 static int connectable_update(struct hci_request *req, unsigned long opt) in connectable_update() argument 2623 static int discoverable_update(struct hci_request *req, unsigned long opt) in discoverable_update() argument 2760 static int update_bg_scan(struct hci_request *req, unsigned long opt) in update_bg_scan() argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/bpf/ |
| H A D | bpf_jit_disasm.c | 263 unsigned int len, klen, opt, opcodes = 0; in main() local 271 while ((opt = getopt(argc, argv, "of:O:")) != -1) { in main() 272 switch (opt) { in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | gengtype.h | 215 options_p opt; /* GTY options, as a linked list. */ member 283 options_p opt; /* the GTY options if any. */ member 435 const char *name, options_p opt,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | gengtype.h | 215 options_p opt; /* GTY options, as a linked list. */ member 283 options_p opt; /* the GTY options if any. */ member 435 const char *name, options_p opt,
|
| /OK3568_Linux_fs/kernel/tools/testing/vsock/ |
| H A D | vsock_test.c | 398 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main() local 400 if (opt == -1) in main() 403 switch (opt) { in main()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_h323_asn1.c | 518 unsigned int ext, bmp, i, opt, len = 0, bmp2, bmp2_len; in decode_seq() local 541 for (i = opt = 0, son = f->fields; i < f->lb; i++, son++) { in decode_seq() 549 if (!((0x80000000U >> (opt++)) & bmp)) /* Not exist */ in decode_seq() 599 for (opt = 0; opt < bmp2_len; opt++, i++, son++) { in decode_seq() 617 if (!((0x80000000 >> opt) & bmp2)) /* Not present */ in decode_seq()
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | socket.c | 407 int err = 0, opt = 0; in data_sock_setsockopt() local 417 if (copy_from_sockptr(&opt, optval, sizeof(int))) { in data_sock_setsockopt() 422 if (opt) in data_sock_setsockopt() 439 int len, opt; in data_sock_getsockopt() local 450 opt = 1; in data_sock_getsockopt() 452 opt = 0; in data_sock_getsockopt() 454 if (put_user(opt, optval)) in data_sock_getsockopt()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | super.c | 637 struct ceph_options *opt) in create_fs_client() argument 648 fsc->client = ceph_create_client(opt, fsc); in create_fs_client() 653 opt = NULL; /* fsc->client now owns this */ in create_fs_client() 699 if (opt) in create_fs_client() 700 ceph_destroy_options(opt); in create_fs_client() 1000 struct ceph_options *opt = new->client->options; in ceph_compare_super() local 1005 if (compare_mount_options(fsopt, opt, fsc)) { in ceph_compare_super() 1009 if ((opt->flags & CEPH_OPT_FSID) && in ceph_compare_super() 1010 ceph_fsid_compare(&opt->fsid, &fsc->client->fsid)) { in ceph_compare_super()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/hdpvr/ |
| H A D | hdpvr-video.c | 897 struct hdpvr_options *opt = &dev->options; in hdpvr_s_ctrl() local 933 opt->audio_codec = ctrl->val; in hdpvr_s_ctrl() 934 return hdpvr_set_audio(dev, opt->audio_input + 1, in hdpvr_s_ctrl() 935 opt->audio_codec); in hdpvr_s_ctrl() 958 opt->bitrate_mode = HDPVR_CONSTANT; in hdpvr_s_ctrl() 960 opt->bitrate_mode = HDPVR_VARIABLE_AVERAGE; in hdpvr_s_ctrl() 962 opt->bitrate_mode); in hdpvr_s_ctrl() 969 opt->bitrate = bitrate; in hdpvr_s_ctrl() 970 opt->peak_bitrate = peak_bitrate; in hdpvr_s_ctrl()
|
| /OK3568_Linux_fs/buildroot/boot/afboot-stm32/ |
| H A D | 0001-Pass-fno-builtin-to-fix-build-with-gcc-10.patch | 21 /home/thomas/projets/buildroot/output/host/opt/ext-toolchain/bin/../arm-buildroot-uclinux-uclibcgnu… 23 /home/thomas/projets/buildroot/output/host/opt/ext-toolchain/bin/../arm-buildroot-uclinux-uclibcgnu…
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | pkeys.c | 201 static __init int setup_init_pkru(char *opt) in setup_init_pkru() argument 205 if (kstrtouint(opt, 0, &new_init_pkru)) in setup_init_pkru()
|