Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-dv-timings.c476 int v_fp, v_bp, h_fp, h_bp, hsync; in v4l2_detect_cvt() local
507 v_bp = CVT_RB_V_BPORCH; in v4l2_detect_cvt()
509 v_fp -= vsync + v_bp; in v4l2_detect_cvt()
515 v_bp = (CVT_RB_MIN_V_BLANK * hfreq) / 1000000 + 1; in v4l2_detect_cvt()
516 v_bp -= vsync + v_fp; in v4l2_detect_cvt()
518 if (v_bp < CVT_RB_MIN_V_BPORCH) in v4l2_detect_cvt()
519 v_bp = CVT_RB_MIN_V_BPORCH; in v4l2_detect_cvt()
523 v_bp = (CVT_MIN_VSYNC_BP * hfreq) / 1000000 + 1 - vsync; in v4l2_detect_cvt()
525 if (v_bp < CVT_MIN_V_BPORCH) in v4l2_detect_cvt()
526 v_bp = CVT_MIN_V_BPORCH; in v4l2_detect_cvt()
[all …]
/linux-5.19.10/drivers/staging/media/max96712/
Dmax96712.c166 const u32 v_bp = 36; in max96712_pattern_enable() local
167 const u32 v_tot = v_active + v_fp + v_sw + v_bp; in max96712_pattern_enable()
181 (v_active + v_fp + + v_bp) * h_tot, 3); in max96712_pattern_enable()
187 h_tot * (v_sw + v_bp) + (h_sw + h_bp), 3); in max96712_pattern_enable()