Home
last modified time | relevance | path

Searched refs:i2c_debug (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/drivers/i2c/algos/
Di2c-algo-pcf.c34 #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,
Di2c-algo-pca.c26 #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
216 if (i2c_debug >= 2) { in pca_xfer()
570 module_param(i2c_debug, int, 0);
Di2c-algo-bit.c34 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.19.296/drivers/media/usb/usbvision/
Dusbvision-i2c.c36 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-4.19.296/drivers/i2c/busses/
Di2c-pxa.c296 static unsigned int i2c_debug = DEBUG; variable
326 #define i2c_debug 0 macro
393 if (i2c_debug > 1) in i2c_pxa_wait_master()
398 if (i2c_debug > 0) in i2c_pxa_wait_master()
408 if (i2c_debug > 0) in i2c_pxa_wait_master()
416 if (i2c_debug > 0) in i2c_pxa_wait_master()
424 if (i2c_debug) in i2c_pxa_set_master()
449 if (i2c_debug > 1) in i2c_pxa_wait_slave()
456 if (i2c_debug > 1) in i2c_pxa_wait_slave()
464 if (i2c_debug > 0) in i2c_pxa_wait_slave()
[all …]
/linux-4.19.296/drivers/media/dvb-frontends/
Dstv0367.c42 module_param_named(i2c_debug, i2cdebug, int, 0644);
3360 MODULE_PARM_DESC(i2c_debug, "Set i2c debug");