Lines Matching refs:DEB2

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()
163DEB2(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()
179DEB2(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()
196DEB2(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()
318 DEB2(printk(KERN_DEBUG "i2c-algo-pcf.o: Doing %s %d bytes to 0x%02x - %d of %d messages\n", in pcf_xfer()
337 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: Timeout waiting " in pcf_xfer()
346 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: No LRB(1) in pcf_xfer\n");) in pcf_xfer()
359 DEB2(printk(KERN_DEBUG "i2c-algo-pcf.o: fail: " in pcf_xfer()
362 DEB2(printk(KERN_DEBUG "i2c-algo-pcf.o: read %d bytes.\n",ret)); in pcf_xfer()
369 DEB2(printk(KERN_DEBUG "i2c-algo-pcf.o: fail: " in pcf_xfer()
372 DEB2(printk(KERN_DEBUG "i2c-algo-pcf.o: wrote %d bytes.\n",ret)); in pcf_xfer()
403 DEB2(dev_dbg(&adap->dev, "hw routines registered.\n")); in i2c_pcf_add_bus()