Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bus/
Darm-cci.c1399 const char *match_str; in cci_probe_ports() local
1423 &match_str)) { in cci_probe_ports()
1428 is_ace = strcmp(match_str, "ace") == 0; in cci_probe_ports()
1429 if (!is_ace && strcmp(match_str, "ace-lite")) { in cci_probe_ports()
/linux-4.1.27/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()