Lines Matching refs:PDEBUG
45 #define PDEBUG(level, fmt, args...) { \ macro
75 PDEBUG(DBG_I2C, "Needed %d retries for address %#2x", i, addr); in try_write_address()
76 PDEBUG(DBG_I2C, "Maybe there's no device at this address"); in try_write_address()
99 PDEBUG(DBG_I2C, "Needed %d retries for address %#2x", i, addr); in try_read_address()
100 PDEBUG(DBG_I2C, "Maybe there's no device at this address"); in try_read_address()
144 PDEBUG(DBG_I2C, "got NAK from device, message #%d", i); in usbvision_i2c_xfer()
196 PDEBUG(DBG_I2C, "Adaptername: %s", usbvision->i2c_adap.name); in usbvision_i2c_register()
206 PDEBUG(DBG_I2C, "I2C debugging is enabled [i2c]"); in usbvision_i2c_register()
207 PDEBUG(DBG_I2C, "ALGO debugging is enabled [i2c]"); in usbvision_i2c_register()
218 PDEBUG(DBG_I2C, "i2c bus for %s registered", usbvision->i2c_adap.name); in usbvision_i2c_register()
270 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()