Home
last modified time | relevance | path

Searched refs:strcmp (Results 1601 - 1625 of 4228) sorted by relevance

1...<<61626364656667686970>>...170

/kernel/linux/linux-6.6/drivers/firmware/
H A Dqemu_fw_cfg.c588 strcmp(f->name, FW_CFG_VMCOREINFO_FILENAME) == 0 && in fw_cfg_register_file()
837 res[0].flags = !strcmp(kp->name, "mmio") ? IORESOURCE_MEM : in fw_cfg_cmdline_set()
871 (!strcmp(kp->name, "mmio") ^ in fw_cfg_cmdline_get()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dadin.c454 } else if (strcmp(val, "25mhz-reference") == 0) { in adin_config_clk_out()
456 } else if (strcmp(val, "125mhz-free-running") == 0) { in adin_config_clk_out()
458 } else if (strcmp(val, "adaptive-free-running") == 0) { in adin_config_clk_out()
/kernel/linux/linux-6.6/drivers/net/ipa/
H A Dipa_main.c760 if (!strcmp(str, "modem")) in ipa_firmware_loader()
764 if (!strcmp(str, "skip")) in ipa_firmware_loader()
768 if (strcmp(str, "self")) in ipa_firmware_loader()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dchannel.c188 if (!strcmp("AA", ccode) || /* AA */ in brcms_c_country_valid()
189 !strcmp("ZZ", ccode) || /* ZZ */ in brcms_c_country_valid()
195 if (!strcmp("NA", ccode)) in brcms_c_country_valid()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dprocess.c996 if (!strcmp(str, "poll")) { in idle_setup()
1000 } else if (!strcmp(str, "halt")) { in idle_setup()
1010 } else if (!strcmp(str, "nomwait")) { in idle_setup()
/kernel/linux/linux-6.6/crypto/
H A Dadiantum.c475 if (strcmp(streamcipher_alg->base.cra_name, "xchacha12") != 0 && in adiantum_supported_algorithms()
476 strcmp(streamcipher_alg->base.cra_name, "xchacha20") != 0) in adiantum_supported_algorithms()
485 if (strcmp(hash_alg->base.cra_name, "nhpoly1305") != 0) in adiantum_supported_algorithms()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dpsb_intel_lvds.c533 if (!strcmp(property->name, "scaling mode")) { in psb_intel_lvds_set_property()
573 } else if (!strcmp(property->name, "backlight")) { in psb_intel_lvds_set_property()
580 } else if (!strcmp(property->name, "DPMS")) { in psb_intel_lvds_set_property()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Diwpm_msg.c414 if (strcmp(pm_msg->dev_name, dev_name) || in iwpm_register_pid_cb()
415 strcmp(iwpm_ulib_name, iwpm_name) || in iwpm_register_pid_cb()
710 if (strcmp(iwpm_ulib_name, iwpm_name) || in iwpm_mapping_info_cb()
/kernel/linux/linux-6.6/drivers/hyperhold/
H A Dhp_core.c149 if (!strcmp(filter_buf, "enable")) in enable_sysctl_handler()
151 else if (!strcmp(filter_buf, "disable")) in enable_sysctl_handler()
153 else if (!strcmp(filter_buf, "force_disable")) in enable_sysctl_handler()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-log.c28 if (!strcmp(name, log_type->name)) in __find_dirty_log_type()
387 if (!strcmp(argv[1], "sync")) in create_log_context()
389 else if (!strcmp(argv[1], "nosync")) in create_log_context()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstat.c541 if (strcmp(evsel__name(evsel_a), evsel__name(evsel_b))) in evsel__is_alias()
550 if (strcmp(evsel_a->unit, evsel_b->unit)) in evsel__is_alias()
556 return !!strcmp(evsel_a->pmu_name, evsel_b->pmu_name); in evsel__is_alias()
H A Dstat-shadow.c555 if (last_name && !strcmp(last_name, name)) { in perf_stat__print_metricgroup_header()
556 if (!need_full_name || !strcmp(last_pmu, evsel->pmu_name)) { in perf_stat__print_metricgroup_header()
616 if (strcmp(name, mexp->default_metricgroup_name)) in perf_stat__print_shadow_stats_metricgroup()
/kernel/linux/linux-6.6/sound/core/
H A Dinfo.c40 if (!strcmp(*xstr, str)) in snd_info_check_reserved_words()
535 if (!strcmp(card->id, card->proc_root->name)) in snd_info_card_register()
557 if (strcmp(card->id, card->proc_root->name)) in snd_info_card_id_change()
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H A Dmain.c185 cmp = strcmp(id->name, name); in btf_id__find()
207 cmp = strcmp(id->name, name); in btf_id__add()
408 } else if (!strcmp(name, BTF_IDS_SECTION)) { in elf_collect()
/kernel/linux/linux-6.6/net/devlink/
H A Dparam.c102 if (strcmp(param->name, devlink_param_generic[param->id].name)) in devlink_param_generic_verify()
118 if (!strcmp(param->name, devlink_param_generic[i].name)) in devlink_param_driver_verify()
131 if (!strcmp(param_item->param->name, param_name)) in devlink_param_find_by_name()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1652 if (strcmp(pregulation, "FCC") == 0) in _rtl8812ae_phy_set_txpower_limit()
1654 else if (strcmp(pregulation, "MKK") == 0) in _rtl8812ae_phy_set_txpower_limit()
1656 else if (strcmp(pregulation, "ETSI") == 0) in _rtl8812ae_phy_set_txpower_limit()
1658 else if (strcmp(pregulation, "WW13") == 0) in _rtl8812ae_phy_set_txpower_limit()
1661 if (strcmp(prate_section, "CCK") == 0) in _rtl8812ae_phy_set_txpower_limit()
1663 else if (strcmp(prate_section, "OFDM") == 0) in _rtl8812ae_phy_set_txpower_limit()
1665 else if (strcmp(prate_section, "HT") == 0 && in _rtl8812ae_phy_set_txpower_limit()
1666 strcmp(prf_path, "1T") == 0) in _rtl8812ae_phy_set_txpower_limit()
1668 else if (strcmp(prate_section, "HT") == 0 && in _rtl8812ae_phy_set_txpower_limit()
1669 strcmp(prf_pat in _rtl8812ae_phy_set_txpower_limit()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1651 if (strcmp(pregulation, "FCC") == 0) in _rtl8812ae_phy_set_txpower_limit()
1653 else if (strcmp(pregulation, "MKK") == 0) in _rtl8812ae_phy_set_txpower_limit()
1655 else if (strcmp(pregulation, "ETSI") == 0) in _rtl8812ae_phy_set_txpower_limit()
1657 else if (strcmp(pregulation, "WW13") == 0) in _rtl8812ae_phy_set_txpower_limit()
1660 if (strcmp(prate_section, "CCK") == 0) in _rtl8812ae_phy_set_txpower_limit()
1662 else if (strcmp(prate_section, "OFDM") == 0) in _rtl8812ae_phy_set_txpower_limit()
1664 else if (strcmp(prate_section, "HT") == 0 && in _rtl8812ae_phy_set_txpower_limit()
1665 strcmp(prf_path, "1T") == 0) in _rtl8812ae_phy_set_txpower_limit()
1667 else if (strcmp(prate_section, "HT") == 0 && in _rtl8812ae_phy_set_txpower_limit()
1668 strcmp(prf_pat in _rtl8812ae_phy_set_txpower_limit()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/
H A Dsundance.c626 if (strcmp (media[card_idx], "100mbps_fd") == 0 || in sundance_probe1()
627 strcmp (media[card_idx], "4") == 0) { in sundance_probe1()
630 } else if (strcmp (media[card_idx], "100mbps_hd") == 0 || in sundance_probe1()
631 strcmp (media[card_idx], "3") == 0) { in sundance_probe1()
634 } else if (strcmp (media[card_idx], "10mbps_fd") == 0 || in sundance_probe1()
635 strcmp (media[card_idx], "2") == 0) { in sundance_probe1()
638 } else if (strcmp (media[card_idx], "10mbps_hd") == 0 || in sundance_probe1()
639 strcmp (media[card_idx], "1") == 0) { in sundance_probe1()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/
H A Dmain.c1904 if (!strcmp(board_type_param, "fpga")) { in wl18xx_setup()
1906 } else if (!strcmp(board_type_param, "hdk")) { in wl18xx_setup()
1908 } else if (!strcmp(board_type_param, "dvp")) { in wl18xx_setup()
1910 } else if (!strcmp(board_type_param, "evb")) { in wl18xx_setup()
1912 } else if (!strcmp(board_type_param, "com8")) { in wl18xx_setup()
1948 if (!strcmp(ht_mode_param, "default")) in wl18xx_setup()
1950 else if (!strcmp(ht_mode_param, "wide")) in wl18xx_setup()
1952 else if (!strcmp(ht_mode_param, "siso20")) in wl18xx_setup()
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c600 if (!strcmp(name, "CONFIG")) { in tomoyo_set_mode()
619 if (strcmp(name + len, tomoyo_mac_keywords[i])) in tomoyo_set_mode()
695 if (!strcmp(data, "COMMENT")) { in tomoyo_write_profile()
710 if (!strcmp(data, "PREFERENCE")) { in tomoyo_write_profile()
897 if (!strcmp(data, "manage_by_non_root")) { in tomoyo_write_manager()
958 !strcmp(exe, ptr->manager->name))) { in tomoyo_manager()
2699 if (!strcmp(cp0, "reset")) { in tomoyo_write_control()
2715 if (!strcmp(cp0, "select transition_only")) { in tomoyo_write_control()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-kmem.c684 if (strcmp(gfp_compact_table[i].original, str)) in compact_gfp_flags()
1389 if (!strcmp(evsel__name(evsel), "kmem:mm_page_alloc") && in __cmd_kmem()
1668 if (!strcmp(slab_sorts[i]->name, tok)) { in slab_sort_dimension__add()
1688 if (!strcmp(page_sorts[i]->name, tok)) { in page_sort_dimension__add()
1879 if (!strcmp(var, "kmem.default")) { in kmem_config()
1880 if (!strcmp(value, "slab")) in kmem_config()
1882 else if (!strcmp(value, "page")) in kmem_config()
1992 if (!strcmp(argv[0], "stat")) { in cmd_kmem()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dcallchain.c321 if (!strcmp(var, "record-mode")) in perf_callchain_config()
323 if (!strcmp(var, "dump-size")) { in perf_callchain_config()
332 if (!strcmp(var, "print-type")){ in perf_callchain_config()
339 if (!strcmp(var, "order")){ in perf_callchain_config()
346 if (!strcmp(var, "sort-key")){ in perf_callchain_config()
353 if (!strcmp(var, "threshold")) { in perf_callchain_config()
360 if (!strcmp(var, "print-limit")) { in perf_callchain_config()
673 cmp = strcmp(left, right); in match_chain_strings()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_kprobe.c157 if (strcmp(buf, argv[0])) in trace_kprobe_match_command_head()
169 return strcmp(trace_probe_name(&tk->tp), event) == 0 && in trace_kprobe_match()
170 (!system || strcmp(trace_probe_group_name(&tk->tp), system) == 0) && in trace_kprobe_match()
312 if (strcmp(trace_probe_name(&tk->tp), event) == 0 && in find_trace_kprobe()
313 strcmp(trace_probe_group_name(&tk->tp), group) == 0) in find_trace_kprobe()
567 if (strcmp(trace_kprobe_symbol(orig), in trace_kprobe_has_same_kprobe()
577 if (strcmp(orig->tp.args[i].comm, in trace_kprobe_has_same_kprobe()
818 if (!strcmp(tmp, "%return")) { in trace_kprobe_create()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dsuper.c1022 if (!strcmp(option, "sync")) in parse_standard_option()
1086 if (!strcmp(name, "none")) in ubifs_parse_options()
1088 else if (!strcmp(name, "lzo")) in ubifs_parse_options()
1090 else if (!strcmp(name, "zlib")) in ubifs_parse_options()
1092 else if (!strcmp(name, "zstd")) in ubifs_parse_options()
1110 if (!strcmp(act, "report")) in ubifs_parse_options()
1112 else if (!strcmp(act, "read-only")) in ubifs_parse_options()
1114 else if (!strcmp(act, "panic")) in ubifs_parse_options()
/kernel/linux/linux-6.6/drivers/net/ethernet/dlink/
H A Dsundance.c628 if (strcmp (media[card_idx], "100mbps_fd") == 0 || in sundance_probe1()
629 strcmp (media[card_idx], "4") == 0) { in sundance_probe1()
632 } else if (strcmp (media[card_idx], "100mbps_hd") == 0 || in sundance_probe1()
633 strcmp (media[card_idx], "3") == 0) { in sundance_probe1()
636 } else if (strcmp (media[card_idx], "10mbps_fd") == 0 || in sundance_probe1()
637 strcmp (media[card_idx], "2") == 0) { in sundance_probe1()
640 } else if (strcmp (media[card_idx], "10mbps_hd") == 0 || in sundance_probe1()
641 strcmp (media[card_idx], "1") == 0) { in sundance_probe1()

Completed in 74 milliseconds

1...<<61626364656667686970>>...170