Home
last modified time | relevance | path

Searched refs:foundScreen (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86platformBus.c446 Bool foundScreen = FALSE; in doPlatformProbe() local
479 foundScreen = TRUE; in doPlatformProbe()
483 return foundScreen; in doPlatformProbe()
490 Bool foundScreen = FALSE; in probeSingleDevice() local
502 foundScreen = doPlatformProbe(dev, drvp, gdev, flags, devices[k].match_data); in probeSingleDevice()
503 if (foundScreen) in probeSingleDevice()
511 foundScreen = doPlatformProbe(dev, drvp, gdev, flags, 0); in probeSingleDevice()
512 return foundScreen; in probeSingleDevice()
531 Bool foundScreen = FALSE; in xf86platformProbeDev() local
568 foundScreen = probeSingleDevice(&xf86_platform_devices[j], drvp, devList[i], in xf86platformProbeDev()
[all …]
H A Dxf86Bus.c78 Bool foundScreen = FALSE; in xf86CallDriverProbe() local
83 foundScreen = xf86platformProbeDev(drv); in xf86CallDriverProbe()
88 if (!foundScreen && (drv->PciProbe != NULL)) { in xf86CallDriverProbe()
91 foundScreen = xf86PciAddMatchingDev(drv); in xf86CallDriverProbe()
95 foundScreen = xf86PciProbeDev(drv); in xf86CallDriverProbe()
99 if (!foundScreen && (drv->Probe != NULL)) { in xf86CallDriverProbe()
102 foundScreen = (*drv->Probe) (drv, (detect_only) ? PROBE_DETECT in xf86CallDriverProbe()
106 return foundScreen; in xf86CallDriverProbe()
H A Dxf86pciBus.c486 Bool foundScreen = FALSE; in xf86PciProbeDev() local
566 foundScreen = TRUE; in xf86PciProbeDev()
578 return foundScreen; in xf86PciProbeDev()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c476 Bool foundScreen = FALSE; in Probe() local
505 foundScreen = TRUE; in Probe()
517 return foundScreen; in Probe()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog18811 If foundScreen is TRUE, then all the code below the removed if
18812 will not execute until we reach the return foundScreen; at the