/kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
H A D | olpc_dt.c | 230 if (strcmp(p, compat) == 0) in olpc_dt_compatible_match()
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | restrict.c | 44 } else if (strcmp(str, "builtin") == 0) { in ca_keys_setup()
|
/kernel/linux/linux-5.10/drivers/block/zram/ |
H A D | zcomp.c | 82 if (!strcmp(comp, backends[i])) { in zcomp_available_show()
|
/kernel/linux/linux-5.10/drivers/clk/samsung/ |
H A D | clk-exynos5-subcmu.c | 166 if (strcmp(cmu[i]->pd_name, name) == 0) in exynos5_clk_probe()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | spram.c | 170 if (strcmp(type, "DSPRAM") == 0) { in probe_spram()
|
/kernel/linux/linux-6.6/arch/arm/mach-shmobile/ |
H A D | setup-rcar-gen2.c | 140 if (type == NULL || strcmp(type, "memory")) in rcar_gen2_scan_mem()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | voltage.c | 282 if (!strcmp(name, temp_voltdm->name)) { in _voltdm_lookup()
|
H A D | sr_device.c | 120 if (!(strcmp(sr_data->name, "smartreflex_mpu"))) { in sr_init_by_name()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/ |
H A D | efika.c | 202 if (strcmp(model, "EFIKA5K2")) in efika_probe()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | tau_6xx.c | 201 !strcmp(cur_cpu_spec->platform, "ppc750"); in TAU_init()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/83xx/ |
H A D | mpc832x_rdb.c | 74 if (prop && !strcmp(prop, "cpu-qe")) in of_fsl_spi_probe()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
H A D | tsc_msrs_test.c | 88 TEST_ASSERT(!strcmp((const char *)uc.args[0], "hello") && in run_vcpu()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | string.h | 42 int strcmp(const char *s1, const char *s2);
|
/kernel/linux/linux-6.6/arch/sparc/vdso/ |
H A D | vdso2c.h | 90 if (!strcmp(name, required_syms[k].name)) { in go()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | daemon_user.c | 136 if (!strcmp(pri->sock_type, "unix")) in daemon_user_init()
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | physmem.c | 186 if (!strcmp(region->driver, driver)) { in find_iomem()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-exception-store.c | 27 if (!strcmp(name, type->name)) in __find_exception_store_type()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | resistive-adc-touch.c | 121 if (!strcmp(chan->channel->datasheet_name, "pressure")) in grts_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_hwinfo.c | 65 * been strcmp(3) sorted (yes, please use bsearch(3) on the table). 269 if (strcmp(key, lookup) == 0) in nfp_hwinfo_lookup()
|
/kernel/linux/linux-5.10/drivers/i2c/muxes/ |
H A D | i2c-mux-pinctrl.c | 129 if (strcmp(name, "idle")) in i2c_mux_pinctrl_probe()
|
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | ucd9200.c | 110 if (chip != ucd9200 && strcmp(client->name, mid->name) != 0) in ucd9200_probe()
|
/kernel/linux/linux-5.10/drivers/iio/ |
H A D | industrialio-sw-trigger.c | 35 if (!strcmp(iter->name, name)) { in __iio_find_sw_trigger_type()
|
H A D | industrialio-sw-device.c | 35 if (!strcmp(iter->name, name)) { in __iio_find_sw_device_type()
|
/kernel/linux/linux-5.10/drivers/soc/imx/ |
H A D | soc-imx8m.c | 227 if (strcmp(soc_dev_attr->revision, "unknown")) in imx8_soc_init()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sim710.c | 176 if(strcmp(edev->id.sig, "HWP0C80") == 0) { in sim710_eisa_probe()
|