Home
last modified time | relevance | path

Searched refs:match_str (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/bus/
Darm-cci.c1966 const char *match_str; in cci_probe_ports() local
1990 &match_str)) { in cci_probe_ports()
1995 is_ace = strcmp(match_str, "ace") == 0; in cci_probe_ports()
1996 if (!is_ace && strcmp(match_str, "ace-lite")) { in cci_probe_ports()
/linux-4.4.14/scripts/kconfig/
Dnconf.c495 static int get_mext_match(const char *match_str, match_f flag) in get_mext_match() argument
509 if (strcasestr(str, match_str) != 0) in get_mext_match()