Searched refs:Probe (Results 1 - 25 of 58) sorted by relevance

123

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_probe.c170 pScrn->Probe = NULL;
172 pScrn->Probe = RADEONProbe;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_probe.c141 pScrn->Probe = NULL;
237 pScrn->Probe = NULL;
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmware_bootstrap.c288 scrn->Probe = NULL;
401 pScrn->Probe = VMWAREProbe;
446 pScrn->Probe = NULL;
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_probe.c250 pScrn->Probe = NULL;
252 pScrn->Probe = R128Probe;
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode_driver.c382 scrn->Probe = NULL;
507 pScrni->Probe = AmdProbe;
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64probe.c228 pScrn->Probe = NULL;
230 pScrn->Probe = Mach64Probe;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86str.h303 Bool (*Probe)(struct _DriverRec *drv, int flags); member in struct:__anon1b1d0d510d08
316 Bool (*Probe)(struct _DriverRec *drv, int flags); member in struct:_DriverRec
622 * Flags for driver Probe() functions.
782 xf86ProbeProc *Probe; member in struct:_ScrnInfoRec
H A Dxf86Bus.c66 * the driver's \c DriverRec::Probe function is called.
90 if (!foundScreen && (drv->Probe != NULL)) {
93 foundScreen = (*drv->Probe)(drv, (detect_only) ? PROBE_DETECT
115 * Now call each of the Probe functions. Each successful probe will
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Bus.c67 * the driver's \c DriverRec::Probe function is called.
99 if (!foundScreen && (drv->Probe != NULL)) {
102 foundScreen = (*drv->Probe) (drv, (detect_only) ? PROBE_DETECT
H A Dxf86str.h222 Bool (*Probe) (struct _DriverRec * drv, int flags); member in struct:_DriverRec
533 * Flags for driver Probe() functions.
672 xf86ProbeProc *Probe; member in struct:_ScrnInfoRec
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_driver.c560 pScrn->Probe = NscProbe;
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir_driver.c258 pScrn->Probe = NULL;
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_probe.c276 pScrn->Probe = NULL;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddriver.c80 static Bool Probe(DriverPtr drv, int flags);
119 Probe,
367 scrn->Probe = NULL;
462 Probe(DriverPtr drv, int flags) function in typeref:typename:Bool
494 scrn->Probe = Probe;
/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo_driver.c264 pScrn->Probe = LeoProbe;
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dintel_module.c631 scrn->Probe = NULL;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dintel_module.c562 scrn->Probe = NULL;
/xsrc/external/mit/xf86-video-mgx/dist/src/
H A Dmgx_driver.c269 pScrn->Probe = MgxProbe;
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Drendition.c275 pScrn->Probe = NULL;
341 pScrn->Probe =renditionProbe;
/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A Dcg14_driver.c282 pScrn->Probe = CG14Probe;
/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6_driver.c265 pScrn->Probe = CG6Probe;
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_driver.c270 pScrn->Probe = FFBProbe;
651 /* Probe for the type of FFB/AFB we have. */
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx_driver.c270 pScrn->Probe = TCXProbe;
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e_driver.c286 pScrn->Probe = AG10EProbe;
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_driver.c309 pScrn->Probe = NGLEProbe;

Completed in 28 milliseconds

123