/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()
|
/third_party/f2fs-tools/tools/ |
H A D | f2fscrypt.c | 588 if (strcmp(keyring, keyrings[x].name) == 0) { in get_keyring_id() 670 if (strcmp(mnt->mnt_type, "f2fs") || in get_default_salts() 899 if (strcmp(p->cmd_name, argv[1]) == 0) { in do_help() 929 if (strcmp(cmd->cmd_name, argv[1]) == 0) { in main()
|
/third_party/elfutils/src/ |
H A D | elfcmp.c | 304 || strcmp (sname1, sname2) != 0)) in main() 312 if ((sname1 != NULL && strcmp (sname1, ".gnu_debuglink") == 0) in main() 313 || (sname1 != NULL && strcmp (sname1, ".gnu.prelink_undo") == 0)) in main() 378 || strcmp (name1, name2) != 0 in main()
|
/third_party/ffmpeg/libavformat/ |
H A D | sdp.c | 66 if (ttl > 0 && !strcmp(dest_type, "IP4")) { in sdp_write_address() 134 if (strcmp(proto, "rtp") && strcmp(proto, "srtp")) { in sdp_get_address() 862 if (!strcmp(dst_type, "IP6")) { in av_sdp_create()
|
/third_party/backends/backend/ |
H A D | test-picture.c | 65 if (strcmp (test_device->val[opt_test_picture].s, "Solid black") == 0 in init_picture_buffer() 66 || strcmp (test_device->val[opt_test_picture].s, "Solid white") == 0) in init_picture_buffer() 84 if (strcmp (test_device->val[opt_test_picture].s, "Solid black") == 0) in init_picture_buffer() 109 if (strcmp (test_device->val[opt_test_picture].s, "Grid") == 0) in init_picture_buffer()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rtld.c | 124 if ((symbol->part_idx == ~0u || symbol->part_idx == part_idx) && !strcmp(name, symbol->name)) in find_symbol() 221 if (!strcmp(s.name, "__lds_end")) { in read_private_lds_symbols() 365 if (!strcmp(s->name, ".text")) in ac_rtld_open() 498 if (s->name && !strcmp(name, s->name)) { in get_section_by_name()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_goto_ifs.c | 388 strcmp(routing->brk.fork->path_var->name, "path_continue"))); in loop_routing_end() 398 strcmp(routing->brk.fork->path_var->name, "path_break"))); in loop_routing_end() 810 strcmp(in_path.fork->path_var->name, "path_select"))); in select_blocks() 830 assert(!(routing->regular.fork->is_var && strcmp( in plant_levels()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_constant_expression.cpp | 1188 if (strcmp(this->function_name(), "noise1") == 0 || in constant_expression_value() 1189 strcmp(this->function_name(), "noise2") == 0 || in constant_expression_value() 1190 strcmp(this->function_name(), "noise3") == 0 || in constant_expression_value() 1191 strcmp(this->function_name(), "noise4") == 0) in constant_expression_value()
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_openmetrics_export.c | 559 if (!strcmp(pss->proxy_path, apss->proxy_path)) in omc_lws_om_get_other_side_pss_client() 623 assert(!strcmp(vhd->bind_partner_vhd->sanity, "isws")); in callback_lws_openmetrics_prox_agg() 663 if (!strcmp((const char *)in, apss->proxy_path)) { in callback_lws_openmetrics_prox_agg() 799 assert(!strcmp(vhd->bind_partner_vhd->sanity, "isagg")); in callback_lws_openmetrics_prox_server()
|