/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
D | bttv-i2c.c | 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() [all …]
|
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
D | cx23885-i2c.c | 17 static unsigned int i2c_debug; variable 18 module_param(i2c_debug, int, 0644); 19 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]"); 26 do { if (i2c_debug >= level)\ 111 if (i2c_debug) { in i2c_sendbytes() 133 if (i2c_debug) { in i2c_sendbytes() 143 if (i2c_debug) in i2c_sendbytes() 157 if (i2c_debug && !joined) in i2c_readbytes() 174 if (i2c_debug) { in i2c_readbytes() 194 if (i2c_debug) { in i2c_readbytes() [all …]
|
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/ |
D | cx25821-i2c.c | 16 static unsigned int i2c_debug; variable 17 module_param(i2c_debug, int, 0644); 18 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]"); 26 if (i2c_debug >= level) \ 117 if (i2c_debug) { in i2c_sendbytes() 143 if (i2c_debug) { in i2c_sendbytes() 155 if (i2c_debug) in i2c_sendbytes() 168 if (i2c_debug && !joined) in i2c_readbytes() 184 if (i2c_debug) { in i2c_readbytes() 208 if (i2c_debug) { in i2c_readbytes() [all …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/ |
D | cx231xx-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]"); 32 if (i2c_debug >= lvl) { \ 39 if (i2c_debug >= lvl) { \ 387 if (i2c_debug >= 2) { in cx231xx_i2c_xfer() 395 if (i2c_debug >= 2) { in cx231xx_i2c_xfer() 407 if (i2c_debug >= 2) { in cx231xx_i2c_xfer() 414 if (i2c_debug >= 2) { in cx231xx_i2c_xfer() 422 if (i2c_debug >= 2) in cx231xx_i2c_xfer()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
D | cx88-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]"); 37 if (i2c_debug >= level) \
|
/kernel/linux/linux-5.10/drivers/i2c/algos/ |
D | i2c-algo-pcf.c | 25 #define DEB2(x) if (i2c_debug >= 2) x 26 #define DEB3(x) if (i2c_debug >= 3) x /* print several statistical values */ 27 #define DEBPROTO(x) if (i2c_debug >= 9) x; 34 static int i2c_debug; variable 421 module_param(i2c_debug, int, S_IRUGO | S_IWUSR); 422 MODULE_PARM_DESC(i2c_debug,
|
D | i2c-algo-pca.c | 17 #define DEB1(fmt, args...) do { if (i2c_debug >= 1) \ 19 #define DEB2(fmt, args...) do { if (i2c_debug >= 2) \ 21 #define DEB3(fmt, args...) do { if (i2c_debug >= 3) \ 24 static int i2c_debug; variable 207 if (i2c_debug >= 2) { in pca_xfer() 561 module_param(i2c_debug, int, 0);
|
D | i2c-algo-bit.c | 25 if (i2c_debug >= level) \ 40 static int i2c_debug = 1; variable 41 module_param(i2c_debug, int, S_IRUGO | S_IWUSR); 42 MODULE_PARM_DESC(i2c_debug, 103 if (jiffies != start && i2c_debug >= 3) in sclhi()
|
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
D | saa7134-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]"); 32 if (i2c_debug == level) \ 37 if (i2c_debug == level) \ 314 if (1 == i2c_debug) { in saa7134_i2c_xfer()
|
/kernel/linux/linux-5.10/drivers/media/usb/stk1160/ |
D | stk1160-i2c.c | 20 static unsigned int i2c_debug; variable 21 module_param(i2c_debug, int, 0644); 22 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]"); 26 if (i2c_debug) \
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
D | i2c-pxa.c | 351 static unsigned int i2c_debug = DEBUG; variable 381 #define i2c_debug 0 macro 454 if (i2c_debug > 1) in i2c_pxa_wait_master() 459 if (i2c_debug > 0) in i2c_pxa_wait_master() 470 if (i2c_debug > 0) in i2c_pxa_wait_master() 478 if (i2c_debug > 0) in i2c_pxa_wait_master() 486 if (i2c_debug) in i2c_pxa_set_master() 511 if (i2c_debug > 1) in i2c_pxa_wait_slave() 518 if (i2c_debug > 1) in i2c_pxa_wait_slave() 526 if (i2c_debug > 0) in i2c_pxa_wait_slave() [all …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
D | stv0367.c | 32 module_param_named(i2c_debug, i2cdebug, int, 0644); 3350 MODULE_PARM_DESC(i2c_debug, "Set i2c debug");
|