| /arch/powerpc/cpu/mpc83xx/ |
| A D | ecc.c | 125 if (strcmp(argv[1], "status") == 0) { in do_ecc() 138 if (strcmp(argv[1], "sbecnt") == 0) { in do_ecc() 167 if (strcmp(argv[2], "+sbe") == 0) { in do_ecc() 199 if (strcmp(argv[2], "mme") == 0) { in do_ecc() 201 } else if (strcmp(argv[2], "sbe") == 0) { in do_ecc() 243 if (strcmp(argv[2], "en") == 0) in do_ecc() 245 else if (strcmp(argv[2], "dis") == 0) in do_ecc() 257 if (strcmp(argv[2], "en") == 0) in do_ecc() 259 else if (strcmp(argv[2], "dis") == 0) in do_ecc() 269 if (strcmp(argv[1], "testdw") == 0) { in do_ecc() [all …]
|
| /arch/arm/mach-uniphier/dram/ |
| A D | cmd_ddrphy.c | 282 if (!strcmp(cmd, "wbdl") || !strcmp(cmd, "all")) in do_ddr() 285 if (!strcmp(cmd, "rbdl") || !strcmp(cmd, "all")) in do_ddr() 288 if (!strcmp(cmd, "wld") || !strcmp(cmd, "all")) in do_ddr() 291 if (!strcmp(cmd, "dqsgd") || !strcmp(cmd, "all")) in do_ddr() 294 if (!strcmp(cmd, "mdl") || !strcmp(cmd, "all")) in do_ddr() 297 if (!strcmp(cmd, "reg") || !strcmp(cmd, "all")) in do_ddr()
|
| A D | cmd_ddrmphy.c | 312 if (!strcmp(cmd, "zq") || !strcmp(cmd, "all")) in do_ddrm() 315 if (!strcmp(cmd, "wbdl") || !strcmp(cmd, "all")) in do_ddrm() 318 if (!strcmp(cmd, "rbdl") || !strcmp(cmd, "all")) in do_ddrm() 321 if (!strcmp(cmd, "wld") || !strcmp(cmd, "all")) in do_ddrm() 324 if (!strcmp(cmd, "dqsgd") || !strcmp(cmd, "all")) in do_ddrm() 327 if (!strcmp(cmd, "mdl") || !strcmp(cmd, "all")) in do_ddrm() 330 if (!strcmp(cmd, "reg") || !strcmp(cmd, "all")) in do_ddrm()
|
| /arch/arm/cpu/armv8/ |
| A D | spin_table.c | 28 if (!prop || strcmp(prop, "cpu")) in spin_table_update_dt() 37 if (!prop || strcmp(prop, "spin-table")) in spin_table_update_dt() 45 if (!prop || strcmp(prop, "cpu")) in spin_table_update_dt()
|
| /arch/arm/mach-imx/ |
| A D | cmd_bmode.c | 21 if (!strcmp(p->name, arg)) in search_modes() 74 if (!strcmp(argv[1], "getprisec")) in do_boot_mode() 80 if (strcmp(argv[2], "noreset")) in do_boot_mode()
|
| A D | video.c | 42 if (!strcmp(panel, displays[i].mode.name)) in board_video_skip() 60 if (!strcmp(displays[i].mode.name, "HDMI")) in board_video_skip()
|
| A D | cmd_mfgprot.c | 50 if (strcmp(sel, pubk) == 0) { in do_mfgprot() 68 } else if (strcmp(sel, sign) == 0) { in do_mfgprot()
|
| A D | fdt.c | 117 if (!strcmp(type, "critical")) in fixup_thermal_trips() 119 else if (!strcmp(type, "passive")) in fixup_thermal_trips()
|
| /arch/arm/mach-keystone/ |
| A D | cmd_clock.c | 106 if (strcmp(argv[2], "en") == 0) { in do_psc_cmd() 113 if (strcmp(argv[2], "di") == 0) { in do_psc_cmd() 120 if (strcmp(argv[2], "domain") == 0) { in do_psc_cmd()
|
| /arch/arm/mach-stm32mp/ |
| A D | ecdsa_romapi.c | 38 if (!strcmp(curve_name, "prime256v1")) in ecdsa_key_algo() 40 else if (!strcmp(curve_name, "brainpool256")) in ecdsa_key_algo()
|
| /arch/arm/mach-k3/r5/ |
| A D | common.c | 342 if (!strcmp(os, image_os_match[i])) { in board_fit_image_post_process() 354 strcmp(os, "tifsstub-hs")) || in board_fit_image_post_process() 356 strcmp(os, "tifsstub-fs")) || in board_fit_image_post_process() 358 strcmp(os, "tifsstub-gp"))) { in board_fit_image_post_process()
|
| /arch/arm/include/asm/arch-octeontx2/ |
| A D | soc.h | 20 #define otx_is_board(model) (!strcmp(read_board_name(), model))
|
| /arch/arm/include/asm/arch-octeontx/ |
| A D | soc.h | 19 #define otx_is_board(model) (!strcmp(read_board_name(), model))
|
| /arch/m68k/include/asm/ |
| A D | string.h | 23 extern int strcmp(const char *,const char *);
|
| /arch/powerpc/include/asm/ |
| A D | string.h | 21 extern int strcmp(const char *,const char *);
|
| /arch/x86/cpu/ivybridge/ |
| A D | sata.c | 56 if (!mode || !strcmp(mode, "ahci")) { in bd82x6x_sata_init() 99 } else if (!strcmp(mode, "combined")) { in bd82x6x_sata_init() 204 if (mode && !strcmp(mode, "ahci")) in bd82x6x_sata_enable()
|
| /arch/arm/mach-zynqmp/ |
| A D | mp.c | 352 if (!strcmp(argv[1], "lockstep") || !strcmp(argv[1], "0")) { in cpu_release() 369 } else if (!strcmp(argv[1], "split") || !strcmp(argv[1], "1")) { in cpu_release()
|
| A D | zynqmp.c | 154 if (!strcmp(argv[2], "lockstep") || !strcmp(argv[2], "0")) { in do_zynqmp_tcm_init() 156 } else if (!strcmp(argv[2], "split") || !strcmp(argv[2], "1")) { in do_zynqmp_tcm_init()
|
| /arch/riscv/include/asm/ |
| A D | string.h | 53 extern int strcmp(const char *, const char *);
|
| /arch/mips/include/asm/ |
| A D | string.h | 22 extern int strcmp(__const__ char *__cs, __const__ char *__ct);
|
| /arch/arm/mach-stm32mp/cmd_stm32prog/ |
| A D | cmd_stm32prog.c | 54 if (IS_ENABLED(CONFIG_CMD_STM32PROG_USB) && !strcmp(argv[1], "usb")) in do_stm32prog() 56 else if (IS_ENABLED(CONFIG_CMD_STM32PROG_SERIAL) && !strcmp(argv[1], "serial")) in do_stm32prog()
|
| /arch/microblaze/cpu/ |
| A D | cpuinfo.c | 94 if (!strcmp(entry->string, string)) in lookup_code()
|
| /arch/x86/cpu/ |
| A D | qfw_cpu.c | 33 if (!strcmp(pdev->name, "cpus")) in qemu_cpu_fixup()
|
| /arch/riscv/lib/ |
| A D | strcmp_zbb.S | 10 WEAK(strcmp)
|
| /arch/sh/include/asm/ |
| A D | string.h | 59 static inline int strcmp(const char *__cs, const char *__ct) in strcmp() function
|