Lines Matching refs:debug
49 static int debug; variable
50 module_param(debug, int, 0644);
51 MODULE_PARM_DESC(debug, "debug level (0-3)");
178 if (debug < 3) in i2c_wr()
319 v4l2_dbg(1, debug, sd, "%s: no valid signal\n", __func__); in tc358743_get_detected_timings()
323 v4l2_dbg(1, debug, sd, "%s: no sync on signal\n", __func__); in tc358743_get_detected_timings()
369 v4l2_dbg(2, debug, sd, "%s:\n", __func__); in tc358743_delayed_work_enable_hotplug()
376 v4l2_dbg(2, debug, sd, "%s: %s\n", __func__, enable ? in tc358743_set_hdmi_hdcp()
408 v4l2_dbg(2, debug, sd, "%s:\n", __func__); in tc358743_disable_edid()
422 v4l2_dbg(2, debug, sd, "%s: no EDID -> no hotplug\n", __func__); in tc358743_enable_edid()
426 v4l2_dbg(2, debug, sd, "%s:\n", __func__); in tc358743_enable_edid()
510 v4l2_dbg(1, debug, sd, "%s:\n", __func__); in tc358743_reset_phy()
534 v4l2_dbg(3, debug, sd, "%s: %sable\n", in enable_stream()
568 v4l2_dbg(2, debug, sd, "%s:\n", __func__); in tc358743_set_pll()
584 v4l2_dbg(1, debug, sd, "%s: updating PLL clock\n", __func__); in tc358743_set_pll()
642 v4l2_dbg(2, debug, sd, "%s: YCbCr 422 16-bit\n", __func__); in tc358743_set_csi_color_space()
654 v4l2_dbg(2, debug, sd, "%s: RGB 888 24-bit\n", __func__); in tc358743_set_csi_color_space()
665 v4l2_dbg(2, debug, sd, "%s: Unsupported format code 0x%x\n", in tc358743_set_csi_color_space()
689 v4l2_dbg(3, debug, sd, "%s:\n", __func__); in tc358743_set_csi()
862 v4l2_dbg(1, debug, sd, "%s: Format changed. No signal\n", in tc358743_format_change()
891 v4l2_dbg(2, debug, sd, "%s: cable connected = %d\n", __func__, in tc358743_enable_interrupts()
919 v4l2_dbg(3, debug, sd, "%s: AUDIO_INT = 0x%02x\n", __func__, audio_int); in tc358743_hdmi_audio_int_handler()
940 v4l2_dbg(3, debug, sd, "%s: MISC_INT = 0x%02x\n", __func__, misc_int); in tc358743_hdmi_misc_int_handler()
972 v4l2_dbg(3, debug, sd, "%s: CBIT_INT = 0x%02x\n", __func__, cbit_int); in tc358743_hdmi_cbit_int_handler()
976 v4l2_dbg(1, debug, sd, "%s: Audio sample rate changed\n", in tc358743_hdmi_cbit_int_handler()
987 v4l2_dbg(1, debug, sd, "%s: Audio present changed\n", in tc358743_hdmi_cbit_int_handler()
1010 v4l2_dbg(3, debug, sd, "%s: CLK_INT = 0x%02x\n", __func__, clk_int); in tc358743_hdmi_clk_int_handler()
1014 v4l2_dbg(1, debug, sd, "%s: DE size or position has changed\n", in tc358743_hdmi_clk_int_handler()
1045 v4l2_dbg(3, debug, sd, "%s: SYS_INT = 0x%02x\n", __func__, sys_int); in tc358743_hdmi_sys_int_handler()
1050 v4l2_dbg(1, debug, sd, "%s: Tx 5V power present: %s\n", in tc358743_hdmi_sys_int_handler()
1069 v4l2_dbg(1, debug, sd, "%s: HDMI->DVI change detected\n", in tc358743_hdmi_sys_int_handler()
1086 v4l2_dbg(1, debug, sd, "%s: DVI->HDMI change detected\n", in tc358743_hdmi_sys_int_handler()
1280 v4l2_dbg(1, debug, sd, "%s: IntStatus = 0x%04x\n", __func__, intstatus); in tc358743_isr()
1313 v4l2_dbg(1, debug, sd, in tc358743_isr()
1352 v4l2_dbg(1, debug, sd, "%s: status = 0x%x\n", __func__, *status); in tc358743_g_input_status()
1365 if (debug) in tc358743_s_dv_timings()
1370 v4l2_dbg(1, debug, sd, "%s: no change\n", __func__); in tc358743_s_dv_timings()
1376 v4l2_dbg(1, debug, sd, "%s: timings out of range\n", __func__); in tc358743_s_dv_timings()
1418 if (debug) in tc358743_query_dv_timings()
1424 v4l2_dbg(1, debug, sd, "%s: timings out of range\n", __func__); in tc358743_query_dv_timings()
1585 v4l2_dbg(2, debug, sd, "%s, pad %d, start block %d, blocks %d\n", in tc358743_s_edid()
1825 v4l_dbg(1, debug, client, "chip found @ 0x%x (%s)\n", in tc358743_probe()