Home
last modified time | relevance | path

Searched refs:rb_v2 (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-dv-timings.c501 bool rb_v2 = false; in v4l2_detect_cvt() local
515 rb_v2 = true; in v4l2_detect_cvt()
517 if (rb_v2 && active_width == 0) in v4l2_detect_cvt()
520 if (!rb_v2 && vsync > 7) in v4l2_detect_cvt()
528 if (rb_v2) { in v4l2_detect_cvt()
586 if (!rb_v2) in v4l2_detect_cvt()
594 h_blank = rb_v2 ? CVT_RB_V2_H_BLANK : CVT_RB_H_BLANK; in v4l2_detect_cvt()
595 clk_gran = rb_v2 ? CVT_PXL_CLK_GRAN_RB_V2 : CVT_PXL_CLK_GRAN; in v4l2_detect_cvt()

Completed in 6 milliseconds