Home
last modified time | relevance | path

Searched refs:devSections (Results 1 – 25 of 35) sorted by relevance

12

/dports/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.5.3/src/
H A Dcir_driver.c181 GDevPtr *devSections; in CIRProbe() local
194 &devSections)) <= 0) { in CIRProbe()
209 CIRChipsets, CIRPciChipsets, devSections, in CIRProbe()
213 free(devSections); in CIRProbe()
236 xf86UnclaimPciSlot(pPci, devSections[0]); in CIRProbe()
238 free(devSections); in CIRProbe()
261 free(devSections); in CIRProbe()
/dports/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.6/src/
H A Datimach64probe.c255 GDevPtr *devSections; in Mach64Probe() local
265 numDevSections = xf86MatchDevice(MACH64_DRIVER_NAME, &devSections); in Mach64Probe()
272 devSections, numDevSections, in Mach64Probe()
274 free(devSections); in Mach64Probe()
/dports/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0/src/
H A Dr128_probe.c310 GDevPtr *devSections; in R128Probe() local
316 numDevSections = xf86MatchDevice(R128_NAME, &devSections); in R128Probe()
324 devSections, in R128Probe()
339 free(devSections); in R128Probe()
/dports/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0/src/
H A Dvmware_bootstrap.c362 GDevPtr *devSections; in VMWAREProbe() local
371 numDevSections = xf86MatchDevice(VMWARE_DRIVER_NAME, &devSections); in VMWAREProbe()
381 VMWAREChipsets, VMWAREPciChipsets, devSections, in VMWAREProbe()
383 free(devSections); in VMWAREProbe()
/dports/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5/src/
H A Dvoodoo_driver.c227 GDevPtr *devSections; in VoodooProbe() local
234 &devSections)) <= 0) { in VoodooProbe()
252 devSections,numDevSections, in VoodooProbe()
284 free(devSections); in VoodooProbe()
/dports/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.8/src/
H A Ddummy_driver.c224 GDevPtr *devSections; in DUMMYProbe() local
234 &devSections)) <= 0) { in DUMMYProbe()
245 xf86ClaimNoSlot(drv,DUMMY_CHIP,devSections[i],TRUE); in DUMMYProbe()
/dports/x11-drivers/xf86-video-scfb/xf86-video-scfb-0.0.7/src/
H A Dscfb_driver.c304 GDevPtr *devSections; in ScfbProbe() local
317 &devSections)) <= 0) in ScfbProbe()
323 dev = xf86FindOptionValue(devSections[i]->options, "device"); in ScfbProbe()
327 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); in ScfbProbe()
350 free(devSections); in ScfbProbe()
/dports/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.9/src/
H A Dglint_driver.c474 GDevPtr *devSections; in GLINTProbe() local
489 &devSections)) <= 0) { in GLINTProbe()
496 if (checkusedPci == NULL && devSections /* for xf86DoProbe */) in GLINTProbe()
507 dev = xf86FindOptionValue(devSections[i]->options,"fbdev"); in GLINTProbe()
508 if (devSections[i]->busID) { in GLINTProbe()
521 if (devSections[i]->busID) { in GLINTProbe()
525 0,devSections[i], in GLINTProbe()
551 free(devSections); in GLINTProbe()
562 devSections, in GLINTProbe()
566 GLINTChipsets, GLINTPciChipsets, devSections, in GLINTProbe()
[all …]
/dports/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.7/src/
H A Drendition.c309 GDevPtr *devSections; in renditionProbe() local
315 if ((numDevSections=xf86MatchDevice(RENDITION_DRIVER_NAME, &devSections)) <= 0) in renditionProbe()
322 devSections, numDevSections, drv, &usedChips); in renditionProbe()
324 free(devSections); in renditionProbe()
/dports/x11-drivers/xf86-video-ark/xf86-video-ark-0.7.5/src/
H A Dark_driver.c188 GDevPtr *devSections; in ARKProbe() local
195 if ((numDevSections = xf86MatchDevice("ark", &devSections)) <= 0) in ARKProbe()
201 devSections, numDevSections, drv, in ARKProbe()
204 free(devSections); in ARKProbe()
/dports/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5/src/
H A Dast_driver.c236 GDevPtr *devSections; in ASTProbe() local
243 xf86MatchDevice(AST_DRIVER_NAME, &devSections)) <= 0) { in ASTProbe()
259 devSections, numDevSections, in ASTProbe()
263 free(devSections); in ASTProbe()
286 , devSections[0] in ASTProbe()
289 free(devSections); in ASTProbe()
323 free(devSections); in ASTProbe()
/dports/x11-drivers/xf86-video-i740/xf86-video-i740-1.4.0/src/
H A Di740_driver.c288 GDevPtr *devSections; in I740Probe() local
295 if ((numDevSections = xf86MatchDevice(I740_DRIVER_NAME, &devSections))<=0) { in I740Probe()
310 devSections, numDevSections, in I740Probe()
343 devSections, numDevSections, in I740Probe()
370 free(devSections); in I740Probe()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c453 GDevPtr *devSections; in Probe() local
466 if ((numDevSections = xf86MatchDevice("modesetting", &devSections)) <= 0) { in Probe()
472 dev = xf86FindOptionValue(devSections[i]->options, "kmsdev"); in Probe()
475 entity_num = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); in Probe()
490 free(devSections); in Probe()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/drivers/modesetting/
H A Ddriver.c453 GDevPtr *devSections; in Probe() local
466 if ((numDevSections = xf86MatchDevice("modesetting", &devSections)) <= 0) { in Probe()
472 dev = xf86FindOptionValue(devSections[i]->options, "kmsdev"); in Probe()
475 entity_num = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); in Probe()
490 free(devSections); in Probe()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/drivers/modesetting/
H A Ddriver.c453 GDevPtr *devSections; in Probe() local
466 if ((numDevSections = xf86MatchDevice("modesetting", &devSections)) <= 0) { in Probe()
472 dev = xf86FindOptionValue(devSections[i]->options, "kmsdev"); in Probe()
475 entity_num = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); in Probe()
490 free(devSections); in Probe()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/drivers/modesetting/
H A Ddriver.c453 GDevPtr *devSections; in Probe() local
466 if ((numDevSections = xf86MatchDevice("modesetting", &devSections)) <= 0) { in Probe()
472 dev = xf86FindOptionValue(devSections[i]->options, "kmsdev"); in Probe()
475 entity_num = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); in Probe()
490 free(devSections); in Probe()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/drivers/modesetting/
H A Ddriver.c453 GDevPtr *devSections; in Probe() local
466 if ((numDevSections = xf86MatchDevice("modesetting", &devSections)) <= 0) { in Probe()
472 dev = xf86FindOptionValue(devSections[i]->options, "kmsdev"); in Probe()
475 entity_num = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); in Probe()
490 free(devSections); in Probe()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/drivers/modesetting/
H A Ddriver.c453 GDevPtr *devSections; in Probe() local
466 if ((numDevSections = xf86MatchDevice("modesetting", &devSections)) <= 0) { in Probe()
472 dev = xf86FindOptionValue(devSections[i]->options, "kmsdev"); in Probe()
475 entity_num = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); in Probe()
490 free(devSections); in Probe()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/drivers/modesetting/
H A Ddriver.c453 GDevPtr *devSections; in Probe() local
466 if ((numDevSections = xf86MatchDevice("modesetting", &devSections)) <= 0) { in Probe()
472 dev = xf86FindOptionValue(devSections[i]->options, "kmsdev"); in Probe()
475 entity_num = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); in Probe()
490 free(devSections); in Probe()
/dports/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.5.0/src/
H A Dvesa.c487 GDevPtr *devSections; in VESAProbe() local
496 &devSections)) <= 0) in VESAProbe()
504 devSections, numDevSections, in VESAProbe()
530 VESAFindIsaDevice, devSections, in VESAProbe()
548 free(devSections); in VESAProbe()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/drivers/modesetting/
H A Ddriver.c461 GDevPtr *devSections; in Probe() local
474 if ((numDevSections = xf86MatchDevice("modesetting", &devSections)) <= 0) { in Probe()
480 dev = xf86FindOptionValue(devSections[i]->options, "kmsdev"); in Probe()
483 entity_num = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); in Probe()
498 free(devSections); in Probe()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/drivers/modesetting/
H A Ddriver.c465 GDevPtr *devSections; in Probe() local
478 if ((numDevSections = xf86MatchDevice("modesetting", &devSections)) <= 0) { in Probe()
484 dev = xf86FindOptionValue(devSections[i]->options, "kmsdev"); in Probe()
487 entity_num = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); in Probe()
502 free(devSections); in Probe()
/dports/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9/src/
H A Dsmi_driver.c316 GDevPtr *devSections; in SMI_Probe() local
324 numDevSections = xf86MatchDevice(SILICONMOTION_DRIVER_NAME, &devSections); in SMI_Probe()
336 SMIChipsets, SMIPciChipsets, devSections, in SMI_Probe()
340 free(devSections); in SMI_Probe()
/dports/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0/src/
H A Dvia_driver.c492 GDevPtr *devSections; in VIAProbe() local
500 if ((numDevSections = xf86MatchDevice(DRIVER_NAME, &devSections)) <= 0) in VIAProbe()
510 devSections, in VIAProbe()
514 free(devSections); in VIAProbe()
/dports/x11-drivers/xf86-video-s3/xf86-video-s3-0.7.0/src/
H A Ds3_driver.c253 GDevPtr *devSections; in S3Probe() local
258 if ((numDevSections = xf86MatchDevice("s3", &devSections)) <= 0) in S3Probe()
264 devSections, numDevSections, in S3Probe()
267 free(devSections); in S3Probe()

12