Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c498 int v_fp, v_bp, h_fp, h_bp, hsync; in v4l2_detect_cvt() local
530 v_fp = (CVT_RB_MIN_V_BLANK * hfreq) / 1000000 + 1; in v4l2_detect_cvt()
531 v_fp -= vsync + v_bp; in v4l2_detect_cvt()
533 if (v_fp < CVT_RB_V2_MIN_V_FPORCH) in v4l2_detect_cvt()
534 v_fp = CVT_RB_V2_MIN_V_FPORCH; in v4l2_detect_cvt()
536 v_fp = CVT_RB_V_FPORCH; in v4l2_detect_cvt()
538 v_bp -= vsync + v_fp; in v4l2_detect_cvt()
544 v_fp = CVT_MIN_V_PORCH_RND; in v4l2_detect_cvt()
552 image_height = (frame_height - 2 * v_fp - 2 * vsync - 2 * v_bp) & ~0x1; in v4l2_detect_cvt()
554 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; in v4l2_detect_cvt()
[all …]
/linux/drivers/staging/media/max96712/
H A Dmax96712.c173 const u32 v_fp = 4; 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()
/linux/drivers/media/i2c/
H A Dmax96714.c156 const u32 v_fp = 4; in max96714_apply_patgen_timing() local
163 v_tot = v_active + v_fp + v_sw + v_bp; in max96714_apply_patgen_timing()
175 (v_active + v_fp + v_bp) * h_tot, &ret); in max96714_apply_patgen_timing()