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 515 pattern_next = match_str(pattern, reg_map[i][0]); in match_pattern() 519 text_next = match_str(text, reg_map[i][1]); in match_pattern()
|
| /linux/security/apparmor/ |
| H A D | apparmorfs.c | 861 const char *match_str, size_t match_len) in profile_query_cb() argument 869 if (rules->file->dfa && *match_str == AA_CLASS_FILE) { in profile_query_cb() 872 match_str + 1, match_len - 1); in profile_query_cb() 880 if (!RULE_MEDIATES(rules, *match_str)) in profile_query_cb() 887 if (*match_str == AA_CLASS_DBUS && in profile_query_cb() 892 match_str, match_len); in profile_query_cb() 1018 char *label_name, *match_str; in query_label() local 1038 match_str = label_name + label_name_len + 1; in query_label() 1050 profile_query_cb(profile, &perms, match_str, match_len); in query_label() 1054 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 | 3258 const char *hid, const char *match_str, int count) in find_cirrus_companion_amps() 3266 match_str, &comp_master_ops); in find_cirrus_companion_amps() 3203 comp_generic_fixup(struct hda_codec * cdc,int action,const char * bus,const char * hid,const char * match_str,int count) comp_generic_fixup() argument
|