Lines Matching refs:i2c_debug
29 static int i2c_debug; variable
32 module_param(i2c_debug, int, 0644);
33 MODULE_PARM_DESC(i2c_debug, "configure i2c debug level");
144 if (i2c_debug) { in bttv_i2c_sendbytes()
159 if (i2c_debug) in bttv_i2c_sendbytes()
162 if (i2c_debug && !(xmit & BT878_I2C_NOSTOP)) in bttv_i2c_sendbytes()
169 if (i2c_debug) in bttv_i2c_sendbytes()
190 if (i2c_debug) { in bttv_i2c_readbytes()
202 if (i2c_debug) { in bttv_i2c_readbytes()
205 if (i2c_debug && !(xmit & BT878_I2C_NOSTOP)) in bttv_i2c_readbytes()
215 if (i2c_debug) in bttv_i2c_readbytes()
227 if (i2c_debug) in bttv_i2c_xfer()