Searched refs:h_fp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 498 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()
|
/openbmc/linux/drivers/staging/media/max96712/ |
H A D | max96712.c | 167 const u32 h_fp = 88; in max96712_pattern_enable() local 170 const u32 h_tot = h_active + h_fp + h_sw + h_bp; in max96712_pattern_enable() 193 max96712_write_bulk_value(priv, 0x1060, h_active + h_fp + h_bp, 2); in max96712_pattern_enable() 198 max96712_write_bulk_value(priv, 0x1069, h_fp + h_sw + h_bp, 2); in max96712_pattern_enable()
|