Lines Matching refs:DPRINT
22 #define DPRINT(x) printf (x) macro
24 #define DPRINT(x) macro
51 DPRINT (("I2C read_byte() %d 0x%02x 0x%02x\n", in i2c_read_byte()
97 DPRINT (("I2C HW error reported: 0x%02x\n", temp)); in i2c_read_byte()
106 DPRINT (("I2C Transaction start failed: 0x%02x\n", temp)); in i2c_read_byte()
109 DPRINT (("I2C read_byte() status: 0x%02x\n", op_status)); in i2c_read_byte()
147 DPRINT (("I2C read_byte() failed: 0x%02x (%d left)\n", op_status, len)); in i2c_read()
154 DPRINT (("I2C read() status: 0x%02x\n", op_status)); in i2c_read()
207 DPRINT (("I2C HW error reported: 0x%02x\n", temp)); in i2c_write_byte()
217 DPRINT (("I2C Transaction start failed: 0x%02x\n", temp)); in i2c_write_byte()
248 DPRINT (("I2C write_byte() failed: 0x%02x (%d left)\n", op_status, len)); in i2c_write()