Lines Matching defs:width
327 .width = OV5693_ACTIVE_WIDTH,
332 .width = OV5693_ACTIVE_WIDTH,
567 cci_write(ov5693->regmap, OV5693_OUTPUT_SIZE_X_REG, mode->format.width,
572 mode->crop.left + mode->crop.width, &ret);
821 unsigned int width, height;
831 width = clamp_t(unsigned int, ALIGN(format->format.width, 2),
832 OV5693_MIN_CROP_WIDTH, crop->width);
841 DIV_ROUND_CLOSEST(crop->width, width), 1, 2);
848 fmt->width = crop->width / hratio;
873 hblank = OV5693_FIXED_PPL - fmt->width;
904 sel->r.width = OV5693_NATIVE_WIDTH;
911 sel->r.width = OV5693_ACTIVE_WIDTH;
942 rect.width = clamp_t(unsigned int, ALIGN(sel->r.width, 2),
948 rect.width = min_t(unsigned int, rect.width,
955 if (rect.width != __crop->width || rect.height != __crop->height) {
962 format->width = rect.width;
1050 fse->min_width = __crop->width / (fse->index + 1);
1135 hblank = OV5693_FIXED_PPL - ov5693->mode.format.width;