Lines Matching refs:debug
32 static int debug; variable
33 module_param(debug, int, 0644);
34 MODULE_PARM_DESC(debug, "Debug level (0-2)");
68 v4l2_dbg(2, debug, sd, "tvp5150: read 0x%02x = 0x%02x\n", addr, rc); in tvp5150_read()
79 v4l2_dbg(2, debug, sd, "tvp5150: writing 0x%02x 0x%02x\n", addr, value); in tvp5150_write()
82 v4l2_dbg(0, debug, sd, "i2c i/o error: rc == %d\n", rc); in tvp5150_write()
264 v4l2_dbg(1, debug, sd, "Selecting video route: route input=%i, output=%i " in tvp5150_selmux()
595 v4l2_dbg(1, debug, sd, "g_sliced_vbi_cap\n"); in tvp5150_g_sliced_vbi_cap()
733 v4l2_dbg(1, debug, sd, "Set video std register to %d.\n", fmt); in tvp5150_set_std()
853 v4l2_dbg(1, debug, sd, "width = %d, height = %d\n", f->width, in tvp5150_fill_fmt()
865 v4l2_dbg(1, debug, sd, "%s left=%d, top=%d, width=%d, height=%d\n", in tvp5150_s_crop()
1193 if (debug > 1) in tvp5150_probe()
1207 v4l2_dbg(1, debug, sd, in tvp5150_remove()