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

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/freetype/dist/builds/
detect.mk 23 # 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)
toplevel.mk 21 # 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/xf86-video-intel-old/dist/src/
i2c_vid.h 101 xf86OutputStatus (*detect)(I2CDevPtr d); member in struct:_I830I2CVidOutputRec
i830_crt.c 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; local
330 detect = 0;
337 detect++;
349 present = detect * 4 > count * 3;
372 Bool detect; local
379 detect = xf86I2CProbeAddress(i830_output->pDDCBus, 0x00A0);
382 return detect;
    [all...]
i830_dvo.c 249 * Detect the output connection on our DVO device.
259 return intel_output->i2c_drv->vid_rec->detect(dev_priv);
332 .detect = i830_dvo_detect,
i830_hdmi.c 140 * Uses CRT_HOTPLUG_EN and CRT_HOTPLUG_STAT to detect HDMI connection.
323 .detect = i830_hdmi_detect,
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi501_output.c 144 outputFuncs->detect = SMI_OutputDetect_lcd;
160 outputFuncs->detect = SMI501_OutputDetect_crt;
smilynx_output.c 218 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;
smi_output.c 178 (*outputFuncs)->detect = SMI_OutputDetect;
  /xsrc/external/mit/xf86-video-ati/xorg-server-copy/
msp3430.c 365 /* 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
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/
msp3430.c 365 /* 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
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/xf86-video-geode/dist/src/
lx_output.c 272 .detect = lx_output_detect,
  /xsrc/external/mit/xf86-video-intel-old/dist/src/sil164/
sil164.c 101 /* 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/
tfp410.c 113 /* this will detect the tfp410 chip on the specified i2c bus */
285 .detect = tfp410_detect,
  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_dac.c 189 .detect = G80DacDetect,
g80_sor.c 419 .detect = G80SorDetect,
435 .detect = G80SorLVDSDetect,
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
tex3d-layout.lua 105 local w = width0 -- track current width/height to detect changing
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display_fake.c 178 .detect = sna_output_detect,
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_display_fake.c 185 .detect = sna_output_detect,
  /xsrc/external/mit/xf86-video-intel-old/dist/src/ch7017/
ch7017.c 323 .detect = ch7017_detect,
  /xsrc/external/mit/xf86-video-intel-old/dist/src/ch7xxx/
ch7xxx.c 132 /* this will detect the CH7xxx chip on the specified i2c bus */
316 .detect = ch7xxx_detect,
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_analog.c 278 "Did not detect a VGA monitor on I2C Bus 1.\n");
291 "Did not detect a VGA monitor on I2C Bus 2.\n");
303 /* We have to power on the display to detect it */
310 /* Detect the load on pins */
374 .detect = via_analog_detect,
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86EdidModes.c 227 Bool (*detect) (int scrnIndex, xf86MonPtr DDC); member in struct:__anon10046
827 for (i = 0; ddc_quirks[i].detect; i++) {
828 if (ddc_quirks[i].detect(scrnIndex, DDC)) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86EdidModes.c 231 Bool (*detect) (int scrnIndex, xf86MonPtr DDC); member in struct:__anon10620
813 for (i = 0; ddc_quirks[i].detect; i++) {
814 if (ddc_quirks[i].detect (scrnIndex, DDC)) {
  /xsrc/external/mit/xf86-video-intel-old/dist/src/ivch/
ivch.c 191 "ivch detect failed due to address mismatch "
371 .detect = ivch_detect,

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>