Searched refs:detect (Results 1 - 25 of 588) sorted by relevance

1234567891011>>

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di2c_vid.h101 xf86OutputStatus (*detect)(I2CDevPtr d); member in struct:_I830I2CVidOutputRec
H A Di830_crt.c161 * 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; local in function:i830_crt_detect_load
330 detect = 0;
337 detect++;
349 present = detect * 4 > count * 3;
372 Bool detect; local in function:i830_crt_detect_ddc
379 detect = xf86I2CProbeAddress(i830_output->pDDCBus, 0x00A0);
382 return detect;
[all...]
H A Di830_dvo.c259 return intel_output->i2c_drv->vid_rec->detect(dev_priv);
332 .detect = i830_dvo_detect,
/xsrc/external/mit/freetype/dist/builds/beos/
H A Ddetect.mk2 # FreeType 2 configuration file to detect an BeOS host platform.
/xsrc/external/mit/freetype/dist/builds/
H A Ddetect.mk23 # The following variables must be defined in system specific `detect.mk'
71 PLATFORMS := $(notdir $(subst /detect.mk,,$(wildcard $(BUILD_CONFIG)/*/detect.mk)))
90 # directories. Note that the calling order of the various `detect.mk'
93 include $(wildcard $(BUILD_CONFIG)/*/detect.mk)
H A Dtoplevel.mk21 # in `PROJECT/builds/detect.mk'. They are in charge of detecting the
33 # See the comments in `builds/detect.mk' and `builds/PROJECT.mk' for more
113 include $(TOP_DIR)/builds/detect.mk
121 # Note: This test is duplicated in `builds/unix/detect.mk'.
/xsrc/external/mit/freetype/dist/builds/dos/
H A Ddetect.mk2 # FreeType 2 configuration file to detect a DOS host platform.
48 # See builds/windows/detect.mk for explanations about the logic.
137 # Windows NT derivatives, like XP. See builds/windows/detect.mk for
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi501_output.c144 outputFuncs->detect = SMI_OutputDetect_lcd;
160 outputFuncs->detect = SMI501_OutputDetect_crt;
H A Dsmilynx_output.c218 VGAOUT8_INDEX(pSmi, VGA_SEQ_INDEX, VGA_SEQ_DATA, 0x7D, SR7D | 0x10); /* Enable monitor detect */
255 outputFuncs->detect = SMI_OutputDetect_lcd;
274 outputFuncs->detect = SMI_OutputDetect_lcd;
291 outputFuncs->detect = SMILynx_OutputDetect_crt;
H A Dsmi_output.c178 (*outputFuncs)->detect = SMI_OutputDetect;
/xsrc/external/mit/freetype/dist/builds/unix/
H A Ddetect.mk2 # FreeType 2 configuration file to detect a UNIX host platform.
71 # this directory (e.g. solaris.mk + changes here to detect the
/xsrc/external/mit/freetype/dist/builds/os2/
H A Ddetect.mk2 # FreeType 2 configuration file to detect an OS/2 host platform.
/xsrc/external/mit/xf86-video-ati/xorg-server-copy/
H A Dmsp3430.c365 /* 12 - detect 6.5 Mhz carrier as D/K1, D/K2 or D/K NICAM (does not seem to work ) */
366 /* 13 - detect 4.5 Mhz carrier as BTSC */
610 char detect; local in function:CheckModeMSP34x5D
660 detect=(char)high;
662 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"Stereo Detection Register: %d\n",detect);
664 if (detect>=((m->c_mode==MSPMODE_STEREO)?stereo_off:stereo_on)) {
669 else if (detect<=((m->c_mode==MSPMODE_AB)?dual_off:dual_on)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dmsp3430.c365 /* 12 - detect 6.5 Mhz carrier as D/K1, D/K2 or D/K NICAM (does not seem to work ) */
366 /* 13 - detect 4.5 Mhz carrier as BTSC */
610 char detect; local in function:CheckModeMSP34x5D
660 detect=(char)high;
662 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"Stereo Detection Register: %d\n",detect);
664 if (detect>=((m->c_mode==MSPMODE_STEREO)?stereo_off:stereo_on)) {
669 else if (detect<=((m->c_mode==MSPMODE_AB)?dual_off:dual_on)) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.0.1.rst81 - nv50,nvc0: detect underlying resource changes and update tic
H A D17.3.8.rst74 - meson/configure: detect endian.h instead of trying to guess when it's
H A D21.3.2.rst101 - meson: correctly detect linker arguments
H A D17.0.2.rst145 - i965/fs: detect different bit size accesses to uniforms to push them
H A D19.1.3.rst54 - Can not detect VK_ERROR_OUT_OF_DATE_KHR or VK_SUBOPTIMAL_KHR when
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_dac.c189 .detect = G80DacDetect,
H A Dg80_sor.c419 .detect = G80SorDetect,
435 .detect = G80SorLVDSDetect,
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_output.c272 .detect = lx_output_detect,
/xsrc/external/mit/xf86-video-intel-old/dist/src/sil164/
H A Dsil164.c101 /* this will detect the SIL164 chip on the specified i2c bus */
263 .detect = sil164_detect,
/xsrc/external/mit/xf86-video-intel-old/dist/src/tfp410/
H A Dtfp410.c113 /* this will detect the tfp410 chip on the specified i2c bus */
285 .detect = tfp410_detect,
/xsrc/external/mit/freetype/dist/builds/windows/
H A Ddetect.mk2 # FreeType 2 configuration file to detect a Win32 host platform.

Completed in 49 milliseconds

1234567891011>>