Searched refs:I2C (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_i2c.c205 I2CControl I2C; local in function:I2CAccessBuffer
218 I2C.Command = pI2CControl->Command;
219 I2C.dwCookie = pI2CControl->dwCookie;
220 I2C.Data = pI2CControl->Data;
221 I2C. Flags = pI2CControl->Flags;
222 I2C.Status = pI2CControl->Status;
223 I2C.ClockRate = pI2CControl->ClockRate;
226 /* Reset I2C Bus */
227 I2C.Command = I2C_COMMAND_RESET;
228 I2CAccess(pHWDE, &I2C);
1834 I2CControl I2C; local in function:bGetEDID
[all...]
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_i2c.c69 if (pSmi->I2C == NULL) {
74 I2CPtr->BusName = "I2C bus";
84 pSmi->I2C = I2CPtr;
H A Dsmilynx_output.c184 if(pSmi->I2C){
185 pMon=xf86OutputGetEDID(output,pSmi->I2C);
H A Dsmi.h174 I2CBusPtr I2C; /* Pointer into I2C module */ member in struct:__anon910553c20208
H A Dsmi_video.c912 if (xf86I2CProbeAddress(pSmi->I2C, SAA7111))
919 smiPortPtr->I2CDev.pI2CBus = pSmi->I2C;
2119 if (pSmi->I2C == NULL)
2128 dev->pI2CBus = pSmi->I2C;
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_i2c.c30 OUTB(vgaIOBase + 4, I2C);
48 OUTB(vgaIOBase + 4, I2C);
H A Dtrident_regs.h76 #define I2C 0x37 macro
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_i2c.c103 ps3v->I2C = I2CPtr;
105 I2CPtr->BusName = "I2C bus";
H A Ds3v.h301 I2CBusPtr I2C; member in struct:tagS3VRec
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_i2c.c83 psav->I2C = I2CPtr;
85 I2CPtr->BusName = "I2C bus";
H A Dsavage_driver.h317 I2CBusPtr I2C; member in struct:_Savage
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_i2c.c87 pNeo->I2C = I2CPtr;
89 I2CPtr->BusName = "I2C bus";
H A Dneo.h260 I2CBusPtr I2C; member in struct:neoRec
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_ddc.c185 pFfb->I2C = I2CPtr;
H A Dffb.h219 void *I2C; member in struct:__anoncc77e9840308
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Driva_setup.c164 if(!pRiva->I2C) return NULL;
171 MonInfo = xf86DoEEDID(XF86_SCRN_ARG(pScrn), pRiva->I2C, TRUE);
173 MonInfo = xf86DoEDID_DDC2(XF86_SCRN_ARG(pScrn), pRiva->I2C);
H A Driva_type.h111 /* I2C / DDC */
112 I2CBusPtr I2C; member in struct:__anonc12496290308
H A Dnv_type.h153 /* I2C / DDC */
154 I2CBusPtr I2C; member in struct:__anonce19071b0208
H A Driva_dac.c277 pRiva->I2C = I2CPtr;
H A Dnv_setup.c233 if(!pNv->I2C) return NULL;
238 "Probing for EDID on I2C bus %s...\n", bus ? "B" : "A");
241 MonInfo = xf86DoEEDID(XF86_SCRN_ARG(pScrn), pNv->I2C, TRUE);
243 MonInfo = xf86DoEDID_DDC2(XF86_SCRN_ARG(pScrn), pNv->I2C);
H A Dnv_dac.c426 pNv->I2C = I2CPtr;
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128.h131 I2CBusPtr I2C; member in struct:__anon6378783a0108
H A Di128_driver.c782 /* Without DDC, we have no use for the I2C bus */
786 /* - DDC can use I2C bus */
787 /* Load I2C if we have the code to use it */
792 pI128->I2C = NULL;
1897 pI128->I2C = I2CPtr;
1908 /* soft switch register bits 1,0 control I2C channel */
1936 /* Initialize I2C bus - used by DDC if available */
1940 /* Read and output monitor info using DDC2 over I2C bus */
1941 if (pI128->I2C) {
1942 MonInfo = xf86DoEDID_DDC2(XF86_SCRN_ARG(pScrn), pI128->I2C);
[all...]
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm.h36 /* I2C support */
133 Bool apmTransparency, apmClip, ShadowFB, I2C; member in struct:__anon29656e4e0408
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_ddc.c170 cPtr->I2C = I2CPtr;
263 * answer from the relevant DDC I2C addresses. We'll have to wait
264 * and see, if this is too restrictive (eg one wants to use I2C

Completed in 22 milliseconds

12