Searched refs:i2c_debug (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/media/pci/bt8xx/ |
| H A 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 …]
|
| /linux/drivers/media/pci/cx23885/ |
| H A 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 …]
|
| /linux/drivers/media/pci/cx25821/ |
| H A 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 …]
|
| /linux/drivers/media/pci/cx88/ |
| H A 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) \
|
| /linux/drivers/media/usb/stk1160/ |
| H A 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) \
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-pxa.c | 355 static unsigned int i2c_debug = DEBUG; variable 385 #define i2c_debug 0 macro 458 if (i2c_debug > 1) in i2c_pxa_wait_master() 463 if (i2c_debug > 0) in i2c_pxa_wait_master() 474 if (i2c_debug > 0) in i2c_pxa_wait_master() 482 if (i2c_debug > 0) in i2c_pxa_wait_master() 490 if (i2c_debug) in i2c_pxa_set_master() 515 if (i2c_debug > 1) in i2c_pxa_wait_slave() 522 if (i2c_debug > 1) in i2c_pxa_wait_slave() 530 if (i2c_debug > 0) in i2c_pxa_wait_slave() [all …]
|
| /linux/drivers/i2c/algos/ |
| H A 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);
|
| H A 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()
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | stv0367.c | 32 module_param_named(i2c_debug, i2cdebug, int, 0644); 3328 MODULE_PARM_DESC(i2c_debug, "Set i2c debug");
|