/Linux-v5.10/tools/perf/arch/x86/annotate/ |
D | instructions.c | 150 if (arch->family != 6 || arch->model < 0x1e || strstr(ins2, "jmp")) in x86__ins_is_fused() 155 if ((strstr(ins1, "cmp") && !strstr(ins1, "xchg")) || in x86__ins_is_fused() 156 strstr(ins1, "test")) { in x86__ins_is_fused() 161 if ((strstr(ins1, "cmp") && !strstr(ins1, "xchg")) || in x86__ins_is_fused() 162 strstr(ins1, "test") || in x86__ins_is_fused() 163 strstr(ins1, "add") || in x86__ins_is_fused() 164 strstr(ins1, "sub") || in x86__ins_is_fused() 165 strstr(ins1, "and") || in x86__ins_is_fused() 166 strstr(ins1, "inc") || in x86__ins_is_fused() 167 strstr(ins1, "dec")) { in x86__ins_is_fused()
|
/Linux-v5.10/arch/mips/loongson2ef/lemote-2f/ |
D | machtype.c | 27 if (strstr(arcs_cmdline, "PMON_VER=LM")) { in mach_prom_init_machtype() 28 if (strstr(arcs_cmdline, "PMON_VER=LM8")) in mach_prom_init_machtype() 30 else if (strstr(arcs_cmdline, "PMON_VER=LM6")) in mach_prom_init_machtype() 32 else if (strstr(arcs_cmdline, "PMON_VER=LM9")) in mach_prom_init_machtype()
|
/Linux-v5.10/sound/soc/tegra/ |
D | tegra186_dspk.c | 35 if (strstr(kcontrol->id.name, "FIFO Threshold")) in tegra186_dspk_get_control() 37 else if (strstr(kcontrol->id.name, "OSR Value")) in tegra186_dspk_get_control() 39 else if (strstr(kcontrol->id.name, "LR Polarity Select")) in tegra186_dspk_get_control() 41 else if (strstr(kcontrol->id.name, "Channel Select")) in tegra186_dspk_get_control() 43 else if (strstr(kcontrol->id.name, "Mono To Stereo")) in tegra186_dspk_get_control() 45 else if (strstr(kcontrol->id.name, "Stereo To Mono")) in tegra186_dspk_get_control() 58 if (strstr(kcontrol->id.name, "FIFO Threshold")) in tegra186_dspk_put_control() 60 else if (strstr(kcontrol->id.name, "OSR Value")) in tegra186_dspk_put_control() 62 else if (strstr(kcontrol->id.name, "LR Polarity Select")) in tegra186_dspk_put_control() 64 else if (strstr(kcontrol->id.name, "Channel Select")) in tegra186_dspk_put_control() [all …]
|
D | tegra210_dmic.c | 165 if (strstr(kcontrol->id.name, "Boost Gain Volume")) in tegra210_dmic_get_control() 167 else if (strstr(kcontrol->id.name, "Channel Select")) in tegra210_dmic_get_control() 169 else if (strstr(kcontrol->id.name, "Mono To Stereo")) in tegra210_dmic_get_control() 171 else if (strstr(kcontrol->id.name, "Stereo To Mono")) in tegra210_dmic_get_control() 173 else if (strstr(kcontrol->id.name, "OSR Value")) in tegra210_dmic_get_control() 175 else if (strstr(kcontrol->id.name, "LR Polarity Select")) in tegra210_dmic_get_control() 188 if (strstr(kcontrol->id.name, "Boost Gain Volume")) in tegra210_dmic_put_control() 190 else if (strstr(kcontrol->id.name, "Channel Select")) in tegra210_dmic_put_control() 192 else if (strstr(kcontrol->id.name, "Mono To Stereo")) in tegra210_dmic_put_control() 194 else if (strstr(kcontrol->id.name, "Stereo To Mono")) in tegra210_dmic_put_control() [all …]
|
D | tegra210_i2s.c | 322 if (strstr(kcontrol->id.name, "Loopback")) in tegra210_i2s_get_control() 324 else if (strstr(kcontrol->id.name, "FSYNC Width")) in tegra210_i2s_get_control() 326 else if (strstr(kcontrol->id.name, "Capture Stereo To Mono")) in tegra210_i2s_get_control() 328 else if (strstr(kcontrol->id.name, "Capture Mono To Stereo")) in tegra210_i2s_get_control() 330 else if (strstr(kcontrol->id.name, "Playback Stereo To Mono")) in tegra210_i2s_get_control() 332 else if (strstr(kcontrol->id.name, "Playback Mono To Stereo")) in tegra210_i2s_get_control() 334 else if (strstr(kcontrol->id.name, "Playback FIFO Threshold")) in tegra210_i2s_get_control() 336 else if (strstr(kcontrol->id.name, "BCLK Ratio")) in tegra210_i2s_get_control() 349 if (strstr(kcontrol->id.name, "Loopback")) { in tegra210_i2s_put_control() 356 } else if (strstr(kcontrol->id.name, "FSYNC Width")) { in tegra210_i2s_put_control() [all …]
|
D | tegra210_admaif.c | 435 if (strstr(kcontrol->id.name, "Playback Mono To Stereo")) in tegra_admaif_get_control() 437 else if (strstr(kcontrol->id.name, "Capture Mono To Stereo")) in tegra_admaif_get_control() 439 else if (strstr(kcontrol->id.name, "Playback Stereo To Mono")) in tegra_admaif_get_control() 441 else if (strstr(kcontrol->id.name, "Capture Stereo To Mono")) in tegra_admaif_get_control() 455 if (strstr(kcontrol->id.name, "Playback Mono To Stereo")) in tegra_admaif_put_control() 457 else if (strstr(kcontrol->id.name, "Capture Mono To Stereo")) in tegra_admaif_put_control() 459 else if (strstr(kcontrol->id.name, "Playback Stereo To Mono")) in tegra_admaif_put_control() 461 else if (strstr(kcontrol->id.name, "Capture Stereo To Mono")) in tegra_admaif_put_control()
|
/Linux-v5.10/tools/testing/selftests/powerpc/security/ |
D | spectre_v2.c | 105 if (strstr(buf, "Vulnerable")) in get_sysfs_state() 107 else if (strstr(buf, "Not affected")) in get_sysfs_state() 109 else if (strstr(buf, "Indirect branch serialisation (kernel only)")) in get_sysfs_state() 111 else if (strstr(buf, "Indirect branch cache disabled")) in get_sysfs_state() 113 else if (strstr(buf, "Software count cache flush (hardware accelerated)")) in get_sysfs_state() 115 else if (strstr(buf, "Software count cache flush")) in get_sysfs_state() 117 else if (strstr(buf, "Branch predictor state flush")) in get_sysfs_state()
|
/Linux-v5.10/arch/mips/loongson32/common/ |
D | prom.c | 28 if (strstr(arcs_cmdline, "console=ttyS3")) in prom_init() 30 else if (strstr(arcs_cmdline, "console=ttyS2")) in prom_init() 32 else if (strstr(arcs_cmdline, "console=ttyS1")) in prom_init()
|
/Linux-v5.10/arch/mips/loongson2ef/common/ |
D | machtype.c | 45 p = strstr(arcs_cmdline, "machtype="); in prom_init_machtype() 53 p = strstr(str, " "); in prom_init_machtype() 58 if (strstr(system_types[machtype], str)) { in prom_init_machtype()
|
/Linux-v5.10/arch/mips/pic32/pic32mzda/ |
D | early_console.c | 93 s = strstr(arch_cmdline, "earlyprintk="); in get_port_from_cmdline() 95 s = strstr(s, "ttyS"); in get_port_from_cmdline() 116 s = strstr(arch_cmdline, "earlyprintk="); in get_baud_from_cmdline() 118 s = strstr(s, "ttyS"); in get_baud_from_cmdline()
|
/Linux-v5.10/arch/x86/lib/ |
D | strstr_32.c | 5 char *strstr(const char *cs, const char *ct) in strstr() function 33 EXPORT_SYMBOL(strstr);
|
/Linux-v5.10/arch/powerpc/platforms/powermac/ |
D | setup.c | 326 if (strstr(boot_command_line, "adb_sync")) { in pmac_setup_arch() 365 p = strstr(boot_command_line, "root="); in note_bootable_part() 453 if (strstr(boot_command_line, "btextdbg")) { in pmac_init() 462 udbg_scc_init(!!strstr(boot_command_line, "sccdbg")); in pmac_init() 463 udbg_adb_init(!!strstr(boot_command_line, "btextdbg")); in pmac_init() 532 if (strstr(boot_command_line, "console=")) { in check_pmac_serial_console()
|
/Linux-v5.10/include/linux/ |
D | fs_enet_pd.h | 156 if(strstr(fpi->fs_type, "SCC")) in fs_get_id() 158 if(strstr(fpi->fs_type, "FCC")) in fs_get_id() 160 if(strstr(fpi->fs_type, "FEC")) in fs_get_id()
|
D | fs_uart_pd.h | 64 if(strstr(fpi->fs_type, "SMC")) in fs_uart_get_id() 66 if(strstr(fpi->fs_type, "SCC")) in fs_uart_get_id()
|
/Linux-v5.10/arch/mips/ar7/ |
D | platform.c | 508 if (strstr(prid, "Fritz_Box_FON")) { in detect_leds() 511 } else if (strstr(prid, "Fritz_Box_")) { in detect_leds() 515 && usb_prod != NULL && strstr(usb_prod, "DSL-502T")) { in detect_leds() 518 } else if (strstr(prid, "DG834")) { in detect_leds() 521 } else if (strstr(prid, "CYWM") || strstr(prid, "CYWL")) { in detect_leds() 524 } else if (strstr(prid, "GT701")) { in detect_leds()
|
/Linux-v5.10/arch/mips/mti-malta/ |
D | malta-setup.c | 104 if (strstr(fw_getcmdline(), "iobcuncached")) { in plat_enable_iocoherency() 160 optptr = strstr(argptr, "pci_clock="); in pci_clock_check() 200 if (strstr(argptr, "debug")) { in bonito_quirks_setup()
|
/Linux-v5.10/tools/perf/arch/x86/util/ |
D | kvm-stat.c | 158 if (strstr(cpuid, "Intel")) { in cpu_isa_init() 161 } else if (strstr(cpuid, "AMD") || strstr(cpuid, "Hygon")) { in cpu_isa_init()
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | reference_tracking.c | 31 if (strstr(title, ".text") != NULL) in test_reference_tracking() 38 if (strstr(title, "fail") != NULL) { in test_reference_tracking()
|
/Linux-v5.10/arch/powerpc/mm/ |
D | init_32.c | 90 if (strstr(boot_command_line, "nobats")) { in MMU_setup() 94 if (strstr(boot_command_line, "noltlbs")) { in MMU_setup()
|
/Linux-v5.10/tools/thermal/tmon/ |
D | sysfs.c | 171 if (strstr(d_name, "trip_point") && in find_tzone_tp() 172 strstr(d_name, "temp")) { in find_tzone_tp() 314 temp_str = strstr(namelist[n]->d_name, "cdev"); in scan_tzones() 366 if (strstr(ptdata.cdi[k].type, ctrl_cdev)) { in scan_cdevs() 400 if (strstr(namelist[n]->d_name, CDEV)) { in probe_thermal_sysfs() 414 } else if (strstr(namelist[n]->d_name, TZONE)) { in probe_thermal_sysfs()
|
/Linux-v5.10/tools/testing/selftests/wireguard/qemu/ |
D | init.c | 145 start = strstr(line, "wireguard: "); in kmod_selftests() 150 if (strstr(start, "www.wireguard.com")) in kmod_selftests() 152 pass = strstr(start, ": pass"); in kmod_selftests()
|
/Linux-v5.10/arch/um/os-Linux/ |
D | user_syms.c | 13 #undef strstr 24 EXPORT_SYMBOL(strstr);
|
/Linux-v5.10/drivers/firmware/ |
D | pcdp.c | 100 if (strstr(cmdline, "console=hcdp")) { in efi_setup_pcdp_console() 103 } else if (strstr(cmdline, "console=")) { in efi_setup_pcdp_console()
|
/Linux-v5.10/lib/kunit/ |
D | kunit-test.c | 427 strstr(test->log, "put this in log.")); in kunit_log_test() 429 strstr(test->log, "this too.")); in kunit_log_test() 431 strstr(suite->log, "add to suite log.")); in kunit_log_test() 433 strstr(suite->log, "along with this.")); in kunit_log_test()
|
/Linux-v5.10/arch/mips/netlogic/xlr/ |
D | setup.c | 121 if ((strstr(arcs_cmdline, "console=")) == NULL) { in build_arcs_cmdline() 130 if ((strstr(arcs_cmdline, "rdinit=")) == NULL) { in build_arcs_cmdline()
|