HomeSort by: relevance | last modified time | path
    Searched refs:Probe (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_probe.c 170 pScrn->Probe = NULL;
172 pScrn->Probe = RADEONProbe;
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_probe.c 141 pScrn->Probe = NULL;
237 pScrn->Probe = NULL;
  /xsrc/external/mit/xf86-video-vmware/dist/src/
vmware_bootstrap.c 288 scrn->Probe = NULL;
401 pScrn->Probe = VMWAREProbe;
446 pScrn->Probe = NULL;
  /xsrc/external/mit/xf86-video-geode/dist/src/
geode_driver.c 382 scrn->Probe = NULL;
413 * flags :flags may passed to check the config and probe detect
417 * Comments :This should be minimal probe and it should under no
507 pScrni->Probe = AmdProbe;
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atimach64probe.c 228 pScrn->Probe = NULL;
230 pScrn->Probe = Mach64Probe;
250 * do a minimal probe for supported hardware.
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_probe.c 250 pScrn->Probe = NULL;
252 pScrn->Probe = R128Probe;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86str.h 303 Bool (*Probe)(struct _DriverRec *drv, int flags);
316 Bool (*Probe)(struct _DriverRec *drv, int flags);
622 * Flags for driver Probe() functions.
782 xf86ProbeProc *Probe;
xf86Bus.c 60 * Call the driver's correct probe function.
66 * the driver's \c DriverRec::Probe function is called.
68 * \param drv Driver to probe
90 if (!foundScreen && (drv->Probe != NULL)) {
91 xf86Msg( X_WARNING, "Falling back to old probe method for %s\n",
93 foundScreen = (*drv->Probe)(drv, (detect_only) ? PROBE_DETECT
115 * Now call each of the Probe functions. Each successful probe will
150 * section as picked out by the probe.
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Bus.c 61 * Call the driver's correct probe function.
67 * the driver's \c DriverRec::Probe function is called.
69 * \param drv Driver to probe
99 if (!foundScreen && (drv->Probe != NULL)) {
100 xf86Msg(X_WARNING, "Falling back to old probe method for %s\n",
102 foundScreen = (*drv->Probe) (drv, (detect_only) ? PROBE_DETECT
151 * 3 step probe to (hopefully) ensure that we always find at least 1
154 * 1. Call each drivers probe function normally,
155 * Each successful probe will result in an extra entry added to the
163 * 2. If no Screens were found, call each drivers probe function wit
    [all...]
xf86str.h 222 Bool (*Probe) (struct _DriverRec * drv, int flags);
236 * platform probe flags
533 * Flags for driver Probe() functions.
672 xf86ProbeProc *Probe;
  /xsrc/external/mit/xf86-video-cirrus/dist/src/
cir_driver.c 258 pScrn->Probe = NULL;
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_driver.c 487 * flags :flags may passed to check the config and probe detect
491 * Comments :This should ne minimal probe and it should under no
560 pScrn->Probe = NscProbe;
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_probe.c 276 pScrn->Probe = NULL;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
driver.c 80 static Bool Probe(DriverPtr drv, int flags);
119 Probe,
367 scrn->Probe = NULL;
462 Probe(DriverPtr drv, int flags)
494 scrn->Probe = Probe;
  /xsrc/external/mit/xf86-video-intel/dist/src/
intel_module.c 631 scrn->Probe = NULL;
737 /* if we get any flags we don't understand fail to probe for now */
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/
intel_module.c 562 scrn->Probe = NULL;
645 /* if we get any flags we don't understand fail to probe for now */
  /xsrc/external/mit/xf86-video-mgx/dist/src/
mgx_driver.c 214 * This should be a minimal probe, and it should under no circumstances
238 * We need to probe the hardware first. We then need to see how this
269 pScrn->Probe = MgxProbe;
  /xsrc/external/mit/xf86-video-sunleo/dist/src/
leo_driver.c 209 * This should be a minimal probe, and it should under no circumstances
233 * We need to probe the hardware first. We then need to see how this
264 pScrn->Probe = LeoProbe;
  /xsrc/external/mit/xf86-video-rendition/dist/src/
rendition.c 275 pScrn->Probe = NULL;
302 * do a minimal probe for supported hardware.
341 pScrn->Probe =renditionProbe;
776 ("Loading of DDC library failed, skipping DDC-probe\n"));
784 ("Skipping DDC probe on users request\n"));
791 ("Loading of DDC library failed, skipping DDC-probe\n"));
802 ("Skipping DDC probe on users request\n"));
  /xsrc/external/mit/xf86-video-ag10e/dist/src/
ag10e_driver.c 231 * This should be a minimal probe, and it should under no circumstances
255 * We need to probe the hardware first. We then need to see how this
286 pScrn->Probe = AG10EProbe;
  /xsrc/external/mit/xf86-video-ngle/dist/src/
ngle_driver.c 310 pScrn->Probe = NGLEProbe;
  /xsrc/external/mit/xf86-video-suncg14/dist/src/
cg14_driver.c 227 * This should be a minimal probe, and it should under no circumstances
251 * We need to probe the hardware first. We then need to see how this
282 pScrn->Probe = CG14Probe;
  /xsrc/external/mit/xf86-video-suncg6/dist/src/
cg6_driver.c 210 * This should be a minimal probe, and it should under no circumstances
234 * We need to probe the hardware first. We then need to see how this
265 pScrn->Probe = CG6Probe;
  /xsrc/external/mit/xf86-video-sunffb/dist/src/
ffb_driver.c 215 * This should be a minimal probe, and it should under no circumstances
239 * We need to probe the hardware first. We then need to see how this
270 pScrn->Probe = FFBProbe;
651 /* Probe for the type of FFB/AFB we have. */
  /xsrc/external/mit/xf86-video-suntcx/dist/src/
tcx_driver.c 215 * This should be a minimal probe, and it should under no circumstances
239 * We need to probe the hardware first. We then need to see how this
270 pScrn->Probe = TCXProbe;

Completed in 24 milliseconds

1 2 3