Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c500 match_substring(const char *attr, const char *pattern) in match_substring() function
512 #define match_pattern match_substring
522 #define match_path_pattern match_substring
592 (attrs->product, &iclass->match_product, match_substring)) in InputClassMatches()
596 if (!MatchAttrToken(attrs->vendor, &iclass->match_vendor, match_substring)) in InputClassMatches()