Searched refs:I2CBusPtr (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/ |
| H A D | xf86i2c.h | 14 typedef struct _I2CBusRec *I2CBusPtr; typedef 24 void (*I2CUDelay) (I2CBusPtr b, int usec); 26 void (*I2CPutBits) (I2CBusPtr b, int scl, int sda); 27 void (*I2CGetBits) (I2CBusPtr b, int *scl, int *sda); 31 Bool (*I2CStart) (I2CBusPtr b, int timeout); 48 I2CBusPtr NextBus; 54 extern _X_EXPORT I2CBusPtr xf86CreateI2CBusRec(void); 57 extern _X_EXPORT void xf86DestroyI2CBusRec(I2CBusPtr pI2CBus, Bool unalloc, 60 extern _X_EXPORT Bool xf86I2CBusInit(I2CBusPtr pI2CBus); 62 extern _X_EXPORT I2CBusPtr xf86I2CFindBus(int scrnIndex, char *name); [all …]
|
| H A D | xf86i2c.c | 46 I2CUDelay(I2CBusPtr b, int usec) in I2CUDelay() 86 I2CRaiseSCL(I2CBusPtr b, int sda, int timeout) in I2CRaiseSCL() 130 I2CStart(I2CBusPtr b, int timeout) in I2CStart() 155 I2CBusPtr b = d->pI2CBus; in I2CStop() 173 I2CWriteBit(I2CBusPtr b, int sda, int timeout) in I2CWriteBit() 190 I2CReadBit(I2CBusPtr b, int *psda, int timeout) in I2CReadBit() 227 I2CBusPtr b = d->pI2CBus; in I2CPutByte() 286 I2CBusPtr b = d->pI2CBus; in I2CGetByte() 364 xf86I2CProbeAddress(I2CBusPtr b, I2CSlaveAddr addr) in xf86I2CProbeAddress() 414 I2CBusPtr b = d->pI2CBus; in I2CWriteRead() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/ |
| H A D | ddc.c | 302 DDC2MakeDevice(I2CBusPtr pBus, int address, const char *name) in DDC2MakeDevice() 326 DDC2Init(I2CBusPtr pBus) in DDC2Init() 406 xf86DoEEDID(ScrnInfoPtr pScrn, I2CBusPtr pBus, Bool complete) in xf86DoEEDID() 467 xf86DoEDID_DDC2(ScrnInfoPtr pScrn, I2CBusPtr pBus) in xf86DoEDID_DDC2()
|
| H A D | xf86DDC.h | 33 extern _X_EXPORT xf86MonPtr xf86DoEDID_DDC2(ScrnInfoPtr pScrn, I2CBusPtr pBus); 35 extern _X_EXPORT xf86MonPtr xf86DoEEDID(ScrnInfoPtr pScrn, I2CBusPtr pBus, Bool);
|
| H A D | DDC.HOWTO | 70 xf86MonPtr xf86DoEDID_DDC2(int scrnIndex, I2CBusPtr pBus)
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Crtc.h | 1008 xf86OutputGetEDID(xf86OutputPtr output, I2CBusPtr pDDCBus);
|
| H A D | xf86Crtc.c | 3282 xf86OutputGetEDID(xf86OutputPtr output, I2CBusPtr pDDCBus) in xf86OutputGetEDID()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | README.modes | 206 xf86OutputGetEDID (xf86OutputPtr output, I2CBusPtr pDDCBus)
|