Searched defs:i2c_debug (Results 1 - 13 of 13) sorted by relevance

/drivers/media/video/cx88/
H A Dcx88-i2c.c38 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) \
/drivers/media/video/tm6000/
H A Dtm6000-i2c.c37 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)
206 if (i2c_debug >= 2)
211 if (i2c_debug >= 2)
217 if (i2c_debug >= 2)
/drivers/i2c/algos/
H A Di2c-algo-bit.c40 if (i2c_debug >= level) \
55 static int i2c_debug = 1; variable
56 module_param(i2c_debug, int, S_IRUGO | S_IWUSR);
57 MODULE_PARM_DESC(i2c_debug,
118 if (jiffies != start && i2c_debug >= 3)
H A Di2c-algo-pca.c32 #define DEB1(fmt, args...) do { if (i2c_debug >= 1) \
34 #define DEB2(fmt, args...) do { if (i2c_debug >= 2) \
36 #define DEB3(fmt, args...) do { if (i2c_debug >= 3) \
39 static int i2c_debug; variable
206 if (i2c_debug >= 2) {
566 module_param(i2c_debug, int, 0);
H A Di2c-algo-pcf.c40 #define DEB2(x) if (i2c_debug >= 2) x
41 #define DEB3(x) if (i2c_debug >= 3) x /* print several statistical values */
42 #define DEBPROTO(x) if (i2c_debug >= 9) x;
49 static int i2c_debug; variable
440 module_param(i2c_debug, int, S_IRUGO | S_IWUSR);
441 MODULE_PARM_DESC(i2c_debug,
/drivers/media/video/bt8xx/
H A Dbttv-i2c.c41 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) {
173 if (i2c_debug)
183 if (i2c_debug)
204 if (i2c_debug) {
216 if (i2c_debug) {
219 if (i2c_debug && !(xmit & BT878_I2C_NOSTOP))
229 if (i2c_debug)
[all...]
/drivers/media/video/cx231xx/
H A Dcx231xx-i2c.c38 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) { \
391 if (i2c_debug >= 2) {
402 if (i2c_debug >= 2) {
409 if (i2c_debug >= 2) {
417 if (i2c_debug >= 2)
/drivers/media/video/cx23885/
H A Dcx23885-i2c.c32 static unsigned int i2c_debug; variable
33 module_param(i2c_debug, int, 0644);
34 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]");
41 do { if (i2c_debug >= level)\
125 if (i2c_debug) {
147 if (i2c_debug) {
157 if (i2c_debug)
171 if (i2c_debug && !joined)
188 if (i2c_debug) {
208 if (i2c_debug) {
[all...]
/drivers/media/video/cx25821/
H A Dcx25821-i2c.c29 static unsigned int i2c_debug; variable
30 module_param(i2c_debug, int, 0644);
31 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]");
39 if (i2c_debug >= level) \
130 if (i2c_debug) {
156 if (i2c_debug) {
168 if (i2c_debug)
181 if (i2c_debug && !joined)
197 if (i2c_debug) {
221 if (i2c_debug) {
[all...]
/drivers/media/video/em28xx/
H A Dem28xx-i2c.c40 static unsigned int i2c_debug; variable
41 module_param(i2c_debug, int, 0644);
42 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]");
46 if (i2c_debug >= lvl) { \
271 if (i2c_debug >= 2) {
277 if (i2c_debug >= 2) {
293 if (i2c_debug >= 2)
/drivers/media/video/usbvision/
H A Dusbvision-i2c.c40 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)) \
331 if (i2c_debug & DBG_I2C) {
392 if (i2c_debug & DBG_I2C) {
/drivers/media/video/saa7134/
H A Dsaa7134-i2c.c35 static unsigned int i2c_debug; variable
36 module_param(i2c_debug, int, 0644);
37 MODULE_PARM_DESC(i2c_debug,"enable debug messages [i2c]");
43 #define d1printk if (1 == i2c_debug) printk
44 #define d2printk if (2 == i2c_debug) printk
321 if (1 == i2c_debug) {
/drivers/i2c/busses/
H A Di2c-pxa.c245 static unsigned int i2c_debug = DEBUG; variable
271 #define i2c_debug 0 macro
338 if (i2c_debug > 1)
343 if (i2c_debug > 0)
353 if (i2c_debug > 0)
361 if (i2c_debug > 0)
369 if (i2c_debug)
394 if (i2c_debug > 1)
401 if (i2c_debug > 1)
409 if (i2c_debug >
[all...]

Completed in 280 milliseconds