Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-dv-timings.c479 bool rb_v2 = false; in v4l2_detect_cvt() local
493 rb_v2 = true; in v4l2_detect_cvt()
495 if (rb_v2 && active_width == 0) in v4l2_detect_cvt()
498 if (!rb_v2 && vsync > 7) in v4l2_detect_cvt()
506 if (rb_v2) { in v4l2_detect_cvt()
564 if (!rb_v2) in v4l2_detect_cvt()
572 h_blank = rb_v2 ? CVT_RB_V2_H_BLANK : CVT_RB_H_BLANK; in v4l2_detect_cvt()
573 clk_gran = rb_v2 ? CVT_PXL_CLK_GRAN_RB_V2 : CVT_PXL_CLK_GRAN; in v4l2_detect_cvt()