Lines Matching refs:debug
36 static int debug; variable
37 module_param(debug, int, 0);
38 MODULE_PARM_DESC(debug, "Debug level (0-1)");
111 v4l2_dbg(1, debug, sd, "%s: failed\n", __func__); in vpx3220_fp_write()
120 v4l2_dbg(1, debug, sd, "%s: failed\n", __func__); in vpx3220_fp_write()
134 v4l2_dbg(1, debug, sd, "%s: failed\n", __func__); in vpx3220_fp_read()
144 v4l2_dbg(1, debug, sd, "%s: failed\n", __func__); in vpx3220_fp_read()
302 v4l2_dbg(1, debug, sd, "status: 0x%04x\n", status); in vpx3220_status()
340 v4l2_dbg(1, debug, sd, "querystd\n"); in vpx3220_querystd()
346 v4l2_dbg(1, debug, sd, "g_input_status\n"); in vpx3220_g_input_status()
360 v4l2_dbg(1, debug, sd, "s_std %llx\n", (unsigned long long)std); in vpx3220_s_std()
363 v4l2_dbg(1, debug, sd, "norm switched to NTSC\n"); in vpx3220_s_std()
366 v4l2_dbg(1, debug, sd, "norm switched to PAL\n"); in vpx3220_s_std()
369 v4l2_dbg(1, debug, sd, "norm switched to SECAM\n"); in vpx3220_s_std()
400 v4l2_dbg(1, debug, sd, "input switched to %s\n", inputs[input]); in vpx3220_s_routing()
417 v4l2_dbg(1, debug, sd, "s_stream %s\n", enable ? "on" : "off"); in vpx3220_s_stream()