Searched refs:I2CRaiseSCL (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dxf86i2c.c87 I2CRaiseSCL(I2CBusPtr b, int sda, int timeout) function in typeref:typename:Bool
101 I2C_TIMEOUT(ErrorF("[I2CRaiseSCL(<%s>, %d, %d) timeout]", b->BusName, sda, timeout));
130 if (!I2CRaiseSCL(b, 1, timeout))
178 r = I2CRaiseSCL(b, sda, timeout);
193 r = I2CRaiseSCL(b, 1, timeout);
217 * zero according to the comment on I2CRaiseSCL.
237 r = I2CRaiseSCL(b, 1, b->HoldTime);
273 * zero according to the comment on I2CRaiseSCL.
/xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
H A Dxf86i2c.c86 I2CRaiseSCL(I2CBusPtr b, int sda, int timeout) function in typeref:typename:Bool
102 ("[I2CRaiseSCL(<%s>, %d, %d) timeout]", b->BusName, sda,
132 if (!I2CRaiseSCL(b, 1, timeout))
180 r = I2CRaiseSCL(b, sda, timeout);
195 r = I2CRaiseSCL(b, 1, timeout);
219 * zero according to the comment on I2CRaiseSCL.
239 r = I2CRaiseSCL(b, 1, b->HoldTime);
276 * zero according to the comment on I2CRaiseSCL.

Completed in 4 milliseconds