| /linux-4.4.14/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"); 158 	if (i2c_debug) {  in bttv_i2c_sendbytes() 173 		if (i2c_debug)  in bttv_i2c_sendbytes() 176 	if (i2c_debug && !(xmit & BT878_I2C_NOSTOP))  in bttv_i2c_sendbytes() 183 	if (i2c_debug)  in bttv_i2c_sendbytes() 204 		if (i2c_debug) {  in bttv_i2c_readbytes() 216 		if (i2c_debug) {  in bttv_i2c_readbytes() 219 		if (i2c_debug && !(xmit & BT878_I2C_NOSTOP))  in bttv_i2c_readbytes() [all …] 
 | 
| /linux-4.4.14/drivers/media/usb/em28xx/ | 
| D | em28xx-i2c.c | 42 static unsigned int i2c_debug;  variable 43 module_param(i2c_debug, int, 0644); 44 MODULE_PARM_DESC(i2c_debug, "i2c debug message level (1: normal debug, 2: show I2C transfers)"); 83 			if (i2c_debug == 1)  in em2800_i2c_send_bytes() 95 	if (i2c_debug)  in em2800_i2c_send_bytes() 130 			if (i2c_debug == 1)  in em2800_i2c_recv_bytes() 143 		if (i2c_debug)  in em2800_i2c_recv_bytes() 212 			if (i2c_debug == 1)  in em28xx_i2c_send_bytes() 232 		if (i2c_debug)  in em28xx_i2c_send_bytes() 284 		if (i2c_debug == 1)  in em28xx_i2c_recv_bytes() [all …] 
 | 
| /linux-4.4.14/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)\ 121 	if (i2c_debug) {  in i2c_sendbytes() 143 		if (i2c_debug) {  in i2c_sendbytes() 153 	if (i2c_debug)  in i2c_sendbytes() 167 	if (i2c_debug && !joined)  in i2c_readbytes() 184 	if (i2c_debug) {  in i2c_readbytes() 204 		if (i2c_debug) {  in i2c_readbytes() [all …] 
 | 
| /linux-4.4.14/drivers/media/pci/cx25821/ | 
| D | cx25821-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]"); 40 	if (i2c_debug >= level)						\ 131 	if (i2c_debug) {  in i2c_sendbytes() 157 		if (i2c_debug) {  in i2c_sendbytes() 169 	if (i2c_debug)  in i2c_sendbytes() 182 	if (i2c_debug && !joined)  in i2c_readbytes() 198 	if (i2c_debug) {  in i2c_readbytes() 222 		if (i2c_debug) {  in i2c_readbytes() [all …] 
 | 
| /linux-4.4.14/drivers/media/usb/tm6000/ | 
| D | tm6000-i2c.c | 37 static unsigned int i2c_debug;  variable 38 module_param(i2c_debug, int, 0644); 39 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]"); 41 #define i2c_dprintk(lvl, fmt, args...) if (i2c_debug >= lvl) do { \ 184 			if (i2c_debug >= 2)  in tm6000_i2c_xfer() 206 			if (i2c_debug >= 2)  in tm6000_i2c_xfer() 211 			if (i2c_debug >= 2)  in tm6000_i2c_xfer() 217 		if (i2c_debug >= 2)  in tm6000_i2c_xfer()
  | 
| /linux-4.4.14/drivers/media/pci/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) \
  | 
| /linux-4.4.14/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) {				\ 401 			if (i2c_debug >= 2) {  in cx231xx_i2c_xfer() 409 			if (i2c_debug >= 2) {  in cx231xx_i2c_xfer() 421 			if (i2c_debug >= 2) {  in cx231xx_i2c_xfer() 428 			if (i2c_debug >= 2) {  in cx231xx_i2c_xfer() 436 		if (i2c_debug >= 2)  in cx231xx_i2c_xfer()
  | 
| /linux-4.4.14/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 434 module_param(i2c_debug, int, S_IRUGO | S_IWUSR); 435 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 205 	if (i2c_debug >= 2) {  in pca_xfer() 561 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-4.4.14/drivers/media/pci/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]"); 45 	if (i2c_debug == level) \ 50 	if (i2c_debug == level) \ 327 	if (1 == i2c_debug) {  in saa7134_i2c_xfer()
  | 
| /linux-4.4.14/drivers/media/usb/usbvision/ | 
| D | usbvision-i2c.c | 40 static int i2c_debug;  variable 42 module_param(i2c_debug, int, 0644);			/* debug_i2c_usb mode of the device driver */ 43 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]"); 46 		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-4.4.14/drivers/i2c/busses/ | 
| D | i2c-pxa.c | 278 static unsigned int i2c_debug = DEBUG;  variable 309 #define i2c_debug	0  macro 376 		if (i2c_debug > 1)  in i2c_pxa_wait_master() 381 			if (i2c_debug > 0)  in i2c_pxa_wait_master() 391 			if (i2c_debug > 0)  in i2c_pxa_wait_master() 399 	if (i2c_debug > 0)  in i2c_pxa_wait_master() 407 	if (i2c_debug)  in i2c_pxa_set_master() 432 		if (i2c_debug > 1)  in i2c_pxa_wait_slave() 439 			if (i2c_debug > 1)  in i2c_pxa_wait_slave() 447 	if (i2c_debug > 0)  in i2c_pxa_wait_slave() [all …] 
 | 
| /linux-4.4.14/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-4.4.14/Documentation/video4linux/bttv/ | 
| D | Modprobe.conf | 3 options i2c-core	i2c_debug=1
  | 
| D | Modules.conf | 6 options i2c-core	i2c_debug=1
  | 
| D | README.WINVIEW | 30 insmod i2c scan=1 i2c_debug=0 verbose=0
  | 
| /linux-4.4.14/drivers/media/dvb-frontends/ | 
| D | stv0367.c | 43 module_param_named(i2c_debug, i2cdebug, int, 0644); 3460 MODULE_PARM_DESC(i2c_debug, "Set i2c debug");
  |