Searched refs:I2CDev (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_video.h77 I2CDevRec I2CDev; member in struct:__anon629b2c180108
H A Dsmi_video.c697 } else if (pPort->I2CDev.SlaveAddr == SAA7110) {
699 } else if (pPort->I2CDev.SlaveAddr == SAA7111) {
745 if (!xf86I2CWriteVec(&(pPort->I2CDev), SAA7111VideoStd[norm],
751 if (!xf86I2CWriteVec(&(pPort->I2CDev),
757 if (!xf86I2CWriteVec(&(pPort->I2CDev),
791 if (!xf86I2CWriteByte(&(pPort->I2CDev), slave_adr, (value & 0xff)))
801 xf86I2CReadBytes(&(pPort->I2CDev), 0, i2c_bytes, 32);
917 smiPortPtr->I2CDev.DevName = "SAA 7111A";
918 smiPortPtr->I2CDev.SlaveAddr = SAA7111;
919 smiPortPtr->I2CDev
[all...]
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_video.c110 I2CDevRec I2CDev; member in struct:_PortPrivRec
533 if (!xf86I2CWriteByte(&pPPriv->I2CDev, 0x0A + i, v))
553 if (!xf86I2CWriteByte(&pPPriv->I2CDev, 0x02, Dec02[Plug]) ||
554 !xf86I2CWriteByte(&pPPriv->I2CDev, 0x09, Dec09[Plug]))
558 if (!xf86I2CWriteByte(&pPPriv->I2CDev, 0x3A, Enc3A[Plug]))
562 xf86I2CWriteByte(&pPPriv->I2CDev, 0x3A, 0x83);
588 xf86I2CWriteByte(&pAPriv->Port[1].I2CDev, 0x61, 0xC2);
591 if (!xf86I2CWriteVec(&pAPriv->Port[0].I2CDev, &DecVS[VideoStd][0], 4)) {
597 if (!xf86I2CWriteVec(&pAPriv->Port[1].I2CDev, &EncVS[VideoStd][0], 7)) {
1332 xf86I2CWriteByte(&pAPriv->Port[1].I2CDev,
[all...]

Completed in 7 milliseconds