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

1 2 3

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

Completed in 32 milliseconds

1 2 3