Lines Matching defs:height
101 /* Frame height in pixels */
102 u32 height;
306 .height = 1092,
468 exposure_max = ov2740->cur_mode->height + ctrl->val -
498 ov2740->cur_mode->height + ctrl->val);
549 vblank_min = cur_mode->vts_min - cur_mode->height;
550 vblank_max = OV2740_VTS_MAX - cur_mode->height;
551 vblank_default = cur_mode->vts_def - cur_mode->height;
594 fmt->height = mode->height;
724 height, fmt->format.width,
725 fmt->format.height);
738 vblank_def = mode->vts_def - mode->height;
740 mode->vts_min - mode->height,
741 OV2740_VTS_MAX - mode->height, 1,
796 fse->min_height = supported_modes[fse->index].height;