Lines Matching refs:width
302 min_hblank = max_t(int, mt9v032->model->data->min_row_time - crop->width, in mt9v032_update_hblank()
437 ret = regmap_write(map, MT9V032_WINDOW_WIDTH, crop->width); in mt9v032_s_stream()
521 unsigned int width; in mt9v032_set_format() local
530 width = clamp(ALIGN(format->format.width, 2), in mt9v032_set_format()
531 max_t(unsigned int, __crop->width / 4, in mt9v032_set_format()
533 __crop->width); in mt9v032_set_format()
539 hratio = mt9v032_calc_ratio(__crop->width, width); in mt9v032_set_format()
544 __format->width = __crop->width / hratio; in mt9v032_set_format()
592 rect.width = clamp_t(unsigned int, ALIGN(sel->r.width, 2), in mt9v032_set_selection()
599 rect.width = min_t(unsigned int, in mt9v032_set_selection()
600 rect.width, MT9V032_PIXEL_ARRAY_WIDTH - rect.left); in mt9v032_set_selection()
606 if (rect.width != __crop->width || rect.height != __crop->height) { in mt9v032_set_selection()
612 __format->width = rect.width; in mt9v032_set_selection()
819 crop->width = MT9V032_WINDOW_WIDTH_DEF; in mt9v032_open()
829 format->width = MT9V032_WINDOW_WIDTH_DEF; in mt9v032_open()
1024 mt9v032->crop.width = MT9V032_WINDOW_WIDTH_DEF; in mt9v032_probe()
1032 mt9v032->format.width = MT9V032_WINDOW_WIDTH_DEF; in mt9v032_probe()