Searched refs:match_str (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | hda_component.c | 113 const char *match_str; member 132 snprintf(tmp, sizeof(tmp), p->match_str, p->hid, p->index); in hda_comp_match_dev_name() 150 const char *match_str, in hda_component_manager_init() argument 174 sm->match_str = match_str; in hda_component_manager_init()
|
| /linux/drivers/bus/ |
| H A D | arm-cci.c | 444 const char *match_str; in cci_probe_ports() local 468 &match_str)) { in cci_probe_ports() 473 is_ace = strcmp(match_str, "ace") == 0; in cci_probe_ports() 474 if (!is_ace && strcmp(match_str, "ace-lite")) { in cci_probe_ports()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ctx_rewrite.c | 230 static char *match_str(char *str, char *prefix) in match_str() function 516 pattern_next = match_str(pattern, reg_map[i][0]); in match_pattern() 520 text_next = match_str(text, reg_map[i][1]); in match_pattern()
|
| /linux/security/apparmor/ |
| H A D | apparmorfs.c | 697 const char *match_str, size_t match_len) in profile_query_cb() argument 705 if (rules->file->dfa && *match_str == AA_CLASS_FILE) { in profile_query_cb() 708 match_str + 1, match_len - 1); in profile_query_cb() 716 if (!RULE_MEDIATES(rules, *match_str)) in profile_query_cb() 723 if (*match_str == AA_CLASS_DBUS && in profile_query_cb() 728 match_str, match_len); in profile_query_cb() 853 char *label_name, *match_str; in query_label() local 872 match_str = label_name + label_name_len + 1; in query_label() 884 profile_query_cb(profile, &perms, match_str, match_len); in query_label() 888 profile_query_cb(profile, &perms, match_str, match_len); in query_label()
|
| /linux/scripts/kconfig/ |
| H A D | nconf.c | 506 static int get_mext_match(const char *match_str, match_f flag) in get_mext_match() argument 524 if (strcasestr(str, match_str) != NULL) in get_mext_match()
|
| /linux/sound/hda/codecs/realtek/ |
| H A D | alc269.c | 3147 const char *hid, const char *match_str, int count) in comp_generic_fixup() argument 3155 match_str, &comp_master_ops); in comp_generic_fixup()
|