Searched refs:v_bp (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 498 int v_fp, v_bp, h_fp, h_bp, hsync; in v4l2_detect_cvt() local 529 v_bp = CVT_RB_V_BPORCH; in v4l2_detect_cvt() 531 v_fp -= vsync + v_bp; in v4l2_detect_cvt() 537 v_bp = (CVT_RB_MIN_V_BLANK * hfreq) / 1000000 + 1; in v4l2_detect_cvt() 538 v_bp -= vsync + v_fp; in v4l2_detect_cvt() 540 if (v_bp < CVT_RB_MIN_V_BPORCH) in v4l2_detect_cvt() 541 v_bp = CVT_RB_MIN_V_BPORCH; in v4l2_detect_cvt() 545 v_bp = (CVT_MIN_VSYNC_BP * hfreq) / 1000000 + 1 - vsync; in v4l2_detect_cvt() 547 if (v_bp < CVT_MIN_V_BPORCH) in v4l2_detect_cvt() 548 v_bp = CVT_MIN_V_BPORCH; in v4l2_detect_cvt() [all …]
|
/linux-6.12.1/drivers/staging/media/max96712/ |
D | max96712.c | 175 const u32 v_bp = 36; in max96712_pattern_enable() local 176 const u32 v_tot = v_active + v_fp + v_sw + v_bp; in max96712_pattern_enable() 190 (v_active + v_fp + + v_bp) * h_tot, 3); in max96712_pattern_enable() 196 h_tot * (v_sw + v_bp) + (h_sw + h_bp), 3); in max96712_pattern_enable()
|
/linux-6.12.1/drivers/media/i2c/ |
D | max96714.c | 159 const u32 v_bp = 36; in max96714_apply_patgen_timing() local 164 v_tot = v_active + v_fp + v_sw + v_bp; in max96714_apply_patgen_timing() 176 (v_active + v_fp + v_bp) * h_tot, &ret); in max96714_apply_patgen_timing() 181 h_tot * (v_sw + v_bp) + (h_sw + h_bp), &ret); in max96714_apply_patgen_timing()
|
D | max96717.c | 183 const u32 v_bp = 36; in max96717_apply_patgen_timing() local 188 v_tot = v_active + v_fp + v_sw + v_bp; in max96717_apply_patgen_timing() 200 (v_active + v_fp + v_bp) * h_tot, &ret); in max96717_apply_patgen_timing() 205 h_tot * (v_sw + v_bp) + (h_sw + h_bp), &ret); in max96717_apply_patgen_timing()
|