Lines Matching refs:hblank
108 struct v4l2_ctrl *hblank; member
995 int hblank, vblank; in ov5647_set_pad_fmt() local
1001 hblank = mode->hts - mode->format.width; in ov5647_set_pad_fmt()
1002 __v4l2_ctrl_modify_range(sensor->hblank, hblank, hblank, 1, in ov5647_set_pad_fmt()
1003 hblank); in ov5647_set_pad_fmt()
1271 int hblank, exposure_max, exposure_def; in ov5647_init_controls() local
1305 hblank = sensor->mode->hts - sensor->mode->format.width; in ov5647_init_controls()
1306 sensor->hblank = v4l2_ctrl_new_std(&sensor->ctrls, &ov5647_ctrl_ops, in ov5647_init_controls()
1307 V4L2_CID_HBLANK, hblank, hblank, 1, in ov5647_init_controls()
1308 hblank); in ov5647_init_controls()
1321 sensor->hblank->flags |= V4L2_CTRL_FLAG_READ_ONLY; in ov5647_init_controls()