Searched refs:DEB2 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/i2c/algos/ |
D | i2c-algo-pcf.c | 34 #define DEB2(x) if (i2c_debug >= 2) x macro 76 DEB2(printk(KERN_INFO in handle_lab() 99 DEB2(printk(KERN_INFO in handle_lab() 172 …DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't select S0 (0x%02x).\n", temp)); in pcf_init_8584() 180 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't set S0 (0x%02x).\n", temp)); in pcf_init_8584() 188 …DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't select S2 (0x%02x).\n", temp)); in pcf_init_8584() 196 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't set S2 (0x%02x).\n", temp)); in pcf_init_8584() 205 …DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't select S1` (0x%02x).\n", temp)… in pcf_init_8584() 221 DEB2(dev_dbg(&i2c_adap->dev, "i2c_write: writing %2.2X\n", in pcf_sendbytes() 318 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: " in pcf_xfer() [all …]
|
D | i2c-algo-pca.c | 28 #define DEB2(fmt, args...) do { if (i2c_debug >= 2) \ macro 66 DEB2("=== START\n"); in pca_start() 81 DEB2("=== REPEATED START\n"); in pca_repeated_start() 100 DEB2("=== STOP\n"); in pca_stop() 117 DEB2("=== SLAVE ADDRESS %#04x+%c=%#04x\n", in pca_address() 137 DEB2("=== WRITE %#04x\n", b); in pca_tx_byte() 155 DEB2("=== READ %#04x %s\n", *b, ack ? "ACK" : "NACK"); in pca_rx_byte() 257 DEB2("NOT ACK received after SLA+W\n"); in pca_xfer() 282 DEB2("NOT ACK received after SLA+R\n"); in pca_xfer() 288 DEB2("NOT ACK received after data byte\n"); in pca_xfer() [all …]
|