Lines Matching refs:I2CBusPtr
14 typedef struct _I2CBusRec *I2CBusPtr;
23 void (*I2CUDelay) (I2CBusPtr b, int usec);
25 void (*I2CPutBits)(I2CBusPtr b, int scl, int sda);
26 void (*I2CGetBits)(I2CBusPtr b, int *scl, int *sda);
30 Bool (*I2CStart) (I2CBusPtr b, int timeout);
47 I2CBusPtr NextBus;
52 I2CBusPtr xf86CreateI2CBusRec(void);
53 void xf86DestroyI2CBusRec(I2CBusPtr pI2CBus, Bool unalloc, Bool devs_too);
54 Bool xf86I2CBusInit(I2CBusPtr pI2CBus);
55 I2CBusPtr xf86I2CFindBus(int scrnIndex, char *name);
56 int xf86I2CGetScreenBuses(int scrnIndex, I2CBusPtr **pppI2CBus);
70 I2CBusPtr pI2CBus;
78 I2CDevPtr xf86I2CFindDev(I2CBusPtr, I2CSlaveAddr);
82 Bool xf86I2CProbeAddress(I2CBusPtr pI2CBus, I2CSlaveAddr);