Searched refs:xf86MatchDevice (Results 1 - 25 of 56) sorted by relevance

123

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dati.c181 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 Dradeon_probe.c247 numDevSections = xf86MatchDevice(RADEON_NAME, &devSections);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dati.c155 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 Dnsc_driver.c512 if ((numDevSections = xf86MatchDevice(NSC_NAME, &devSections)) <= 0) {
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_probe.c316 numDevSections = xf86MatchDevice(R128_NAME, &devSections);
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir_driver.c193 if ((numDevSections = xf86MatchDevice(CIR_DRIVER_NAME,
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode_driver.c440 if ((numDevSections = xf86MatchDevice(GEODE_NAME, &devSections)) <= 0) {
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64probe.c265 numDevSections = xf86MatchDevice(MACH64_DRIVER_NAME, &devSections);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86platformBus.c536 const unsigned numDevs = xf86MatchDevice(drvp->driverName, &devList);
595 xf86MatchDevice(drvp->driverName, &devList);
H A Dxf86.h277 xf86MatchDevice(const char *drivername, GDevPtr ** driversectlist);
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmware_bootstrap.c371 numDevSections = xf86MatchDevice(VMWARE_DRIVER_NAME, &devSections);
/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo_driver.c223 if ((numDevSections = xf86MatchDevice(LEO_DRIVER_NAME,
/xsrc/external/mit/xf86-video-mgx/dist/src/
H A Dmgx_driver.c228 if ((numDevSections = xf86MatchDevice(MGX_DRIVER_NAME,
/xsrc/external/mit/xf86-video-igs/dist/src/
H A Digs_driver.c359 if ((numDevSections = xf86MatchDevice(IGS_DRIVER_NAME,
366 xf86MatchDevice(IGS_DRIVER_NAME, &devSections)) > 0) {
/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A Dcg14_driver.c241 if ((numDevSections = xf86MatchDevice(CG14_DRIVER_NAME,
/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6_driver.c224 if ((numDevSections = xf86MatchDevice(CG6_DRIVER_NAME,
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_driver.c229 if ((numDevSections = xf86MatchDevice(FFB_DRIVER_NAME,
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx_driver.c229 if ((numDevSections = xf86MatchDevice(TCX_DRIVER_NAME,
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e_driver.c245 if ((numDevSections = xf86MatchDevice(AG10E_DRIVER_NAME,
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_driver.c259 if ((numDevSections = xf86MatchDevice(NGLE_DRIVER_NAME,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86.h238 extern _X_EXPORT int xf86MatchDevice(const char *drivername, GDevPtr **driversectlist);
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_driver.c1322 xf86MatchDevice (driver_name, &device);
1342 if ((numDevSections = xf86MatchDevice (QXL_NAME, &devSections)) <= 0)
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Drendition.c315 if ((numDevSections=xf86MatchDevice(RENDITION_DRIVER_NAME, &devSections)) <= 0)
/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz_driver.c345 if ((numDevSections = xf86MatchDevice(PNOZZ_DRIVER_NAME,
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime_driver.c314 if ((numDevSections = xf86MatchDevice(CRIME_DRIVER_NAME,

Completed in 46 milliseconds

123