/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_wx.c | 336 strcmp((*crypt)->ops->name, "WEP") != 0) { in ieee80211_wx_set_encode() 689 if (strcmp(crypt->ops->name, "WEP") == 0) in ieee80211_wx_get_encode_ext() 691 else if (strcmp(crypt->ops->name, "TKIP")) in ieee80211_wx_get_encode_ext() 693 else if (strcmp(crypt->ops->name, "CCMP")) in ieee80211_wx_get_encode_ext()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_iblock.c | 133 if (!strcmp(bi->profile->name, "T10-DIF-TYPE3-IP") || in iblock_configure_device() 134 !strcmp(bi->profile->name, "T10-DIF-TYPE1-IP")) { in iblock_configure_device() 141 if (!strcmp(bi->profile->name, "T10-DIF-TYPE3-CRC")) { in iblock_configure_device() 143 } else if (!strcmp(bi->profile->name, "T10-DIF-TYPE1-CRC")) { in iblock_configure_device()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_compat.c | 42 if (strcmp(tablename, "nat") == 0) { in nft_compat_chain_validate_dependency() 835 if (strcmp(tg_name, XT_ERROR_TARGET) == 0 || in nft_target_select_ops() 836 strcmp(tg_name, XT_STANDARD_TARGET) == 0 || in nft_target_select_ops() 837 strcmp(tg_name, "standard") == 0) in nft_target_select_ops()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | da7219-aad.c | 551 if (!strcmp(str, "32ms_64ms")) { in da7219_aad_fw_jack_det_rate() 553 } else if (!strcmp(str, "64ms_128ms")) { in da7219_aad_fw_jack_det_rate() 555 } else if (!strcmp(str, "128ms_256ms")) { in da7219_aad_fw_jack_det_rate() 557 } else if (!strcmp(str, "256ms_512ms")) { in da7219_aad_fw_jack_det_rate()
|
/kernel/linux/linux-5.10/security/keys/encrypted-keys/ |
H A D | encrypted.c | 617 if (!strcmp(format, key_format_ecryptfs)) { in encrypted_key_alloc() 625 } else if (!strcmp(format, key_format_enc32)) { in encrypted_key_alloc() 729 if (!strcmp(format, key_format_ecryptfs)) in __ekey_init() 753 if (format && !strcmp(format, key_format_ecryptfs)) { in encrypted_init()
|
/kernel/linux/linux-5.10/init/ |
H A D | main.c | 404 if (strcmp(param, "bootconfig") == 0) { in bootconfig_params() 736 (strcmp(param, "console") == 0 && in do_early_param() 737 strcmp(p->str, "earlycon") == 0) in do_early_param() 1125 if (!strcmp(fn_name, entry->buf)) { in initcall_blacklisted()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events_filter.c | 837 return strcmp(str, r->pattern) == 0; in regex_match_full() 1160 if (strcmp(type, "char *") == 0 || strcmp(type, "const char *") == 0) in filter_assign_type() 1311 if (strcmp(field->name, "ip") != 0) { in parse_pred() 1899 if (!strcmp(strstrip(filter_string), "0")) { in apply_event_filter() 1960 if (!strcmp(strstrip(filter_string), "0")) { in apply_subsystem_event_filter() 2081 if (strcmp(field->name, "ip")) in ftrace_function_check_pred()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
H A D | test-drm_cmdline_parser.c | 661 FAIL_ON(strcmp(mode.name, "NTSC")); in drm_cmdline_test_name() 675 FAIL_ON(strcmp(mode.name, "NTSC")); in drm_cmdline_test_name_bpp() 737 FAIL_ON(strcmp(mode.name, "NTSC")); in drm_cmdline_test_name_option() 751 FAIL_ON(strcmp(mode.name, "NTSC")); in drm_cmdline_test_name_bpp_option()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | bq24257_charger.c | 793 if (strcmp(attr->attr.name, "high_impedance_enable") == 0) in bq24257_sysfs_show_enable() 795 else if (strcmp(attr->attr.name, "sysoff_enable") == 0) in bq24257_sysfs_show_enable() 819 if (strcmp(attr->attr.name, "high_impedance_enable") == 0) in bq24257_sysfs_set_enable() 821 else if (strcmp(attr->attr.name, "sysoff_enable") == 0) in bq24257_sysfs_set_enable()
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | super.c | 266 if (!strcmp(args[0].from, "none")) in parse_options() 298 if (!strcmp(errors, "continue")) { in parse_options() 302 } else if (!strcmp(errors, "remount-ro")) { in parse_options() 306 } else if (!strcmp(errors, "panic")) { in parse_options()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | super.c | 266 if (!strcmp(args[0].from, "none")) in parse_options() 297 if (!strcmp(errors, "continue")) { in parse_options() 301 } else if (!strcmp(errors, "remount-ro")) { in parse_options() 305 } else if (!strcmp(errors, "panic")) { in parse_options()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_wx.c | 334 strcmp((*crypt)->ops->name, "WEP") != 0) { in ieee80211_wx_set_encode() 689 if (strcmp(crypt->ops->name, "WEP") == 0) in ieee80211_wx_get_encode_ext() 691 else if (strcmp(crypt->ops->name, "TKIP") == 0) in ieee80211_wx_get_encode_ext() 693 else if (strcmp(crypt->ops->name, "CCMP") == 0) in ieee80211_wx_get_encode_ext()
|
/kernel/linux/linux-6.6/drivers/reset/ |
H A D | core.c | 892 if (!strcmp(name, dev_name(rcdev->dev))) in __reset_controller_by_name() 911 if (strcmp(lookup->dev_id, dev_id)) in __reset_control_get_from_lookup() 916 !strcmp(con_id, lookup->con_id))) { in __reset_control_get_from_lookup() 1262 if (!strcmp(lookup->dev_id, dev_id)) in reset_control_get_count_from_lookup()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | bq24257_charger.c | 791 if (strcmp(attr->attr.name, "high_impedance_enable") == 0) in bq24257_sysfs_show_enable() 793 else if (strcmp(attr->attr.name, "sysoff_enable") == 0) in bq24257_sysfs_show_enable() 817 if (strcmp(attr->attr.name, "high_impedance_enable") == 0) in bq24257_sysfs_set_enable() 819 else if (strcmp(attr->attr.name, "sysoff_enable") == 0) in bq24257_sysfs_set_enable()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_iblock.c | 151 if (!strcmp(bi->profile->name, "T10-DIF-TYPE3-IP") || in iblock_configure_device() 152 !strcmp(bi->profile->name, "T10-DIF-TYPE1-IP")) { in iblock_configure_device() 159 if (!strcmp(bi->profile->name, "T10-DIF-TYPE3-CRC")) { in iblock_configure_device() 161 } else if (!strcmp(bi->profile->name, "T10-DIF-TYPE1-CRC")) { in iblock_configure_device()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | swnode.c | 116 if (!strcmp(name, prop->name)) in property_entry_get() 484 if (!strcmp(childname, kobject_name(&child->kobj))) { in software_node_get_named_child_node() 636 if (swnode && !strcmp(swnode->node->name, "ports")) in software_node_graph_get_port_parent() 709 !strcmp(name, swnode->node->name)) { in software_node_find_by_name()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/ |
H A D | camss-csid.c | 105 if (!strcmp(clock->name, "csi0") || in csid_set_clock_rates() 106 !strcmp(clock->name, "csi1") || in csid_set_clock_rates() 107 !strcmp(clock->name, "csi2") || in csid_set_clock_rates() 108 !strcmp(clock->name, "csi3")) { in csid_set_clock_rates()
|
/kernel/linux/linux-6.6/drivers/phy/ |
H A D | phy-core.c | 107 if (pl->phy == phy && !strcmp(pl->dev_id, dev_id) && in phy_remove_lookup() 108 !strcmp(pl->con_id, con_id)) { in phy_remove_lookup() 124 if (!strcmp(p->dev_id, dev_id) && !strcmp(p->con_id, con_id)) { in phy_find()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq-debugfs.c | 143 if (strcmp(op, "run") == 0) { in queue_state_write() 145 } else if (strcmp(op, "start") == 0) { in queue_state_write() 147 } else if (strcmp(op, "kick") == 0) { in queue_state_write() 287 if (strcmp(op_str, "UNKNOWN") == 0) in __blk_mq_debugfs_rq_show()
|
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | relocs.c | 304 if (strcmp(symname, strtab + sym->st_name) == 0) in sym_lookup() 792 if (strcmp(sec_name(i), ".data..percpu")) in percpu_init() 830 strcmp(symname, "__init_begin") && in ElfW() 831 strcmp(symname, "__per_cpu_load") && in ElfW()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | mr75203.c | 589 if (!strcmp(reg_name, "common")) in pvt_get_regmap() 591 else if (!strcmp(reg_name, "ts")) in pvt_get_regmap() 593 else if (!strcmp(reg_name, "pd")) in pvt_get_regmap() 595 else if (!strcmp(reg_name, "vm")) in pvt_get_regmap()
|
/kernel/linux/linux-6.6/security/keys/encrypted-keys/ |
H A D | encrypted.c | 643 if (!strcmp(format, key_format_ecryptfs)) { in encrypted_key_alloc() 651 } else if (!strcmp(format, key_format_enc32)) { in encrypted_key_alloc() 755 if (!strcmp(format, key_format_ecryptfs)) in __ekey_init() 780 if (format && !strcmp(format, key_format_ecryptfs)) { in encrypted_init()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ |
H A D | kselftest_harness.h | 549 * ASSERT_STREQ(expected, measured): !strcmp(expected, measured) 560 * ASSERT_STRNE(expected, measured): strcmp(expected, measured) 667 * EXPECT_STREQ(expected, measured): !strcmp(expected, measured) 678 * EXPECT_STRNE(expected, measured): strcmp(expected, measured) 755 if (!(strcmp(__exp, __seen) _t 0)) { \ 1076 if (!strcmp(t->name, optarg)) in test_enabled() 1080 if (!strcmp(f->name, optarg)) in test_enabled() 1084 if (!strcmp(v->name, optarg)) in test_enabled()
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | imx-card.c | 600 if (!strcmp(link->codecs->dai_name, "ak4458-aif")) in imx_card_parse_of() 602 else if (!strcmp(link->codecs->dai_name, "ak4497-aif")) in imx_card_parse_of() 604 else if (!strcmp(link->codecs->dai_name, "ak5558-aif")) in imx_card_parse_of() 606 else if (!strcmp(link->codecs->dai_name, "ak5552-aif")) in imx_card_parse_of()
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8186/ |
H A D | mt8186-mt6366-rt1019-rt5682s.c | 319 if (!strcmp(rtd->dai_link->name, "I2S0") || in mt8186_sof_dai_link_fixup() 320 !strcmp(rtd->dai_link->name, "I2S1") || in mt8186_sof_dai_link_fixup() 321 !strcmp(rtd->dai_link->name, "I2S2")) in mt8186_sof_dai_link_fixup() 323 else if (!strcmp(rtd->dai_link->name, "I2S3")) in mt8186_sof_dai_link_fixup()
|