Lines Matching refs:debug
31 static int debug; variable
32 module_param(debug, int, 0644);
33 MODULE_PARM_DESC(debug, "Debug level (0-2)");
67 v4l2_dbg(2, debug, sd, "tvp5150: read 0x%02x = 0x%02x\n", addr, rc); in tvp5150_read()
78 v4l2_dbg(2, debug, sd, "tvp5150: writing 0x%02x 0x%02x\n", addr, value); in tvp5150_write()
81 v4l2_dbg(0, debug, sd, "i2c i/o error: rc == %d\n", rc); in tvp5150_write()
263 v4l2_dbg(1, debug, sd, "Selecting video route: route input=%i, output=%i " in tvp5150_selmux()
594 v4l2_dbg(1, debug, sd, "g_sliced_vbi_cap\n"); in tvp5150_g_sliced_vbi_cap()
732 v4l2_dbg(1, debug, sd, "Set video std register to %d.\n", fmt); in tvp5150_set_std()
847 v4l2_dbg(1, debug, sd, "width = %d, height = %d\n", f->width, in tvp5150_mbus_fmt()
859 v4l2_dbg(1, debug, sd, "%s left=%d, top=%d, width=%d, height=%d\n", in tvp5150_s_crop()
1181 if (debug > 1) in tvp5150_probe()
1191 v4l2_dbg(1, debug, sd, in tvp5150_remove()