Lines Matching refs:Probe
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 with
200 * section as picked out by the probe.