Home
last modified time | relevance | path

Searched refs:I2C_TRACE (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/
H A Dxf86i2c.c35 #define I2C_TRACE(x) /*(x)*/ /* Report progress */ macro
140 I2C_TRACE(ErrorF("\ni2c: <")); in I2CStart()
165 I2C_TRACE(ErrorF(">\n")); in I2CStop()
256 I2C_TRACE(ErrorF("W%02x%c ", (int) data, sda ? '-' : '+')); in I2CPutByte()
305 I2C_TRACE(ErrorF("R%02x%c ", (int) *data, last ? '+' : '-')); in I2CGetByte()