Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c504 bool rb_v2 = false; in v4l2_detect_cvt() local
518 rb_v2 = true; in v4l2_detect_cvt()
520 if (rb_v2 && active_width == 0) in v4l2_detect_cvt()
523 if (!rb_v2 && vsync > 7) in v4l2_detect_cvt()
531 if (rb_v2) { in v4l2_detect_cvt()
589 if (!rb_v2) in v4l2_detect_cvt()
597 h_blank = rb_v2 ? CVT_RB_V2_H_BLANK : CVT_RB_H_BLANK; in v4l2_detect_cvt()
598 clk_gran = rb_v2 ? CVT_PXL_CLK_GRAN_RB_V2 : CVT_PXL_CLK_GRAN; in v4l2_detect_cvt()