| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_probe.c | 239 int numDevSections; local in function:RADEONProbe 247 numDevSections = xf86MatchDevice(RADEON_NAME, &devSections); 249 if (!numDevSections) return FALSE; 256 numDevSections,
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_driver.c | 502 int numDevSections, numUsed; local in function:NscProbe 512 if ((numDevSections = xf86MatchDevice(NSC_NAME, &devSections)) <= 0) { 521 devSections, numDevSections, 528 devSections, numDevSections,
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_probe.c | 308 int numDevSections; local in function:R128Probe 316 numDevSections = xf86MatchDevice(R128_NAME, &devSections); 318 if (!numDevSections) return FALSE; 325 numDevSections,
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | geode_driver.c | 428 int numDevSections, numUsed; local in function:AmdProbe 440 if ((numDevSections = xf86MatchDevice(GEODE_NAME, &devSections)) <= 0) { 449 devSections, numDevSections, drv, 455 devSections, numDevSections, drv,
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64probe.c | 257 int numDevSections; local in function:Mach64Probe 265 numDevSections = xf86MatchDevice(MACH64_DRIVER_NAME, &devSections); 267 if (numDevSections <= 0) 272 devSections, numDevSections,
|
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmware_bootstrap.c | 361 int numDevSections, numUsed; local in function:VMWAREProbe 371 numDevSections = xf86MatchDevice(VMWARE_DRIVER_NAME, &devSections); 372 if (numDevSections <= 0) { 382 numDevSections, drv, &usedChips);
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | cir_driver.c | 184 int numDevSections; local in function:CIRProbe 193 if ((numDevSections = xf86MatchDevice(CIR_DRIVER_NAME, 210 numDevSections, drv, &usedChips);
|
| /xsrc/external/mit/xf86-video-sunleo/dist/src/ |
| H A D | leo_driver.c | 199 int numDevSections; local in function:LeoProbe 223 if ((numDevSections = xf86MatchDevice(LEO_DRIVER_NAME, 239 devSections, numDevSections,
|
| /xsrc/external/mit/xf86-video-mgx/dist/src/ |
| H A D | mgx_driver.c | 204 int numDevSections; local in function:MgxProbe 228 if ((numDevSections = xf86MatchDevice(MGX_DRIVER_NAME, 244 devSections, numDevSections,
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime_driver.c | 310 int numDevSections; local in function:CrimeProbe 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-suncg14/dist/src/ |
| H A D | cg14_driver.c | 217 int numDevSections; local in function:CG14Probe 241 if ((numDevSections = xf86MatchDevice(CG14_DRIVER_NAME, 257 devSections, numDevSections,
|
| /xsrc/external/mit/xf86-video-suncg6/dist/src/ |
| H A D | cg6_driver.c | 200 int numDevSections; local in function:CG6Probe 224 if ((numDevSections = xf86MatchDevice(CG6_DRIVER_NAME, 240 devSections, numDevSections,
|
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| H A D | ffb_driver.c | 205 int numDevSections; local in function:FFBProbe 229 if ((numDevSections = xf86MatchDevice(FFB_DRIVER_NAME, 245 devSections, numDevSections,
|
| /xsrc/external/mit/xf86-video-suntcx/dist/src/ |
| H A D | tcx_driver.c | 205 int numDevSections; local in function:TCXProbe 229 if ((numDevSections = xf86MatchDevice(TCX_DRIVER_NAME, 245 devSections, numDevSections,
|
| /xsrc/external/mit/xf86-video-ag10e/dist/src/ |
| H A D | ag10e_driver.c | 221 int numDevSections; local in function:AG10EProbe 245 if ((numDevSections = xf86MatchDevice(AG10E_DRIVER_NAME, 261 devSections, numDevSections,
|
| /xsrc/external/mit/xf86-video-ngle/dist/src/ |
| H A D | ngle_driver.c | 253 int numDevSections; local in function:NGLEProbe 259 if ((numDevSections = xf86MatchDevice(NGLE_DRIVER_NAME, 299 for (i = 0; i < numDevSections; i++) {
|
| /xsrc/external/mit/xf86-video-igs/dist/src/ |
| H A D | igs_driver.c | 350 int numDevSections, numUsed; local in function:IgsProbe 359 if ((numDevSections = xf86MatchDevice(IGS_DRIVER_NAME, 365 if ((numDevSections = 367 for (i = 0; i < numDevSections; i++) {
|
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | rendition.c | 308 int numDevSections, numUsed; local in function:renditionProbe 315 if ((numDevSections=xf86MatchDevice(RENDITION_DRIVER_NAME, &devSections)) <= 0) 322 devSections, numDevSections, drv, &usedChips);
|
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| H A D | pnozz_driver.c | 321 int numDevSections; local in function:PnozzProbe 345 if ((numDevSections = xf86MatchDevice(PNOZZ_DRIVER_NAME, 361 devSections, numDevSections,
|
| /xsrc/external/mit/xf86-video-newport/dist/src/ |
| H A D | newport_driver.c | 215 int numDevSections, numUsed, i, j, busID; local in function:NewportProbe 224 if ((numDevSections = xf86MatchDevice(NEWPORT_DRIVER_NAME, &devSections)) <= 0) 249 for (i = 0; i < numDevSections; i++) {
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | tga_driver.c | 294 int numDevSections; local in function:TGAProbe 317 if ((numDevSections = xf86MatchDevice(TGA_DRIVER_NAME, 347 TGAChipsets, TGAPciChipsets, devSections, numDevSections,
|
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| H A D | tseng_driver.c | 327 int numDevSections; local in function:TsengProbe 350 if ((numDevSections = xf86MatchDevice(TSENG_DRIVER_NAME, 369 devSections,numDevSections, drv,
|
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | vboxvideo.c | 763 int numDevSections; local in function:VBOXProbe 770 if ((numDevSections = xf86MatchDevice(VBOX_NAME, 782 devSections, numDevSections,
|
| /xsrc/external/mit/xf86-video-imstt/dist/src/ |
| H A D | imstt_driver.c | 273 int numDevSections; local in function:IMSTTProbe 279 if ((numDevSections = xf86MatchDevice("imstt", &devSections)) <= 0) 286 devSections, numDevSections, drv,
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_driver.c | 1338 int numDevSections; local in function:qxl_probe 1342 if ((numDevSections = xf86MatchDevice (QXL_NAME, &devSections)) <= 0) 1350 devSections, numDevSections,
|