Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-dv-timings.c498 int v_fp, v_bp, h_fp, h_bp, hsync; in v4l2_detect_cvt() local
602 h_fp = h_blank - h_bp - hsync; in v4l2_detect_cvt()
625 h_fp = h_blank - hsync - h_bp; in v4l2_detect_cvt()
632 fmt->bt.hfrontporch = h_fp; in v4l2_detect_cvt()
636 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_cvt()
717 int v_fp, v_bp, h_fp, hsync; in v4l2_detect_gtf() local
784 h_fp = h_blank / 2 - hsync; in v4l2_detect_gtf()
790 fmt->bt.hfrontporch = h_fp; in v4l2_detect_gtf()
794 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_gtf()
/linux-6.3-rc2/drivers/staging/media/max96712/
A Dmax96712.c158 const u32 h_fp = 88; in max96712_pattern_enable() local
161 const u32 h_tot = h_active + h_fp + h_sw + h_bp; in max96712_pattern_enable()
184 max96712_write_bulk_value(priv, 0x1060, h_active + h_fp + h_bp, 2); in max96712_pattern_enable()
189 max96712_write_bulk_value(priv, 0x1069, h_fp + h_sw + h_bp, 2); in max96712_pattern_enable()

Completed in 6 milliseconds