/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | bttv-i2c.c | 41 static int i2c_debug; variable 44 module_param(i2c_debug, int, 0644); 45 MODULE_PARM_DESC(i2c_debug, "configure i2c debug level"); 156 if (i2c_debug) { in bttv_i2c_sendbytes() 171 if (i2c_debug) in bttv_i2c_sendbytes() 174 if (i2c_debug && !(xmit & BT878_I2C_NOSTOP)) in bttv_i2c_sendbytes() 181 if (i2c_debug) in bttv_i2c_sendbytes() 202 if (i2c_debug) { in bttv_i2c_readbytes() 214 if (i2c_debug) { in bttv_i2c_readbytes() 217 if (i2c_debug && !(xmit & BT878_I2C_NOSTOP)) in bttv_i2c_readbytes() [all …]
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-i2c.c | 28 static unsigned int i2c_debug; variable 29 module_param(i2c_debug, int, 0644); 30 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]"); 37 do { if (i2c_debug >= level)\ 122 if (i2c_debug) { in i2c_sendbytes() 144 if (i2c_debug) { in i2c_sendbytes() 154 if (i2c_debug) in i2c_sendbytes() 168 if (i2c_debug && !joined) in i2c_readbytes() 185 if (i2c_debug) { in i2c_readbytes() 205 if (i2c_debug) { in i2c_readbytes() [all …]
|
/Linux-v4.19/drivers/media/pci/cx25821/ |
D | cx25821-i2c.c | 26 static unsigned int i2c_debug; variable 27 module_param(i2c_debug, int, 0644); 28 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]"); 36 if (i2c_debug >= level) \ 127 if (i2c_debug) { in i2c_sendbytes() 153 if (i2c_debug) { in i2c_sendbytes() 165 if (i2c_debug) in i2c_sendbytes() 178 if (i2c_debug && !joined) in i2c_readbytes() 194 if (i2c_debug) { in i2c_readbytes() 218 if (i2c_debug) { in i2c_readbytes() [all …]
|
/Linux-v4.19/drivers/media/usb/tm6000/ |
D | tm6000-i2c.c | 23 static unsigned int i2c_debug; variable 24 module_param(i2c_debug, int, 0644); 25 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]"); 27 #define i2c_dprintk(lvl, fmt, args...) if (i2c_debug >= lvl) do { \ 167 if (i2c_debug >= 2) in tm6000_i2c_xfer() 189 if (i2c_debug >= 2) in tm6000_i2c_xfer() 194 if (i2c_debug >= 2) in tm6000_i2c_xfer() 200 if (i2c_debug >= 2) in tm6000_i2c_xfer()
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-i2c.c | 33 static unsigned int i2c_debug; variable 34 module_param(i2c_debug, int, 0644); 35 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]"); 47 if (i2c_debug >= level) \
|
/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx-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]"); 44 if (i2c_debug >= lvl) { \ 51 if (i2c_debug >= lvl) { \ 399 if (i2c_debug >= 2) { in cx231xx_i2c_xfer() 407 if (i2c_debug >= 2) { in cx231xx_i2c_xfer() 419 if (i2c_debug >= 2) { in cx231xx_i2c_xfer() 426 if (i2c_debug >= 2) { in cx231xx_i2c_xfer() 434 if (i2c_debug >= 2) in cx231xx_i2c_xfer()
|
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134-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 if (i2c_debug == level) \ 46 if (i2c_debug == level) \ 323 if (1 == i2c_debug) { in saa7134_i2c_xfer()
|
/Linux-v4.19/drivers/i2c/algos/ |
D | i2c-algo-pcf.c | 34 #define DEB2(x) if (i2c_debug >= 2) x 35 #define DEB3(x) if (i2c_debug >= 3) x /* print several statistical values */ 36 #define DEBPROTO(x) if (i2c_debug >= 9) x; 43 static int i2c_debug; variable 430 module_param(i2c_debug, int, S_IRUGO | S_IWUSR); 431 MODULE_PARM_DESC(i2c_debug,
|
D | i2c-algo-pca.c | 26 #define DEB1(fmt, args...) do { if (i2c_debug >= 1) \ 28 #define DEB2(fmt, args...) do { if (i2c_debug >= 2) \ 30 #define DEB3(fmt, args...) do { if (i2c_debug >= 3) \ 33 static int i2c_debug; variable 202 if (i2c_debug >= 2) { in pca_xfer() 558 module_param(i2c_debug, int, 0);
|
D | i2c-algo-bit.c | 34 if (i2c_debug >= level) \ 49 static int i2c_debug = 1; variable 50 module_param(i2c_debug, int, S_IRUGO | S_IWUSR); 51 MODULE_PARM_DESC(i2c_debug, 112 if (jiffies != start && i2c_debug >= 3) in sclhi()
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-pxa.c | 296 static unsigned int i2c_debug = DEBUG; variable 327 #define i2c_debug 0 macro 394 if (i2c_debug > 1) in i2c_pxa_wait_master() 399 if (i2c_debug > 0) in i2c_pxa_wait_master() 409 if (i2c_debug > 0) in i2c_pxa_wait_master() 417 if (i2c_debug > 0) in i2c_pxa_wait_master() 425 if (i2c_debug) in i2c_pxa_set_master() 450 if (i2c_debug > 1) in i2c_pxa_wait_slave() 457 if (i2c_debug > 1) in i2c_pxa_wait_slave() 465 if (i2c_debug > 0) in i2c_pxa_wait_slave() [all …]
|
/Linux-v4.19/drivers/media/usb/usbvision/ |
D | usbvision-i2c.c | 36 static int i2c_debug; variable 38 module_param(i2c_debug, int, 0644); /* debug_i2c_usb mode of the device driver */ 39 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]"); 42 if (i2c_debug & (level)) \ 330 if (i2c_debug & DBG_I2C) { in usbvision_i2c_read_max4() 391 if (i2c_debug & DBG_I2C) { in usbvision_i2c_write_max4()
|
/Linux-v4.19/drivers/media/usb/stk1160/ |
D | stk1160-i2c.c | 30 static unsigned int i2c_debug; variable 31 module_param(i2c_debug, int, 0644); 32 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]"); 36 if (i2c_debug) \
|
/Linux-v4.19/drivers/media/usb/em28xx/ |
D | em28xx-i2c.c | 39 static unsigned int i2c_debug; variable 40 module_param(i2c_debug, int, 0644); 41 MODULE_PARM_DESC(i2c_debug, "i2c debug message level (1: normal debug, 2: show I2C transfers)"); 44 if (i2c_debug > level) \ 717 if (i2c_debug) { in em28xx_i2c_eeprom()
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | stv0367.c | 42 module_param_named(i2c_debug, i2cdebug, int, 0644); 3360 MODULE_PARM_DESC(i2c_debug, "Set i2c debug");
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | bttv.rst | 954 insmod i2c scan=1 i2c_debug=0 verbose=0
|