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

/linux-master/drivers/i2c/algos/
H A Di2c-algo-pcf.c25 #define DEB2(x) if (i2c_debug >= 2) x macro
67 DEB2(printk(KERN_INFO
90 DEB2(printk(KERN_INFO
163 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't select S0 (0x%02x).\n", temp));
171 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't set S0 (0x%02x).\n", temp));
179 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't select S2 (0x%02x).\n", temp));
187 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't set S2 (0x%02x).\n", temp));
196 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't select S1` (0x%02x).\n", temp));
212 DEB2(dev_dbg(&i2c_adap->dev, "i2c_write: writing %2.2X\n",
309 DEB2(print
[all...]
H A Di2c-algo-pca.c19 #define DEB2(fmt, args...) do { if (i2c_debug >= 2) \ macro
71 DEB2("=== START\n");
86 DEB2("=== REPEATED START\n");
105 DEB2("=== STOP\n");
122 DEB2("=== SLAVE ADDRESS %#04x+%c=%#04x\n",
142 DEB2("=== WRITE %#04x\n", b);
160 DEB2("=== READ %#04x %s\n", *b, ack ? "ACK" : "NACK");
262 DEB2("NOT ACK received after SLA+W\n");
287 DEB2("NOT ACK received after SLA+R\n");
293 DEB2("NO
[all...]

Completed in 87 milliseconds