Lines Matching defs:detect
161 * Uses CRT_HOTPLUG_EN and CRT_HOTPLUG_STAT to detect CRT presence.
179 /* On 4 series desktop, CRT detect sequence need to be done twice
194 * detect CRT
298 int count, detect;
330 detect = 0;
337 detect++;
349 present = detect * 4 > count * 3;
372 Bool detect;
379 detect = xf86I2CProbeAddress(i830_output->pDDCBus, 0x00A0);
382 return detect;
386 * Attempts to detect CRT presence through any method available.
426 /* Use the load-detect method if we have no other way of telling. */
518 .detect = i830_crt_detect,