Lines Matching defs:height
77 u32 height;
297 { 0x380a, 0x01 }, /* height high */
298 { 0x380b, 0xe0 }, /* height low */
425 { 0x380a, 0x01 }, /* height high */
426 { 0x380b, 0xe0 }, /* height low */
553 { 0x380a, 0x01 }, /* height high */
554 { 0x380b, 0xe0 }, /* height low */
645 .height = 480,
658 .height = 480,
671 .height = 480,
1019 vts[0] = ((ov7251->current_mode->height + vblank) & 0xff00) >> 8;
1020 vts[1] = ((ov7251->current_mode->height + vblank) & 0x00ff);
1035 exposure_max = ov7251->current_mode->height + ctrl->val -
1107 fse->min_height = ov7251_mode_info_data[fse->index].height;
1108 fse->max_height = ov7251_mode_info_data[fse->index].height;
1122 fie->height != ov7251_mode_info_data[i].height)
1198 mode->height != ov7251_mode_info_data[i].height)
1232 width, height,
1233 format->format.width, format->format.height);
1236 __crop->height = new_mode->height;
1254 vblank_max = OV7251_TIMING_MAX_VTS - new_mode->height;
1255 vblank_def = new_mode->vts - new_mode->height;
1268 __format->height = __crop->height;
1293 .height = 480
1320 sel->r.height = OV7251_NATIVE_HEIGHT;
1326 sel->r.height = OV7251_ACTIVE_HEIGHT;
1359 ov7251->current_mode->height);
1584 vblank_max = OV7251_TIMING_MAX_VTS - ov7251->current_mode->height;
1585 vblank_def = ov7251->current_mode->vts - ov7251->current_mode->height;