Lines Matching refs:format

150 		struct v4l2_mbus_framefmt format;
457 u16 vts = ov5693->mode.format.height + vblank;
485 exposure_max = ov5693->mode.format.height + ctrl->val -
566 cci_write(ov5693->regmap, OV5693_OUTPUT_SIZE_X_REG, mode->format.width,
585 cci_write(ov5693->regmap, OV5693_OUTPUT_SIZE_Y_REG, mode->format.height,
759 * We need to set a sensible default VTS for whatever format height we
780 return &ov5693->mode.format;
803 struct v4l2_subdev_format *format)
807 format->format = ov5693->mode.format;
814 struct v4l2_subdev_format *format)
824 crop = __ov5693_get_pad_crop(ov5693, state, format->pad, format->which);
828 * the requested format at the crop rectangle
830 width = clamp_t(unsigned int, ALIGN(format->format.width, 2),
832 height = clamp_t(unsigned int, ALIGN(format->format.height, 2),
844 fmt = __ov5693_get_pad_format(ov5693, state, format->pad,
845 format->which);
851 format->format = *fmt;
853 if (format->which == V4L2_SUBDEV_FORMAT_TRY)
925 struct v4l2_mbus_framefmt *format;
959 format = __ov5693_get_pad_format(ov5693, state, sel->pad,
961 format->width = rect.width;
962 format->height = rect.height;
1012 unsigned int framesize = OV5693_FIXED_PPL * (ov5693->mode.format.height +
1033 /* Only a single mbus format is supported */
1140 hblank = OV5693_FIXED_PPL - ov5693->mode.format.width;
1148 vblank_max = OV5693_TIMING_MAX_VTS - ov5693->mode.format.height;
1149 vblank_def = ov5693->mode.vts - ov5693->mode.format.height;
1334 ov5693->mode.format = ov5693_default_fmt;
1335 ov5693->mode.vts = __ov5693_calc_vts(ov5693->mode.format.height);