Lines Matching refs:I2CBusPtr
15 typedef struct _I2CBusRec *I2CBusPtr;
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;
53 I2CBusPtr xf86CreateI2CBusRec(void);
54 void xf86DestroyI2CBusRec(I2CBusPtr pI2CBus, Bool unalloc, Bool devs_too);
55 Bool xf86I2CBusInit(I2CBusPtr pI2CBus);
56 I2CBusPtr xf86I2CFindBus(int scrnIndex, char *name);
57 int xf86I2CGetScreenBuses(int scrnIndex, I2CBusPtr **pppI2CBus);
71 I2CBusPtr pI2CBus;
79 I2CDevPtr xf86I2CFindDev(I2CBusPtr, I2CSlaveAddr);
83 Bool xf86I2CProbeAddress(I2CBusPtr pI2CBus, I2CSlaveAddr);