Lines Matching refs:i2c_debug
41 static int i2c_debug; variable
44 module_param(i2c_debug, int, 0644);
45 MODULE_PARM_DESC(i2c_debug, "configure i2c debug level");
158 if (i2c_debug) { in bttv_i2c_sendbytes()
173 if (i2c_debug) in bttv_i2c_sendbytes()
176 if (i2c_debug && !(xmit & BT878_I2C_NOSTOP)) in bttv_i2c_sendbytes()
183 if (i2c_debug) in bttv_i2c_sendbytes()
204 if (i2c_debug) { in bttv_i2c_readbytes()
216 if (i2c_debug) { in bttv_i2c_readbytes()
219 if (i2c_debug && !(xmit & BT878_I2C_NOSTOP)) in bttv_i2c_readbytes()
229 if (i2c_debug) in bttv_i2c_readbytes()
241 if (i2c_debug) in bttv_i2c_xfer()