Searched refs:strcmp (Results 3776 - 3800 of 7975) sorted by relevance
1...<<151152153154155156157158159160>>...319
/kernel/linux/linux-5.10/drivers/firmware/broadcom/ |
H A D | bcm47xx_nvram.c | 210 if (!strcmp(name, buf)) in bcm47xx_nvram_gpio_pin()
|
/kernel/linux/linux-5.10/drivers/clk/socfpga/ |
H A D | clk-gate-a10.c | 14 #define streq(a, b) (strcmp((a), (b)) == 0)
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | devtree.c | 44 if (!strcmp(m->method, method)) { in set_smp_ops_by_method()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | setup.c | 164 if (!strcmp(p, "off")) in early_parse_ps3flash()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | spram.c | 170 if (strcmp(type, "DSPRAM") == 0) { in probe_spram()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
H A D | efika.c | 205 if (strcmp(model, "EFIKA5K2")) in efika_probe()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | tau_6xx.c | 204 !strcmp(cur_cpu_spec->platform, "ppc750"); in TAU_init()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/ |
H A D | mpc832x_rdb.c | 71 if (prop && !strcmp(prop, "cpu-qe")) in of_fsl_spi_probe()
|
H A D | mpc836x_mds.c | 177 if (mode && !strcmp(mode, "peripheral")) { in mpc836x_usb_cfg()
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | physmem.c | 186 if (!strcmp(region->driver, driver)) { in find_iomem()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | string_32.h | 22 extern int strcmp(const char *cs, const char *ct);
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | string.h | 44 int strcmp(const char *s1, const char *s2);
|
/kernel/linux/linux-5.10/arch/sparc/vdso/ |
H A D | vdso2c.h | 90 if (!strcmp(name, required_syms[k].name)) { in go()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | daemon_user.c | 136 if (!strcmp(pri->sock_type, "unix")) in daemon_user_init()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | sr_device.c | 122 if (!(strcmp(sr_data->name, "smartreflex_mpu"))) { in sr_init_by_name()
|
H A D | voltage.c | 282 if (!strcmp(name, temp_voltdm->name)) { in _voltdm_lookup()
|
/kernel/linux/linux-5.10/arch/arm/mach-shmobile/ |
H A D | setup-rcar-gen2.c | 141 if (type == NULL || strcmp(type, "memory")) in rcar_gen2_scan_mem()
|
/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()
|
Completed in 16 milliseconds
1...<<151152153154155156157158159160>>...319