Lines Matching refs:debug

40 static int debug;  variable
41 module_param(debug, int, 0644);
42 MODULE_PARM_DESC(debug, "debug level (0-2)");
158 v4l2_dbg(1, debug, sd, "%s:\n", __func__); in ad9389b_edid_rd()
318 v4l2_dbg(1, debug, sd, in ad9389b_s_ctrl()
453 v4l2_dbg(1, debug, sd, "%s: power %s\n", __func__, on ? "on" : "off"); in ad9389b_s_power()
474 v4l2_dbg(1, debug, sd, "failed to powerup the ad9389b\n"); in ad9389b_s_power()
479 v4l2_dbg(1, debug, sd, in ad9389b_s_power()
553 v4l2_dbg(1, debug, sd, "%s: irq_status 0x%x\n", __func__, irq_status); in ad9389b_isr()
579 v4l2_dbg(1, debug, sd, "%s: %sable\n", __func__, (enable ? "en" : "dis")); in ad9389b_s_stream()
606 v4l2_dbg(1, debug, sd, "%s:\n", __func__); in ad9389b_s_dv_timings()
639 v4l2_dbg(1, debug, sd, "%s:\n", __func__); in ad9389b_g_dv_timings()
686 v4l2_dbg(1, debug, sd, "EDID segment 0 not found\n"); in ad9389b_get_edid()
708 v4l2_dbg(1, debug, sd, "%s: %sable\n", __func__, (enable ? "en" : "dis")); in ad9389b_s_audio_stream()
798 static void ad9389b_dbg_dump_edid(int lvl, int debug, struct v4l2_subdev *sd, in ad9389b_dbg_dump_edid() argument
803 if (debug < lvl) in ad9389b_dbg_dump_edid()
806 v4l2_dbg(lvl, debug, sd, "edid segment %d\n", segment); in ad9389b_dbg_dump_edid()
812 v4l2_dbg(lvl, debug, sd, "\n"); in ad9389b_dbg_dump_edid()
818 v4l2_dbg(lvl, debug, sd, "%s\n", b); in ad9389b_dbg_dump_edid()
830 v4l2_dbg(1, debug, sd, "%s:\n", __func__); in ad9389b_edid_handler()
843 v4l2_dbg(1, debug, sd, "%s: edid read failed\n", __func__); in ad9389b_edid_handler()
856 v4l2_dbg(1, debug, sd, "%s: no edid found\n", __func__); in ad9389b_edid_handler()
861 v4l2_dbg(1, debug, sd, "%s\n", __func__); in ad9389b_audio_setup()
875 v4l2_dbg(1, debug, sd, "%s\n", __func__); in ad9389b_setup()
919 v4l2_dbg(1, debug, sd, "%s: status: 0x%x%s%s\n", in ad9389b_update_monitor_present_status()
926 v4l2_dbg(1, debug, sd, "%s: hotplug detected\n", __func__); in ad9389b_update_monitor_present_status()
929 v4l2_dbg(1, debug, sd, in ad9389b_update_monitor_present_status()
939 v4l2_dbg(1, debug, sd, "%s: hotplug not detected\n", __func__); in ad9389b_update_monitor_present_status()
972 v4l2_dbg(1, debug, sd, "%s: reset and re-check status (%d)\n", __func__, retry); in ad9389b_check_monitor_present_status()
1031 v4l2_dbg(1, debug, sd, "%s: edid ready (retries: %d)\n", in ad9389b_check_edid_status()
1042 v4l2_dbg(1, debug, sd, "%s: got segment %d\n", __func__, segment); in ad9389b_check_edid_status()
1044 ad9389b_dbg_dump_edid(2, debug, sd, segment, in ad9389b_check_edid_status()
1048 v4l2_dbg(1, debug, sd, "%s: %d blocks in total\n", in ad9389b_check_edid_status()
1063 v4l2_dbg(1, debug, sd, "%s: request segment %d\n", in ad9389b_check_edid_status()
1089 v4l2_dbg(1, debug, sd, "%s\n", __func__); in ad9389b_init_setup()
1112 v4l_dbg(1, debug, client, "detecting ad9389b client on address 0x%x\n", in ad9389b_probe()
1171 v4l2_dbg(1, debug, sd, "reg 0x41 0x%x, chip version (reg 0x00) 0x%x\n", in ad9389b_probe()
1216 v4l2_dbg(1, debug, sd, "%s removed @ 0x%x (%s)\n", client->name, in ad9389b_remove()