| /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...] |
| /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/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)) {
|
| xf86Crtc.h | 495 xf86OutputStatus(*detect) (xf86OutputPtr output); member in struct:_xf86OutputFuncs
|
| /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)) {
|
| xf86Crtc.h | 449 (*detect)(xf86OutputPtr output); member in struct:_xf86OutputFuncs
|