Lines Matching defs:matches
385 * xf86CheckPciMemBase() checks that the memory base value matches one of the
599 Bool claimed; /* BusID matches with a device section */
1196 matchDriverFromFiles (char** matches, uint16_t match_vendor, uint16_t match_chip)
1260 while (matches[i]) {
1263 matches[i] = (char*)malloc(sizeof(char) * strlen(direntry->d_name) - 3);
1264 if (!matches[i]) {
1273 matches[i][j] = '\0';
1276 matches[i][j] = direntry->d_name[j];
1279 xf86Msg(X_INFO, "Matched %s from file name %s\n", matches[i], direntry->d_name);
1300 xf86PciMatchDriver(char* matches[], int nmatches) {
1316 matchDriverFromFiles(matches, info->vendor_id, info->device_id);
1319 for (i = 0; (i < nmatches) && (matches[i]); i++) {
1320 /* find end of matches list */
1324 i += videoPtrToDriverList(info, &(matches[i]), nmatches - i);