Lines Matching defs:height
107 /* Frame height in pixels */
108 u32 height;
312 .height = 1092,
520 exposure_max = ov2740->cur_mode->height + ctrl->val -
550 ov2740->cur_mode->height + ctrl->val);
601 vblank_min = cur_mode->vts_min - cur_mode->height;
602 vblank_max = OV2740_VTS_MAX - cur_mode->height;
603 vblank_default = cur_mode->vts_def - cur_mode->height;
646 fmt->height = mode->height;
870 height, fmt->format.width,
871 fmt->format.height);
884 vblank_def = mode->vts_def - mode->height;
886 mode->vts_min - mode->height,
887 OV2740_VTS_MAX - mode->height, 1,
943 fse->min_height = supported_modes[fse->index].height;