| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | ati.c | 181 nATIGDev = xf86MatchDevice(ATI_DRIVER_NAME, &ATIGDevs); 182 nMach64GDev = xf86MatchDevice(MACH64_DRIVER_NAME, NULL); 183 nR128GDev = xf86MatchDevice(R128_DRIVER_NAME, NULL); 184 nRadeonGDev = xf86MatchDevice(RADEON_DRIVER_NAME, NULL);
|
| H A D | radeon_probe.c | 247 numDevSections = xf86MatchDevice(RADEON_NAME, &devSections);
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | ati.c | 155 nATIGDev = xf86MatchDevice(ATI_DRIVER_NAME, &ATIGDevs); 156 nMach64GDev = xf86MatchDevice(MACH64_DRIVER_NAME, NULL); 157 nR128GDev = xf86MatchDevice(R128_DRIVER_NAME, NULL); 158 nRadeonGDev = xf86MatchDevice(RADEON_DRIVER_NAME, NULL); 159 nAmdgpuGDev = xf86MatchDevice(AMDGPU_DRIVER_NAME, NULL);
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_driver.c | 512 if ((numDevSections = xf86MatchDevice(NSC_NAME, &devSections)) <= 0) {
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_probe.c | 316 numDevSections = xf86MatchDevice(R128_NAME, &devSections);
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | cir_driver.c | 193 if ((numDevSections = xf86MatchDevice(CIR_DRIVER_NAME,
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | geode_driver.c | 440 if ((numDevSections = xf86MatchDevice(GEODE_NAME, &devSections)) <= 0) {
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64probe.c | 265 numDevSections = xf86MatchDevice(MACH64_DRIVER_NAME, &devSections);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86platformBus.c | 536 const unsigned numDevs = xf86MatchDevice(drvp->driverName, &devList); 595 xf86MatchDevice(drvp->driverName, &devList);
|
| H A D | xf86.h | 277 xf86MatchDevice(const char *drivername, GDevPtr ** driversectlist);
|
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmware_bootstrap.c | 371 numDevSections = xf86MatchDevice(VMWARE_DRIVER_NAME, &devSections);
|
| /xsrc/external/mit/xf86-video-sunleo/dist/src/ |
| H A D | leo_driver.c | 223 if ((numDevSections = xf86MatchDevice(LEO_DRIVER_NAME,
|
| /xsrc/external/mit/xf86-video-mgx/dist/src/ |
| H A D | mgx_driver.c | 228 if ((numDevSections = xf86MatchDevice(MGX_DRIVER_NAME,
|
| /xsrc/external/mit/xf86-video-igs/dist/src/ |
| H A D | igs_driver.c | 359 if ((numDevSections = xf86MatchDevice(IGS_DRIVER_NAME, 366 xf86MatchDevice(IGS_DRIVER_NAME, &devSections)) > 0) {
|
| /xsrc/external/mit/xf86-video-suncg14/dist/src/ |
| H A D | cg14_driver.c | 241 if ((numDevSections = xf86MatchDevice(CG14_DRIVER_NAME,
|
| /xsrc/external/mit/xf86-video-suncg6/dist/src/ |
| H A D | cg6_driver.c | 224 if ((numDevSections = xf86MatchDevice(CG6_DRIVER_NAME,
|
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| H A D | ffb_driver.c | 229 if ((numDevSections = xf86MatchDevice(FFB_DRIVER_NAME,
|
| /xsrc/external/mit/xf86-video-suntcx/dist/src/ |
| H A D | tcx_driver.c | 229 if ((numDevSections = xf86MatchDevice(TCX_DRIVER_NAME,
|
| /xsrc/external/mit/xf86-video-ag10e/dist/src/ |
| H A D | ag10e_driver.c | 245 if ((numDevSections = xf86MatchDevice(AG10E_DRIVER_NAME,
|
| /xsrc/external/mit/xf86-video-ngle/dist/src/ |
| H A D | ngle_driver.c | 259 if ((numDevSections = xf86MatchDevice(NGLE_DRIVER_NAME,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86.h | 238 extern _X_EXPORT int xf86MatchDevice(const char *drivername, GDevPtr **driversectlist);
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_driver.c | 1322 xf86MatchDevice (driver_name, &device); 1342 if ((numDevSections = xf86MatchDevice (QXL_NAME, &devSections)) <= 0)
|
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | rendition.c | 315 if ((numDevSections=xf86MatchDevice(RENDITION_DRIVER_NAME, &devSections)) <= 0)
|
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| H A D | pnozz_driver.c | 345 if ((numDevSections = xf86MatchDevice(PNOZZ_DRIVER_NAME,
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime_driver.c | 314 if ((numDevSections = xf86MatchDevice(CRIME_DRIVER_NAME,
|