Searched refs:match_str (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/pci/hda/
H A Dhda_component.c103 const char *match_str; member in struct:hda_scodec_match
122 snprintf(tmp, sizeof(tmp), p->match_str, p->hid, p->index);
129 const char *match_str,
144 sm->match_str = match_str;
126 hda_component_manager_init(struct hda_codec *cdc, struct hda_component *comps, int count, const char *bus, const char *hid, const char *match_str, const struct component_master_ops *ops) argument
H A Dhda_component.h72 const char *match_str,
H A Dpatch_realtek.c6828 const char *hid, const char *match_str, int count)
6836 match_str, &comp_master_ops);
6825 comp_generic_fixup(struct hda_codec *cdc, int action, const char *bus, const char *hid, const char *match_str, int count) argument
/linux-master/drivers/bus/
H A Darm-cci.c444 const char *match_str; local
468 &match_str)) {
473 is_ace = strcmp(match_str, "ace") == 0;
474 if (!is_ace && strcmp(match_str, "ace-lite")) {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c227 static char *match_str(char *str, char *prefix) function
511 pattern_next = match_str(pattern, reg_map[i][0]);
515 text_next = match_str(text, reg_map[i][1]);
/linux-master/security/apparmor/
H A Dapparmorfs.c613 const char *match_str, size_t match_len)
622 if (rules->file->dfa && *match_str == AA_CLASS_FILE) {
625 match_str + 1, match_len - 1);
632 if (!RULE_MEDIATES(rules, *match_str))
636 match_str, match_len);
761 char *label_name, *match_str; local
780 match_str = label_name + label_name_len + 1;
792 profile_query_cb(profile, &perms, match_str, match_len);
796 profile_query_cb(profile, &perms, match_str, match_len);
612 profile_query_cb(struct aa_profile *profile, struct aa_perms *perms, const char *match_str, size_t match_len) argument
/linux-master/scripts/kconfig/
H A Dnconf.c504 static int get_mext_match(const char *match_str, match_f flag) argument
522 if (strcasestr(str, match_str) != NULL)

Completed in 157 milliseconds