Home
last modified time | relevance | path

Searched refs:i2c_debug (Results 1 – 10 of 10) sorted by relevance

/drivers/media/video/cx23885/
Dcx23885-i2c.c32 static unsigned int i2c_debug; variable
33 module_param(i2c_debug, int, 0644);
34 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]");
41 do { if (i2c_debug >= level)\
128 if (i2c_debug) { in i2c_sendbytes()
153 if (i2c_debug) { in i2c_sendbytes()
164 if (i2c_debug) in i2c_sendbytes()
178 if (i2c_debug && !joined) in i2c_readbytes()
195 if (i2c_debug) { in i2c_readbytes()
218 if (i2c_debug) { in i2c_readbytes()
[all …]
/drivers/i2c/busses/
Di2c-pxa.c188 static unsigned int i2c_debug = DEBUG; variable
198 #define i2c_debug 0 macro
278 if (i2c_debug > 1) in i2c_pxa_wait_master()
283 if (i2c_debug > 0) in i2c_pxa_wait_master()
293 if (i2c_debug > 0) in i2c_pxa_wait_master()
301 if (i2c_debug > 0) in i2c_pxa_wait_master()
309 if (i2c_debug) in i2c_pxa_set_master()
334 if (i2c_debug > 1) in i2c_pxa_wait_slave()
341 if (i2c_debug > 1) in i2c_pxa_wait_slave()
349 if (i2c_debug > 0) in i2c_pxa_wait_slave()
[all …]
/drivers/media/video/bt8xx/
Dbttv-i2c.c41 static int i2c_debug; variable
44 module_param(i2c_debug, int, 0644);
159 if (i2c_debug) { in bttv_i2c_sendbytes()
176 if (i2c_debug) { in bttv_i2c_sendbytes()
187 if (i2c_debug) in bttv_i2c_sendbytes()
214 if (i2c_debug) { in bttv_i2c_readbytes()
227 if (i2c_debug) in bttv_i2c_readbytes()
238 if (i2c_debug) in bttv_i2c_xfer()
/drivers/i2c/algos/
Di2c-algo-pca.c30 #define DEB1(fmt, args...) do { if (i2c_debug>=1) printk(fmt, ## args); } while(0)
31 #define DEB2(fmt, args...) do { if (i2c_debug>=2) printk(fmt, ## args); } while(0)
32 #define DEB3(fmt, args...) do { if (i2c_debug>=3) printk(fmt, ## args); } while(0)
34 static int i2c_debug; variable
190 if (i2c_debug>=2) { in pca_xfer()
390 module_param(i2c_debug, int, 0);
Di2c-algo-pcf.c41 #define DEB2(x) if (i2c_debug>=2) x
42 #define DEB3(x) if (i2c_debug>=3) x /* print several statistical values*/
43 #define DEBPROTO(x) if (i2c_debug>=9) x;
49 static int i2c_debug; variable
459 module_param(i2c_debug, int, S_IRUGO | S_IWUSR);
460 MODULE_PARM_DESC(i2c_debug,
Di2c-algo-bit.c40 if (i2c_debug >= level) \
55 static int i2c_debug = 1; variable
56 module_param(i2c_debug, int, S_IRUGO | S_IWUSR);
57 MODULE_PARM_DESC(i2c_debug,
112 if (jiffies != start && i2c_debug >= 3) in sclhi()
/drivers/media/video/em28xx/
Dem28xx-i2c.c40 static unsigned int i2c_debug; variable
41 module_param(i2c_debug, int, 0644);
42 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]");
47 if (i2c_debug >= lvl) { \
54 if (i2c_debug >= lvl) { \
272 if (i2c_debug >= 2) { in em28xx_i2c_xfer()
278 if (i2c_debug >= 2) { in em28xx_i2c_xfer()
294 if (i2c_debug >= 2) in em28xx_i2c_xfer()
/drivers/media/video/cx88/
Dcx88-i2c.c38 static unsigned int i2c_debug; variable
39 module_param(i2c_debug, int, 0644);
40 MODULE_PARM_DESC(i2c_debug,"enable debug messages [i2c]");
51 #define dprintk(level,fmt, arg...) if (i2c_debug >= level) \
/drivers/media/video/saa7134/
Dsaa7134-i2c.c36 static unsigned int i2c_debug; variable
37 module_param(i2c_debug, int, 0644);
38 MODULE_PARM_DESC(i2c_debug,"enable debug messages [i2c]");
44 #define d1printk if (1 == i2c_debug) printk
45 #define d2printk if (2 == i2c_debug) printk
310 if (1 == i2c_debug) { in saa7134_i2c_xfer()
/drivers/media/video/usbvision/
Dusbvision-i2c.c43 static int i2c_debug; variable
45 module_param (i2c_debug, int, 0644); // debug_i2c_usb mode of the device driver
46 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]");
49 if (i2c_debug & (level)) \
397 if (i2c_debug & DBG_I2C) { in usbvision_i2c_read_max4()
458 if (i2c_debug & DBG_I2C) { in usbvision_i2c_write_max4()