Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/Linux-v5.10/tools/perf/arch/x86/annotate/
Dinstructions.c150 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/
Dmachtype.c27 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/
Dtegra186_dspk.c35 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 …]
Dtegra210_dmic.c165 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 …]
Dtegra210_i2s.c322 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 …]
Dtegra210_admaif.c435 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/
Dspectre_v2.c105 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/
Dprom.c28 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/
Dmachtype.c45 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/
Dearly_console.c93 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/
Dstrstr_32.c5 char *strstr(const char *cs, const char *ct) in strstr() function
33 EXPORT_SYMBOL(strstr);
/Linux-v5.10/arch/powerpc/platforms/powermac/
Dsetup.c326 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/
Dfs_enet_pd.h156 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()
Dfs_uart_pd.h64 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/
Dplatform.c508 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/
Dmalta-setup.c104 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/
Dkvm-stat.c158 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/
Dreference_tracking.c31 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/
Dinit_32.c90 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/
Dsysfs.c171 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/
Dinit.c145 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/
Duser_syms.c13 #undef strstr
24 EXPORT_SYMBOL(strstr);
/Linux-v5.10/drivers/firmware/
Dpcdp.c100 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/
Dkunit-test.c427 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/
Dsetup.c121 if ((strstr(arcs_cmdline, "console=")) == NULL) { in build_arcs_cmdline()
130 if ((strstr(arcs_cmdline, "rdinit=")) == NULL) { in build_arcs_cmdline()

12345678910>>...12