Searched refs:DEB2 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/i2c/algos/ |
H A D | i2c-algo-pcf.c | 25 #define DEB2(x) if (i2c_debug >= 2) x macro 67 DEB2(printk(KERN_INFO in handle_lab() 90 DEB2(printk(KERN_INFO in handle_lab() 163 …DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't select S0 (0x%02x).\n", temp)); in pcf_init_8584() 171 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't set S0 (0x%02x).\n", temp)); in pcf_init_8584() 179 …DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't select S2 (0x%02x).\n", temp)); in pcf_init_8584() 187 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't set S2 (0x%02x).\n", temp)); in pcf_init_8584() 196 …DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't select S1` (0x%02x).\n", temp)… in pcf_init_8584() 212 DEB2(dev_dbg(&i2c_adap->dev, "i2c_write: writing %2.2X\n", in pcf_sendbytes() 309 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: " in pcf_xfer() [all …]
|
H A D | i2c-algo-pca.c | 19 #define DEB2(fmt, args...) do { if (i2c_debug >= 2) \ macro 71 DEB2("=== START\n"); in pca_start() 86 DEB2("=== REPEATED START\n"); in pca_repeated_start() 105 DEB2("=== STOP\n"); in pca_stop() 122 DEB2("=== SLAVE ADDRESS %#04x+%c=%#04x\n", in pca_address() 142 DEB2("=== WRITE %#04x\n", b); in pca_tx_byte() 160 DEB2("=== READ %#04x %s\n", *b, ack ? "ACK" : "NACK"); in pca_rx_byte() 262 DEB2("NOT ACK received after SLA+W\n"); in pca_xfer() 287 DEB2("NOT ACK received after SLA+R\n"); in pca_xfer() 293 DEB2("NOT ACK received after data byte\n"); in pca_xfer() [all …]
|