Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86MatchDrivers.h27 #define MATCH_DRIVERS_LIMIT 20 macro
30 char *matches[MATCH_DRIVERS_LIMIT];
H A Dxf86AutoConfig.c157 if (nmatches < MATCH_DRIVERS_LIMIT) { in xf86AddMatchedDriver()