HomeSort by: relevance | last modified time | path
    Searched refs:numDevSections (Results 1 - 25 of 47) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_probe.c 239 int numDevSections;
247 numDevSections = xf86MatchDevice(RADEON_NAME, &devSections);
249 if (!numDevSections) return FALSE;
256 numDevSections,
  /xsrc/external/mit/xf86-video-geode/dist/src/
geode_driver.c 428 int numDevSections, numUsed;
440 if ((numDevSections = xf86MatchDevice(GEODE_NAME, &devSections)) <= 0) {
449 devSections, numDevSections, drv,
455 devSections, numDevSections, drv,
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atimach64probe.c 257 int numDevSections;
265 numDevSections = xf86MatchDevice(MACH64_DRIVER_NAME, &devSections);
267 if (numDevSections <= 0)
272 devSections, numDevSections,
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_driver.c 502 int numDevSections, numUsed;
512 if ((numDevSections = xf86MatchDevice(NSC_NAME, &devSections)) <= 0) {
521 devSections, numDevSections,
528 devSections, numDevSections,
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_probe.c 308 int numDevSections;
316 numDevSections = xf86MatchDevice(R128_NAME, &devSections);
318 if (!numDevSections) return FALSE;
325 numDevSections,
  /xsrc/external/mit/xf86-video-vmware/dist/src/
vmware_bootstrap.c 361 int numDevSections, numUsed;
371 numDevSections = xf86MatchDevice(VMWARE_DRIVER_NAME, &devSections);
372 if (numDevSections <= 0) {
382 numDevSections, drv, &usedChips);
  /xsrc/external/mit/xf86-video-cirrus/dist/src/
cir_driver.c 184 int numDevSections;
193 if ((numDevSections = xf86MatchDevice(CIR_DRIVER_NAME,
210 numDevSections, drv, &usedChips);
  /xsrc/external/mit/xf86-video-mgx/dist/src/
mgx_driver.c 204 int numDevSections;
228 if ((numDevSections = xf86MatchDevice(MGX_DRIVER_NAME,
244 devSections, numDevSections,
  /xsrc/external/mit/xf86-video-sunleo/dist/src/
leo_driver.c 199 int numDevSections;
223 if ((numDevSections = xf86MatchDevice(LEO_DRIVER_NAME,
239 devSections, numDevSections,
  /xsrc/external/mit/xf86-video-crime/dist/src/
crime_driver.c 310 int numDevSections;
314 if ((numDevSections = xf86MatchDevice(CRIME_DRIVER_NAME,
347 if (numDevSections > 1) {
349 numDevSections = 1;
352 for (i = 0; i < numDevSections; i++) {
  /xsrc/external/mit/xf86-video-ag10e/dist/src/
ag10e_driver.c 221 int numDevSections;
245 if ((numDevSections = xf86MatchDevice(AG10E_DRIVER_NAME,
261 devSections, numDevSections,
  /xsrc/external/mit/xf86-video-ngle/dist/src/
ngle_driver.c 254 int numDevSections;
260 if ((numDevSections = xf86MatchDevice(NGLE_DRIVER_NAME,
300 for (i = 0; i < numDevSections; i++) {
  /xsrc/external/mit/xf86-video-suncg14/dist/src/
cg14_driver.c 217 int numDevSections;
241 if ((numDevSections = xf86MatchDevice(CG14_DRIVER_NAME,
257 devSections, numDevSections,
  /xsrc/external/mit/xf86-video-suncg6/dist/src/
cg6_driver.c 200 int numDevSections;
224 if ((numDevSections = xf86MatchDevice(CG6_DRIVER_NAME,
240 devSections, numDevSections,
  /xsrc/external/mit/xf86-video-sunffb/dist/src/
ffb_driver.c 205 int numDevSections;
229 if ((numDevSections = xf86MatchDevice(FFB_DRIVER_NAME,
245 devSections, numDevSections,
  /xsrc/external/mit/xf86-video-suntcx/dist/src/
tcx_driver.c 205 int numDevSections;
229 if ((numDevSections = xf86MatchDevice(TCX_DRIVER_NAME,
245 devSections, numDevSections,
  /xsrc/external/mit/xf86-video-igs/dist/src/
igs_driver.c 350 int numDevSections, numUsed;
359 if ((numDevSections = xf86MatchDevice(IGS_DRIVER_NAME,
365 if ((numDevSections =
367 for (i = 0; i < numDevSections; i++) {
  /xsrc/external/mit/xf86-video-pnozz/dist/src/
pnozz_driver.c 321 int numDevSections;
345 if ((numDevSections = xf86MatchDevice(PNOZZ_DRIVER_NAME,
361 devSections, numDevSections,
  /xsrc/external/mit/xf86-video-rendition/dist/src/
rendition.c 308 int numDevSections, numUsed;
315 if ((numDevSections=xf86MatchDevice(RENDITION_DRIVER_NAME, &devSections)) <= 0)
322 devSections, numDevSections, drv, &usedChips);
  /xsrc/external/mit/xf86-video-newport/dist/src/
newport_driver.c 217 int numDevSections, numUsed, i, j, busID;
226 if ((numDevSections = xf86MatchDevice(NEWPORT_DRIVER_NAME, &devSections)) <= 0)
251 for (i = 0; i < numDevSections; i++) {
  /xsrc/external/mit/xf86-video-ark/dist/src/
ark_driver.c 190 int numDevSections;
195 if ((numDevSections = xf86MatchDevice("ark", &devSections)) <= 0)
201 devSections, numDevSections, drv,
  /xsrc/external/mit/xf86-video-imstt/dist/src/
imstt_driver.c 273 int numDevSections;
279 if ((numDevSections = xf86MatchDevice("imstt", &devSections)) <= 0)
286 devSections, numDevSections, drv,
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_driver.c 1338 int numDevSections;
1342 if ((numDevSections = xf86MatchDevice (QXL_NAME, &devSections)) <= 0)
1350 devSections, numDevSections,
  /xsrc/external/mit/xf86-video-tga/dist/src/
tga_driver.c 294 int numDevSections;
317 if ((numDevSections = xf86MatchDevice(TGA_DRIVER_NAME,
347 TGAChipsets, TGAPciChipsets, devSections, numDevSections,
  /xsrc/external/mit/xf86-video-tseng/dist/src/
tseng_driver.c 327 int numDevSections;
350 if ((numDevSections = xf86MatchDevice(TSENG_DRIVER_NAME,
369 devSections,numDevSections, drv,

Completed in 33 milliseconds

1 2