Lines Matching refs:PDEBUG
41 #define PDEBUG(level, fmt, args...) { \ macro
71 PDEBUG(DBG_I2C, "Needed %d retries for address %#2x", i, addr); in try_write_address()
72 PDEBUG(DBG_I2C, "Maybe there's no device at this address"); in try_write_address()
95 PDEBUG(DBG_I2C, "Needed %d retries for address %#2x", i, addr); in try_read_address()
96 PDEBUG(DBG_I2C, "Maybe there's no device at this address"); in try_read_address()
140 PDEBUG(DBG_I2C, "got NAK from device, message #%d", i); in usbvision_i2c_xfer()
193 PDEBUG(DBG_I2C, "Adaptername: %s", usbvision->i2c_adap.name); in usbvision_i2c_register()
203 PDEBUG(DBG_I2C, "I2C debugging is enabled [i2c]"); in usbvision_i2c_register()
204 PDEBUG(DBG_I2C, "ALGO debugging is enabled [i2c]"); in usbvision_i2c_register()
215 PDEBUG(DBG_I2C, "i2c bus for %s registered", usbvision->i2c_adap.name); in usbvision_i2c_register()
267 PDEBUG(DBG_I2C, "i2c bus for %s unregistered", usbvision->i2c_adap.name); in usbvision_i2c_unregister()
334 PDEBUG(DBG_I2C, "read %x from address %x", (unsigned char)buf[idx], addr); in usbvision_i2c_read_max4()
395 PDEBUG(DBG_I2C, "wrote %x at address %x", (unsigned char)buf[idx], addr); in usbvision_i2c_write_max4()