Searched refs:numDevSections (Results 1 - 25 of 47) sorted by relevance

12

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_probe.c239 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 Dnsc_driver.c502 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 Dr128_probe.c308 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 Dgeode_driver.c428 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 Datimach64probe.c257 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 Dvmware_bootstrap.c361 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 Dcir_driver.c184 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 Dleo_driver.c199 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 Dmgx_driver.c204 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 Dcrime_driver.c310 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 Dcg14_driver.c217 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 Dcg6_driver.c200 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 Dffb_driver.c205 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 Dtcx_driver.c205 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 Dag10e_driver.c221 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 Dngle_driver.c253 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 Digs_driver.c350 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 Drendition.c308 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 Dpnozz_driver.c321 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 Dnewport_driver.c215 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 Dtga_driver.c294 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 Dtseng_driver.c327 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 Dvboxvideo.c763 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 Dimstt_driver.c273 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 Dqxl_driver.c1338 int numDevSections; local in function:qxl_probe
1342 if ((numDevSections = xf86MatchDevice (QXL_NAME, &devSections)) <= 0)
1350 devSections, numDevSections,

Completed in 38 milliseconds

12