/drivers/media/video/cx23885/ |
D | cx23885-i2c.c | 32 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/ |
D | i2c-pxa.c | 188 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/ |
D | bttv-i2c.c | 41 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/ |
D | i2c-algo-pca.c | 30 #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);
|
D | i2c-algo-pcf.c | 41 #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,
|
D | i2c-algo-bit.c | 40 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/ |
D | em28xx-i2c.c | 40 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/ |
D | cx88-i2c.c | 38 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/ |
D | saa7134-i2c.c | 36 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/ |
D | usbvision-i2c.c | 43 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()
|