/kernel/linux/linux-5.10/arch/m68k/atari/ |
H A D | config.c | 172 if (strcmp(p, "ikbd") == 0) { in atari_switches_setup() 175 } else if (strcmp(p, "midi") == 0) { in atari_switches_setup() 178 } else if (strcmp(p, "snd6") == 0) { in atari_switches_setup() 180 } else if (strcmp(p, "snd7") == 0) { in atari_switches_setup()
|
/kernel/linux/linux-5.10/arch/sparc/vdso/ |
H A D | vma.c | 78 if (!strcmp(snames+shdrs[i].sh_name, name)) { in one_section64() 110 if (!strcmp(e->dynstr + s->st_name, name)) in find_sym64() 146 if (!strcmp(snames+shdrs[i].sh_name, name)) { in one_section32() 178 if (!strcmp(e->dynstr + s->st_name, name)) in find_sym32()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | vio.c | 36 match &= !strcmp(matches->type, type); in vio_match_device() 120 if (!strcmp(vdev->type, "vnet-port")) in devspec_show() 122 else if (!strcmp(vdev->type, "vdc-port")) in devspec_show() 482 if (!strcmp(name, "domain-services")) { in vio_add_ds()
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm_ppi.c | 67 if (strcmp(chip->ppi_version, "1.2") < 0) in tpm_show_ppi_request() 139 if (strcmp(chip->ppi_version, "1.3") == 0) { in tpm_store_ppi_request() 146 } else if (strcmp(chip->ppi_version, "1.2") < 0) { in tpm_store_ppi_request() 202 if (strcmp(chip->ppi_version, "1.2") < 0) in tpm_show_ppi_transition_action()
|
/kernel/linux/linux-5.10/drivers/net/can/mscan/ |
H A D | mpc5xxx_can.c | 59 if (clock_name && strcmp(clock_name, "ip") == 0) in mpc52xx_can_get_clock() 146 if (!strcmp(clock_source, "ip")) in mpc512x_can_get_clock() 148 else if (!strcmp(clock_source, "sys")) in mpc512x_can_get_clock() 150 else if (!strcmp(clock_source, "ref")) in mpc512x_can_get_clock()
|
/kernel/linux/linux-6.6/arch/m68k/atari/ |
H A D | config.c | 173 if (strcmp(p, "ikbd") == 0) { in atari_switches_setup() 176 } else if (strcmp(p, "midi") == 0) { in atari_switches_setup() 179 } else if (strcmp(p, "snd6") == 0) { in atari_switches_setup() 181 } else if (strcmp(p, "snd7") == 0) { in atari_switches_setup()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | setup_64.c | 138 if (!strcmp(smt_enabled_cmdline, "on")) in check_smt_enabled() 140 else if (!strcmp(smt_enabled_cmdline, "off")) in check_smt_enabled() 158 if (!strcmp(smt_option, "on")) in check_smt_enabled() 160 else if (!strcmp(smt_option, "off")) in check_smt_enabled()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | init_64.c | 479 if (type == NULL || strcmp(type, "cpu") != 0) in dt_scan_mmu_pid_width() 533 if (strcmp(uname, "ibm,dynamic-reconfiguration-memory") == 0) { in probe_memory_block_size() 564 if (type == NULL || strcmp(type, "memory") != 0) in probe_memory_block_size() 593 if (compatible && !strcmp(compatible, "ibm,coherent-device-memory")) { in probe_memory_block_size()
|
/kernel/linux/linux-6.6/arch/sparc/vdso/ |
H A D | vma.c | 78 if (!strcmp(snames+shdrs[i].sh_name, name)) { in one_section64() 110 if (!strcmp(e->dynstr + s->st_name, name)) in find_sym64() 146 if (!strcmp(snames+shdrs[i].sh_name, name)) { in one_section32() 178 if (!strcmp(e->dynstr + s->st_name, name)) in find_sym32()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | vio.c | 36 match &= !strcmp(matches->type, type); in vio_match_device() 118 if (!strcmp(vdev->type, "vnet-port")) in devspec_show() 120 else if (!strcmp(vdev->type, "vdc-port")) in devspec_show() 480 if (!strcmp(name, "domain-services")) { in vio_add_ds()
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm_fcu_controls.c | 330 if (mpu0 && !strcmp(fan->ctrl.name, "cpu-front-fan-0")) { in wf_fcu_get_rpmfan_minmax() 335 if (mpu1 && !strcmp(fan->ctrl.name, "cpu-front-fan-1")) { in wf_fcu_get_rpmfan_minmax() 340 if (mpu0 && !strcmp(fan->ctrl.name, "cpu-rear-fan-0")) { in wf_fcu_get_rpmfan_minmax() 345 if (mpu1 && !strcmp(fan->ctrl.name, "cpu-rear-fan-1")) { in wf_fcu_get_rpmfan_minmax()
|
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | led-triggers.c | 107 hit = led_cdev->trigger && !strcmp(led_cdev->trigger->name, trig->name); in led_trigger_format() 256 if (!strcmp(led_cdev->default_trigger, trig->name) && in led_trigger_set_default() 294 if (!strcmp(_trig->name, trig->name) && in led_trigger_register() 310 !strcmp(led_cdev->default_trigger, trig->name) && in led_trigger_register()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-scmi.c | 308 if (!strcmp(name, smbus_cmi->methods->mt_info)) { in acpi_smbus_cmi_add_cap() 337 } else if (!strcmp(name, smbus_cmi->methods->mt_sbr)) in acpi_smbus_cmi_add_cap() 339 else if (!strcmp(name, smbus_cmi->methods->mt_sbw)) in acpi_smbus_cmi_add_cap() 382 if (!strcmp(id->id, acpi_device_hid(device))) in acpi_smbus_cmi_add()
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | rpaphp_core.c | 218 if (((drc_name == NULL) || (drc_name && !strcmp(drc_name, name_tmp))) && in rpaphp_check_drc_props_v1() 219 ((drc_type == NULL) || (drc_type && !strcmp(drc_type, type_tmp)))) in rpaphp_check_drc_props_v1() 260 (drc_name && !strcmp(drc_name, cell_drc_name))) && in rpaphp_check_drc_props_v2() 262 (drc_type && !strcmp(drc_type, drc.drc_type)))) in rpaphp_check_drc_props_v2()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_IDLETIMER.c | 56 if (!strcmp(label, entry->attr.attr.name)) in __idletimer_tg_find_by_label() 128 if (!strcmp(name, "power") || in idletimer_check_sysfs_name() 129 !strcmp(name, "subsystem") || in idletimer_check_sysfs_name() 130 !strcmp(name, "uevent")) in idletimer_check_sysfs_name()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | conf.c | 202 if (!line[1] || !strcmp(&line[1], "o")) in conf_sym() 214 if (!line[1] || !strcmp(&line[1], "es")) in conf_sym() 610 if ((strcmp(name, "") != 0) && (strcmp(name, "1") != 0)) { in main()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | max9867.c | 57 if (!strcmp(w->name, "ADCL")) in max9867_adc_dac_event() 59 else if (!strcmp(w->name, "ADCR")) in max9867_adc_dac_event() 61 else if (!strcmp(w->name, "DACL")) in max9867_adc_dac_event() 63 else if (!strcmp(w->name, "DACR")) in max9867_adc_dac_event()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-probe.c | 124 if (strcmp(buf, ".ko")) in set_target() 174 if (!strcmp(opt->long_name, "exec")) in opt_set_target() 176 else if (!strcmp(opt->long_name, "module")) in opt_set_target() 611 if (strcmp(argv[0], "-") == 0) { in __cmd_probe()
|
/kernel/linux/linux-5.10/sound/soc/qcom/ |
H A D | sdm845.c | 142 if (!strcmp(codec_dai->component->name_prefix, "Left")) { in sdm845_tdm_snd_hw_params() 154 if (!strcmp(codec_dai->component->name_prefix, "Right")) { in sdm845_tdm_snd_hw_params() 360 if (!strcmp(codec_dai->component->name_prefix, in sdm845_snd_startup() 371 if (!strcmp(codec_dai->component->name_prefix, in sdm845_snd_startup()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | pmu-events.c | 133 return !strcmp(reference, test); in is_same() 141 if (!strcmp(map->cpuid, "testcpu")) in __test_pmu_get_events_map() 177 if (strcmp(table->name, te->name)) in test_pmu_event_table() 261 if (!strcmp(test_event, alias->name)) in find_alias()
|
/kernel/linux/linux-5.10/drivers/video/logo/ |
H A D | pnmtologo.c | 473 if (!strcmp(optarg, "mono")) in main() 475 else if (!strcmp(optarg, "vga16")) in main() 477 else if (!strcmp(optarg, "clut224")) in main() 479 else if (!strcmp(optarg, "gray256")) in main()
|
/kernel/linux/linux-5.10/lib/ |
H A D | string.c | 377 * strcmp - Compare two strings 381 #undef strcmp macro 382 int strcmp(const char *cs, const char *ct) in strcmp() function 396 EXPORT_SYMBOL(strcmp); variable 746 if (!strcmp(item, string)) in match_string() 761 * Uses sysfs_streq instead of strcmp for matching.
|
/kernel/linux/linux-5.10/init/ |
H A D | do_mounts.c | 184 if (part->info && !strcmp(label, part->info->volname)) in match_dev_by_label() 269 if (strcmp(name, "nfs") == 0) in name_to_dev_t() 272 if (strcmp(name, "cifs") == 0) in name_to_dev_t() 275 if (strcmp(name, "ram") == 0) in name_to_dev_t()
|
/kernel/linux/linux-5.10/kernel/gcov/ |
H A D | fs.c | 245 if (info && (strcmp(gcov_info_filename(info), name) == 0)) in get_node_by_name() 514 if (strcmp(node->name, name) == 0) in get_child_by_name() 581 if (strcmp(curr, ".") == 0) in add_node() 583 if (strcmp(curr, "..") == 0) { in add_node()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | stackglue.c | 50 if (!strcmp(p->sp_name, name)) in ocfs2_stack_lookup() 69 if (strcmp(stack_name, cluster_stack_name)) { in ocfs2_stack_driver_request() 79 if (!strcmp(active_stack->sp_name, plugin_name)) in ocfs2_stack_driver_request() 129 if (strcmp(stack_name, OCFS2_STACK_PLUGIN_O2CB)) in ocfs2_stack_driver_get()
|