Lines Matching refs:bt
566 if (t1->bt.width == t2->bt.width && in v4l_match_dv_timings()
567 t1->bt.height == t2->bt.height && in v4l_match_dv_timings()
568 t1->bt.interlaced == t2->bt.interlaced && in v4l_match_dv_timings()
569 t1->bt.polarities == t2->bt.polarities && in v4l_match_dv_timings()
570 t1->bt.pixelclock >= t2->bt.pixelclock - pclock_delta && in v4l_match_dv_timings()
571 t1->bt.pixelclock <= t2->bt.pixelclock + pclock_delta && in v4l_match_dv_timings()
572 t1->bt.hfrontporch == t2->bt.hfrontporch && in v4l_match_dv_timings()
573 t1->bt.vfrontporch == t2->bt.vfrontporch && in v4l_match_dv_timings()
574 t1->bt.vsync == t2->bt.vsync && in v4l_match_dv_timings()
575 t1->bt.vbackporch == t2->bt.vbackporch && in v4l_match_dv_timings()
576 (!t1->bt.interlaced || in v4l_match_dv_timings()
577 (t1->bt.il_vfrontporch == t2->bt.il_vfrontporch && in v4l_match_dv_timings()
578 t1->bt.il_vsync == t2->bt.il_vsync && in v4l_match_dv_timings()
579 t1->bt.il_vbackporch == t2->bt.il_vbackporch))) in v4l_match_dv_timings()
722 fmt->bt.polarities = polarities; in v4l2_detect_cvt()
723 fmt->bt.width = image_width; in v4l2_detect_cvt()
724 fmt->bt.height = image_height; in v4l2_detect_cvt()
725 fmt->bt.hfrontporch = h_fp; in v4l2_detect_cvt()
726 fmt->bt.vfrontporch = v_fp; in v4l2_detect_cvt()
727 fmt->bt.hsync = hsync; in v4l2_detect_cvt()
728 fmt->bt.vsync = vsync; in v4l2_detect_cvt()
729 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_cvt()
730 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_cvt()
731 fmt->bt.pixelclock = pix_clk; in v4l2_detect_cvt()
732 fmt->bt.standards = V4L2_DV_BT_STD_CVT; in v4l2_detect_cvt()
734 fmt->bt.flags |= V4L2_DV_FL_REDUCED_BLANKING; in v4l2_detect_cvt()
841 fmt->bt.polarities = polarities; in v4l2_detect_gtf()
842 fmt->bt.width = image_width; in v4l2_detect_gtf()
843 fmt->bt.height = image_height; in v4l2_detect_gtf()
844 fmt->bt.hfrontporch = h_fp; in v4l2_detect_gtf()
845 fmt->bt.vfrontporch = v_fp; in v4l2_detect_gtf()
846 fmt->bt.hsync = hsync; in v4l2_detect_gtf()
847 fmt->bt.vsync = vsync; in v4l2_detect_gtf()
848 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_gtf()
849 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_gtf()
850 fmt->bt.pixelclock = pix_clk; in v4l2_detect_gtf()
851 fmt->bt.standards = V4L2_DV_BT_STD_GTF; in v4l2_detect_gtf()
853 fmt->bt.flags |= V4L2_DV_FL_REDUCED_BLANKING; in v4l2_detect_gtf()