| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | pci-dma.c | 69 if (!strncmp(p, "off", 3)) in iommu_setup() 72 if (!strncmp(p, "force", 5)) in iommu_setup() 74 if (!strncmp(p, "noforce", 7)) { in iommu_setup() 79 if (!strncmp(p, "biomerge", 8)) { in iommu_setup() 83 if (!strncmp(p, "panic", 5)) in iommu_setup() 85 if (!strncmp(p, "nopanic", 7)) in iommu_setup() 87 if (!strncmp(p, "merge", 5)) { in iommu_setup() 91 if (!strncmp(p, "nomerge", 7)) in iommu_setup() 93 if (!strncmp(p, "forcesac", 8)) in iommu_setup() 95 if (!strncmp(p, "allowdac", 8)) in iommu_setup() [all …]
|
| H A D | early_printk.c | 159 if (!strncmp(s, "0x", 2)) { in early_serial_init() 164 if (!strncmp(s, "ttyS", 4)) in early_serial_init() 234 if (!strncmp(s, "force,", 6)) { in early_pci_serial_init() 355 if (!strncmp(buf, "serial", 6)) { in setup_early_printk() 359 if (!strncmp(buf, ",ttyS", 5)) in setup_early_printk() 362 if (!strncmp(buf, "ttyS", 4)) { in setup_early_printk() 367 if (!strncmp(buf, "pciserial", 9)) { in setup_early_printk() 373 if (!strncmp(buf, "vga", 3) && in setup_early_printk() 381 if (!strncmp(buf, "dbgp", 4) && !early_dbgp_init(buf + 4)) in setup_early_printk() 385 if (!strncmp(buf, "xen", 3)) in setup_early_printk() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | demangle-rust.c | 107 if (strncmp(str, hash_prefix, hash_prefix_len)) in is_prefixed_hash() 136 if (!strncmp(str, "$C$", 3)) in looks_like_rust() 138 else if (!strncmp(str, "$SP$", 4) in looks_like_rust() 139 || !strncmp(str, "$BP$", 4) in looks_like_rust() 140 || !strncmp(str, "$RF$", 4) in looks_like_rust() 141 || !strncmp(str, "$LT$", 4) in looks_like_rust() 142 || !strncmp(str, "$GT$", 4) in looks_like_rust() 143 || !strncmp(str, "$LP$", 4) in looks_like_rust() 144 || !strncmp(str, "$RP$", 4)) in looks_like_rust() 146 else if (!strncmp(str, "$u20$", 5) in looks_like_rust() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_init.c | 547 if (strncmp(line, "}", strlen("}")) == 0) { in parse_cfg_read_block() 553 if (strncmp(line, "hw_test", strlen("hw_test")) == 0) { in parse_cfg_read_block() 566 else if (strncmp(line, "dts_enable", strlen("dts_enable")) == in parse_cfg_read_block() 581 else if (strncmp(line, "fw_name", strlen("fw_name")) == 0) { in parse_cfg_read_block() 587 } else if (strncmp(line, "req_fw_nowait", in parse_cfg_read_block() 600 } else if (strncmp(line, "fw_reload", strlen("fw_reload")) == in parse_cfg_read_block() 607 } else if (strncmp(line, "auto_fw_reload", in parse_cfg_read_block() 615 } else if (strncmp(line, "fw_serial", strlen("fw_serial")) == in parse_cfg_read_block() 628 } else if (strncmp(line, "hw_name", strlen("hw_name")) == 0) { in parse_cfg_read_block() 634 } else if (strncmp(line, "mac_addr", strlen("mac_addr")) == 0) { in parse_cfg_read_block() [all …]
|
| /OK3568_Linux_fs/u-boot/board/compulab/common/ |
| H A D | omap3_display.c | 276 if (!strncmp(setting, "mode:", 5)) { in parse_setting() 278 } else if (!strncmp(setting, "pixclock:", 9)) { in parse_setting() 280 } else if (!strncmp(setting, "left:", 5)) { in parse_setting() 283 } else if (!strncmp(setting, "right:", 6)) { in parse_setting() 286 } else if (!strncmp(setting, "upper:", 6)) { in parse_setting() 289 } else if (!strncmp(setting, "lower:", 6)) { in parse_setting() 292 } else if (!strncmp(setting, "hsynclen:", 9)) { in parse_setting() 295 } else if (!strncmp(setting, "vsynclen:", 9)) { in parse_setting() 298 } else if (!strncmp(setting, "hsync:", 6)) { in parse_setting() 303 } else if (!strncmp(setting, "vsync:", 6)) { in parse_setting() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/ |
| H A D | sleep.c | 135 if (strncmp(str, "s3_bios", 7) == 0) in acpi_sleep_setup() 137 if (strncmp(str, "s3_mode", 7) == 0) in acpi_sleep_setup() 139 if (strncmp(str, "s3_beep", 7) == 0) in acpi_sleep_setup() 142 if (strncmp(str, "s4_nohwsig", 10) == 0) in acpi_sleep_setup() 145 if (strncmp(str, "nonvs", 5) == 0) in acpi_sleep_setup() 147 if (strncmp(str, "nonvs_s3", 8) == 0) in acpi_sleep_setup() 149 if (strncmp(str, "old_ordering", 12) == 0) in acpi_sleep_setup() 151 if (strncmp(str, "nobl", 4) == 0) in acpi_sleep_setup()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | ioctl_mp.c | 739 MsetPower = strncmp(input, "off", 3); in rtw_mp_txpower() 751 } else if (strncmp(input, "dbm", 3) == 0) { in rtw_mp_txpower() 962 countPkTx = strncmp(extra, "count=", 5); /* strncmp TRUE is 0*/ in rtw_mp_ctx() 963 cotuTx = strncmp(extra, "background", 20); in rtw_mp_ctx() 964 CarrSprTx = strncmp(extra, "background,cs", 20); in rtw_mp_ctx() 965 scTx = strncmp(extra, "background,sc", 20); in rtw_mp_ctx() 966 sgleTx = strncmp(extra, "background,stone", 20); in rtw_mp_ctx() 967 pkTx = strncmp(extra, "background,pkt", 20); in rtw_mp_ctx() 968 stop = strncmp(extra, "stop", 4); in rtw_mp_ctx() 969 payload = strncmp(extra, "payload=", 8); in rtw_mp_ctx() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.c | 1607 if (!strncmp("**", country->cspec.country_abbrev, 2)) { in dhd_conf_map_country_list() 1608 if (!strncmp("**", country->cspec.ccode, 2)) { in dhd_conf_map_country_list() 1617 } else if (!strncmp(cspec->country_abbrev, in dhd_conf_map_country_list() 2504 if (!strncmp(buf, "mpc", cmd_len)) { in dhd_conf_check_hostsleep() 2587 if(strncmp(&pmask_tmp[i*2], "00", 2)) in dhd_conf_wowl_pattern() 3272 if (!strncmp("chip=", full_param, len_param)) { in dhd_conf_read_chiprev() 3294 if (!strncmp("dhd_msg_level=", full_param, len_param)) { in dhd_conf_read_log_level() 3298 else if (!strncmp("dump_msg_level=", full_param, len_param)) { in dhd_conf_read_log_level() 3303 else if (!strncmp("sd_msglevel=", full_param, len_param)) { in dhd_conf_read_log_level() 3309 else if (!strncmp("dbus_msglevel=", full_param, len_param)) { in dhd_conf_read_log_level() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.c | 931 if (!strncmp("**", country->cspec.country_abbrev, 2)) { in dhd_conf_map_country_list() 936 } else if (!strncmp(cspec->country_abbrev, in dhd_conf_map_country_list() 1460 if (!strncmp(buf, "mpc", cmd_len)) { in dhd_conf_check_hostsleep() 1543 if(strncmp(&pmask_tmp[i*2], "00", 2)) in dhd_conf_wowl_pattern() 2171 if (!strncmp("chip=", full_param, len_param)) { in dhd_conf_read_chiprev() 2193 if (!strncmp("dhd_msg_level=", full_param, len_param)) { in dhd_conf_read_log_level() 2197 else if (!strncmp("dump_msg_level=", full_param, len_param)) { in dhd_conf_read_log_level() 2202 else if (!strncmp("sd_msglevel=", full_param, len_param)) { in dhd_conf_read_log_level() 2208 else if (!strncmp("dbus_msglevel=", full_param, len_param)) { in dhd_conf_read_log_level() 2213 else if (!strncmp("android_msg_level=", full_param, len_param)) { in dhd_conf_read_log_level() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.c | 1829 if (!strncmp("**", country->cspec.country_abbrev, 2)) { in dhd_conf_map_country_list() 1830 if (!strncmp("**", country->cspec.ccode, 2)) { in dhd_conf_map_country_list() 1839 } else if (!strncmp(cspec->country_abbrev, in dhd_conf_map_country_list() 2386 if (!strncmp(buf, "mpc", cmd_len)) { in dhd_conf_check_hostsleep() 2469 if(strncmp(&pmask_tmp[i*2], "00", 2)) in dhd_conf_wowl_pattern() 3154 if (!strncmp("chip=", full_param, len_param)) { in dhd_conf_read_chiprev() 3176 if (!strncmp("dhd_msg_level=", full_param, len_param)) { in dhd_conf_read_log_level() 3180 else if (!strncmp("dump_msg_level=", full_param, len_param)) { in dhd_conf_read_log_level() 3185 else if (!strncmp("sd_msglevel=", full_param, len_param)) { in dhd_conf_read_log_level() 3191 else if (!strncmp("dbus_msglevel=", full_param, len_param)) { in dhd_conf_read_log_level() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | ftrace.h | 82 (!strncmp(sym, ".__se_sys", 9) && !strcmp(sym + 6, name)) || in arch_syscall_match_sym_name() 83 (!strncmp(sym, ".ppc_", 5) && !strcmp(sym + 5, name + 4)) || in arch_syscall_match_sym_name() 84 (!strncmp(sym, ".ppc32_", 7) && !strcmp(sym + 7, name + 4)) || in arch_syscall_match_sym_name() 85 (!strncmp(sym, ".ppc64_", 7) && !strcmp(sym + 7, name + 4)); in arch_syscall_match_sym_name() 91 (!strncmp(sym, "__se_sys", 8) && !strcmp(sym + 5, name)) || in arch_syscall_match_sym_name() 92 (!strncmp(sym, "ppc_", 4) && !strcmp(sym + 4, name + 4)) || in arch_syscall_match_sym_name() 93 (!strncmp(sym, "ppc32_", 6) && !strcmp(sym + 6, name + 4)) || in arch_syscall_match_sym_name() 94 (!strncmp(sym, "ppc64_", 6) && !strcmp(sym + 6, name + 4)); in arch_syscall_match_sym_name()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | ioctl_mp.c | 739 MsetPower = strncmp(input, "off", 3); in rtw_mp_txpower() 751 } else if (strncmp(input, "dbm", 3) == 0) { in rtw_mp_txpower() 964 countPkTx = strncmp(extra, "count=", 5); /* strncmp TRUE is 0*/ in rtw_mp_ctx() 965 cotuTx = strncmp(extra, "background", 20); in rtw_mp_ctx() 966 CarrSprTx = strncmp(extra, "background,cs", 20); in rtw_mp_ctx() 967 scTx = strncmp(extra, "background,sc", 20); in rtw_mp_ctx() 968 sgleTx = strncmp(extra, "background,stone", 20); in rtw_mp_ctx() 969 pkTx = strncmp(extra, "background,pkt", 20); in rtw_mp_ctx() 970 stop = strncmp(extra, "stop", 4); in rtw_mp_ctx() 971 payload = strncmp(extra, "payload=", 8); in rtw_mp_ctx() [all …]
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0029-backend-drm-Support-controlling-compositor-dynamical.patch | 39 + if (!strncmp(key, "state", strlen("state"))) { 40 + if (!strncmp(value, "sleep", strlen("sleep"))) { 42 + } else if (!strncmp(value, "block", strlen("block"))) { 44 + } else if (!strncmp(value, "freeze", strlen("freeze"))) { 47 + } else if (!strncmp(value, "off", strlen("off"))) { 57 + } else if (!strncmp(key, "hotplug", strlen("hotplug"))) { 58 + if (!strncmp(value, "off", strlen("off"))) 60 + else if (!strncmp(value, "on", strlen("on"))) 63 + else if (!strncmp(value, "force", strlen("force")))
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0026-backend-drm-Support-controlling-compositor-dynamical.patch | 39 + if (!strncmp(key, "state", strlen("state"))) { 40 + if (!strncmp(value, "sleep", strlen("sleep"))) { 42 + } else if (!strncmp(value, "block", strlen("block"))) { 44 + } else if (!strncmp(value, "freeze", strlen("freeze"))) { 47 + } else if (!strncmp(value, "off", strlen("off"))) { 57 + } else if (!strncmp(key, "hotplug", strlen("hotplug"))) { 58 + if (!strncmp(value, "off", strlen("off"))) 60 + else if (!strncmp(value, "on", strlen("on"))) 63 + else if (!strncmp(value, "force", strlen("force")))
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0029-backend-drm-Support-controlling-compositor-dynamical.patch | 39 + if (!strncmp(key, "state", strlen("state"))) { 40 + if (!strncmp(value, "sleep", strlen("sleep"))) { 42 + } else if (!strncmp(value, "block", strlen("block"))) { 44 + } else if (!strncmp(value, "freeze", strlen("freeze"))) { 47 + } else if (!strncmp(value, "off", strlen("off"))) { 57 + } else if (!strncmp(key, "hotplug", strlen("hotplug"))) { 58 + if (!strncmp(value, "off", strlen("off"))) 60 + else if (!strncmp(value, "on", strlen("on"))) 63 + else if (!strncmp(value, "force", strlen("force")))
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_utils.cpp | 49 if (!strncmp("http://", uri, 7) || !strncmp("https://", uri, 8)) { in TEST_COMM_GetUriSchemeType() 51 } else if (!strncmp("rtsp://", uri, 7) || !strncmp("rtmp://", uri, 7)) { in TEST_COMM_GetUriSchemeType() 54 } else if (!strncmp("/data/smb/", uri, 10)) { in TEST_COMM_GetUriSchemeType() 57 } else if (!strncmp("/data/nfs/", uri, 10)) { in TEST_COMM_GetUriSchemeType() 63 } else if (!strncmp("rtp:", uri, 4)) { in TEST_COMM_GetUriSchemeType() 66 } else if (!strncmp("udp:", uri, 4)) { in TEST_COMM_GetUriSchemeType() 69 } else if (!strncmp("mms://", uri, 6)) { in TEST_COMM_GetUriSchemeType() 72 } else if (!strncmp("mmsh://", uri, 7)) { in TEST_COMM_GetUriSchemeType() 75 } else if (!strncmp("mmst://", uri, 7)) { in TEST_COMM_GetUriSchemeType()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | mp.c | 33 if (argc == 2 && strncmp(argv[1], "status", 6) == 0) in cpu_cmd() 47 if (strncmp(argv[2], "reset", 5) == 0) in cpu_cmd() 49 else if (strncmp(argv[2], "status", 6) == 0) in cpu_cmd() 51 else if (strncmp(argv[2], "disable", 7) == 0) in cpu_cmd() 60 if (strncmp(argv[2], "release", 7) != 0) in cpu_cmd()
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb_user/ |
| H A D | avb_ops_user.c | 459 if (!strncmp(partition, ANDROID_PARTITION_BOOT, 4) || in get_preloaded_partition() 460 !strncmp(partition, ANDROID_PARTITION_RECOVERY, 8)) in get_preloaded_partition() 462 else if (!strncmp(partition, ANDROID_PARTITION_VENDOR_BOOT, 11)) in get_preloaded_partition() 464 else if (!strncmp(partition, ANDROID_PARTITION_INIT_BOOT, 9)) in get_preloaded_partition() 466 else if (!strncmp(partition, ANDROID_PARTITION_RESOURCE, 8)) in get_preloaded_partition() 492 if (!strncmp(partition, ANDROID_PARTITION_INIT_BOOT, 9) || in get_preloaded_partition() 493 !strncmp(partition, ANDROID_PARTITION_VENDOR_BOOT, 11) || in get_preloaded_partition() 494 !strncmp(partition, ANDROID_PARTITION_BOOT, 4) || in get_preloaded_partition() 495 !strncmp(partition, ANDROID_PARTITION_RECOVERY, 8) || in get_preloaded_partition() 496 !strncmp(partition, ANDROID_PARTITION_RESOURCE, 8)) { in get_preloaded_partition() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | ioctl_mp.c | 711 MsetPower = strncmp(input, "off", 3); in rtw_mp_txpower() 768 } else if (strncmp(input, "dbm_tune", 8) == 0) { in rtw_mp_txpower() 996 countPkTx = strncmp(extra, "count=", 5); /* strncmp TRUE is 0*/ in rtw_mp_ctx() 997 cotuTx = strncmp(extra, "background", 20); in rtw_mp_ctx() 998 CarrSprTx = strncmp(extra, "background,cs", 20); in rtw_mp_ctx() 999 scTx = strncmp(extra, "background,sc", 20); in rtw_mp_ctx() 1000 sgleTx = strncmp(extra, "background,stone", 20); in rtw_mp_ctx() 1001 pkTx = strncmp(extra, "background,pkt", 20); in rtw_mp_ctx() 1002 stop = strncmp(extra, "stop", 4); in rtw_mp_ctx() 1003 payload = strncmp(extra, "payload=", 8); in rtw_mp_ctx() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | platform-pci-unplug.c | 190 if (!strncmp(p, "all", l)) in parse_xen_emul_unplug() 192 else if (!strncmp(p, "ide-disks", l)) in parse_xen_emul_unplug() 194 else if (!strncmp(p, "aux-ide-disks", l)) in parse_xen_emul_unplug() 196 else if (!strncmp(p, "nics", l)) in parse_xen_emul_unplug() 198 else if (!strncmp(p, "unnecessary", l)) in parse_xen_emul_unplug() 200 else if (!strncmp(p, "never", l)) in parse_xen_emul_unplug()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | ioctl_mp.c | 614 MsetPower = strncmp(input, "off", 3); in rtw_mp_txpower() 802 countPkTx = strncmp(extra, "count=", 5); /* strncmp TRUE is 0*/ in rtw_mp_ctx() 803 cotuTx = strncmp(extra, "background", 20); in rtw_mp_ctx() 804 CarrSprTx = strncmp(extra, "background,cs", 20); in rtw_mp_ctx() 805 scTx = strncmp(extra, "background,sc", 20); in rtw_mp_ctx() 806 sgleTx = strncmp(extra, "background,stone", 20); in rtw_mp_ctx() 807 pkTx = strncmp(extra, "background,pkt", 20); in rtw_mp_ctx() 808 stop = strncmp(extra, "stop", 4); in rtw_mp_ctx() 951 bStartRx = (strncmp(input, "start", 5) == 0) ? 1 : 0; /* strncmp TRUE is 0*/ in rtw_mp_arx() 952 bStopRx = (strncmp(input, "stop", 5) == 0) ? 1 : 0; /* strncmp TRUE is 0*/ in rtw_mp_arx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | ioctl_mp.c | 614 MsetPower = strncmp(input, "off", 3); in rtw_mp_txpower() 802 countPkTx = strncmp(extra, "count=", 5); /* strncmp TRUE is 0*/ in rtw_mp_ctx() 803 cotuTx = strncmp(extra, "background", 20); in rtw_mp_ctx() 804 CarrSprTx = strncmp(extra, "background,cs", 20); in rtw_mp_ctx() 805 scTx = strncmp(extra, "background,sc", 20); in rtw_mp_ctx() 806 sgleTx = strncmp(extra, "background,stone", 20); in rtw_mp_ctx() 807 pkTx = strncmp(extra, "background,pkt", 20); in rtw_mp_ctx() 808 stop = strncmp(extra, "stop", 4); in rtw_mp_ctx() 951 bStartRx = (strncmp(input, "start", 5) == 0) ? 1 : 0; /* strncmp TRUE is 0*/ in rtw_mp_arx() 952 bStopRx = (strncmp(input, "stop", 5) == 0) ? 1 : 0; /* strncmp TRUE is 0*/ in rtw_mp_arx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/ |
| H A D | ioctl_mp.c | 708 MsetPower = strncmp(input, "off", 3); in rtw_mp_txpower() 911 countPkTx = strncmp(extra, "count=", 5); /* strncmp TRUE is 0*/ in rtw_mp_ctx() 912 cotuTx = strncmp(extra, "background", 20); in rtw_mp_ctx() 913 CarrSprTx = strncmp(extra, "background,cs", 20); in rtw_mp_ctx() 914 scTx = strncmp(extra, "background,sc", 20); in rtw_mp_ctx() 915 sgleTx = strncmp(extra, "background,stone", 20); in rtw_mp_ctx() 916 pkTx = strncmp(extra, "background,pkt", 20); in rtw_mp_ctx() 917 stop = strncmp(extra, "stop", 4); in rtw_mp_ctx() 918 payload = strncmp(extra, "payload=", 8); in rtw_mp_ctx() 929 if (strncmp(extra, "payload=prbs9", 14) == 0) { in rtw_mp_ctx() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/ |
| H A D | ioctl_mp.c | 708 MsetPower = strncmp(input, "off", 3); in rtw_mp_txpower() 911 countPkTx = strncmp(extra, "count=", 5); /* strncmp TRUE is 0*/ in rtw_mp_ctx() 912 cotuTx = strncmp(extra, "background", 20); in rtw_mp_ctx() 913 CarrSprTx = strncmp(extra, "background,cs", 20); in rtw_mp_ctx() 914 scTx = strncmp(extra, "background,sc", 20); in rtw_mp_ctx() 915 sgleTx = strncmp(extra, "background,stone", 20); in rtw_mp_ctx() 916 pkTx = strncmp(extra, "background,pkt", 20); in rtw_mp_ctx() 917 stop = strncmp(extra, "stop", 4); in rtw_mp_ctx() 918 payload = strncmp(extra, "payload=", 8); in rtw_mp_ctx() 929 if (strncmp(extra, "payload=prbs9", 14) == 0) { in rtw_mp_ctx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/ |
| H A D | ioctl_mp.c | 709 MsetPower = strncmp(input, "off", 3); in rtw_mp_txpower() 912 countPkTx = strncmp(extra, "count=", 5); /* strncmp TRUE is 0*/ in rtw_mp_ctx() 913 cotuTx = strncmp(extra, "background", 20); in rtw_mp_ctx() 914 CarrSprTx = strncmp(extra, "background,cs", 20); in rtw_mp_ctx() 915 scTx = strncmp(extra, "background,sc", 20); in rtw_mp_ctx() 916 sgleTx = strncmp(extra, "background,stone", 20); in rtw_mp_ctx() 917 pkTx = strncmp(extra, "background,pkt", 20); in rtw_mp_ctx() 918 stop = strncmp(extra, "stop", 4); in rtw_mp_ctx() 919 payload = strncmp(extra, "payload=", 8); in rtw_mp_ctx() 930 if (strncmp(extra, "payload=prbs9", 14) == 0) { in rtw_mp_ctx() [all …]
|