Home
last modified time | relevance | path

Searched refs:str2 (Results 1 – 21 of 21) sorted by relevance

/linux-6.15/sound/soc/sof/
H A Dipc3.c24 u8 *str2 = NULL; in ipc3_log_header() local
41 str2 = "COMP_NEW"; break; in ipc3_log_header()
43 str2 = "COMP_FREE"; break; in ipc3_log_header()
47 str2 = "PIPE_NEW"; break; in ipc3_log_header()
72 str2 = "CLK_SET"; break; in ipc3_log_header()
74 str2 = "CLK_GET"; break; in ipc3_log_header()
76 str2 = "CLK_REQ"; break; in ipc3_log_header()
80 str2 = "GATE"; break; in ipc3_log_header()
138 str2 = "CONFIG"; break; in ipc3_log_header()
186 str2 = "INIT"; break; in ipc3_log_header()
[all …]
H A Dipc4.c187 const u8 *str2 = NULL; in sof_ipc4_log_header() local
216 str2 = ipc4_dbg_notification_type[notif]; in sof_ipc4_log_header()
217 if (!str2) in sof_ipc4_log_header()
218 str2 = "Unknown Global notification"; in sof_ipc4_log_header()
222 if (str2) { in sof_ipc4_log_header()
225 text, msg->primary, msg->extension, str, str2, in sof_ipc4_log_header()
229 msg->extension, str, str2); in sof_ipc4_log_header()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_global_data.c49 static char str2[32]; variable
89 test_reloc(string, 2, str2); in load_static_data()
92 __builtin_memcpy(&str2[2], "hello", sizeof("hello")); in load_static_data()
93 test_reloc(string, 4, str2); in load_static_data()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dprobe_read_user_str.c6 static const char str2[] = "mestringalittlebigger"; variable
64 if (test_one_str(skel, str2, sizeof(str2))) in test_probe_read_user_str()
H A Dvarlen.c19 const char str2[] = "World!"; in test_varlen() local
22 const int size2 = sizeof(str2); in test_varlen()
38 memcpy(bss->buf_in2, str2, size2); in test_varlen()
/linux-6.15/tools/lib/bpf/
H A Dstrset.c34 const char *str2 = s->strs_data + key2; in strset_equal_fn() local
36 return strcmp(str1, str2) == 0; in strset_equal_fn()
/linux-6.15/arch/x86/boot/
H A Dstring.c48 int strcmp(const char *str1, const char *str2) in strcmp() argument
51 const unsigned char *s2 = (const unsigned char *)str2; in strcmp()
H A Dstring.h21 extern int strcmp(const char *str1, const char *str2);
H A Dboot.h305 int strcmp(const char *str1, const char *str2);
/linux-6.15/drivers/target/iscsi/
H A Discsi_target_configfs.c161 char *str, *str2, *ip_str, *port_str; in lio_target_call_addnptotpg() local
175 str2 = strstr(str, "]"); in lio_target_call_addnptotpg()
176 if (!str2) { in lio_target_call_addnptotpg()
183 *str2 = '\0'; /* Terminate the unbracketed IPv6 address */ in lio_target_call_addnptotpg()
184 str2++; /* Skip over the \0 */ in lio_target_call_addnptotpg()
186 port_str = strstr(str2, ":"); in lio_target_call_addnptotpg()
/linux-6.15/drivers/staging/rtl8723bs/include/
H A Dhal_com.h148 bool eqNByte(u8 *str1, u8 *str2, u32 num);
/linux-6.15/tools/perf/util/
H A Dannotate.c2312 static unsigned int parse_percent_type(char *str1, char *str2) in parse_percent_type() argument
2317 if (!strcmp("local", str2)) in parse_percent_type()
2319 else if (!strcmp("global", str2)) in parse_percent_type()
2324 if (!strcmp("local", str2)) in parse_percent_type()
2326 else if (!strcmp("global", str2)) in parse_percent_type()
2337 char *str1, *str2; in annotate_parse_percent_type() local
2344 str2 = strchr(str1, '-'); in annotate_parse_percent_type()
2345 if (!str2) in annotate_parse_percent_type()
2348 *str2++ = 0; in annotate_parse_percent_type()
2350 type = parse_percent_type(str1, str2); in annotate_parse_percent_type()
[all …]
/linux-6.15/drivers/ata/
H A Dahci_imx.c299 u32 str1, str2, str3, str4; in __sata_ahci_read_temperature() local
333 str2 = (rtune_ctl_reg) & 0x3; in __sata_ahci_read_temperature()
363 rtune_ctl_reg = (rtune_ctl_reg & 0xFFC) | (str2); in __sata_ahci_read_temperature()
/linux-6.15/scripts/kconfig/
H A Dexpr.c894 const char *str1, *str2; in __expr_calc_value() local
929 str2 = sym_get_string_value(e->right.sym); in __expr_calc_value()
933 k2 = expr_parse_string(str2, e->right.sym->type, &rval); in __expr_calc_value()
937 res = strcmp(str1, str2); in __expr_calc_value()
/linux-6.15/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c825 bool eqNByte(u8 *str1, u8 *str2, u32 num) in eqNByte() argument
831 if (str1[num] != str2[num]) in eqNByte()
/linux-6.15/tools/testing/selftests/bpf/
H A Dveristat.c977 const char **str2 = (const char **)b; in str_cmp() local
979 return strcmp(*str1, *str2); in str_cmp()
1840 const char *str1 = NULL, *str2 = NULL; in cmp_join_stat() local
1845 fetch_join_stat_value(s2, id, var, &str2, &v2); in cmp_join_stat()
1853 cmp = strcmp(str1, str2); in cmp_join_stat()
/linux-6.15/drivers/target/
H A Dtarget_core_configfs.c3559 char *se_plugin_str, *str, *str2; in target_core_call_addhbatotarget() local
3583 str2 = strstr(str+1, "_"); in target_core_call_addhbatotarget()
3584 if (str2) { in target_core_call_addhbatotarget()
3585 *str2 = '\0'; /* Terminate for *se_plugin_str */ in target_core_call_addhbatotarget()
3586 str2++; /* Skip to start of plugin dependent ID */ in target_core_call_addhbatotarget()
3587 str = str2; in target_core_call_addhbatotarget()
/linux-6.15/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py73 def strcspn(str1, str2): argument
76 if str2.find(char) != -1:
82 def strspn(str1, str2): argument
85 if str2.find(char) == -1:
/linux-6.15/drivers/gpu/drm/sti/
H A Dsti_hdmi.c600 #define DBGFS_PRINT_STR(str1, str2) seq_printf(s, "%-24s %s\n", str1, str2) argument
/linux-6.15/drivers/media/platform/st/sti/delta/
H A Ddelta-v4l2.c1315 unsigned char str2[100] = ""; in delta_vb2_au_start_streaming() local
1379 delta_frameinfo_str(frameinfo, str2, sizeof(str2))); in delta_vb2_au_start_streaming()
/linux-6.15/scripts/
H A Dcheckpatch.pl687 my ($str1, $str2) = @_;
689 $str2 = lc($str2);
691 $str2 =~ s/-//g;
693 my $len2 = length($str2);
702 } elsif (substr($str1, $i-1, 1) eq substr($str2, $j-1, 1)) {