Lines Matching defs:width
76 u32 width;
295 { 0x3808, 0x02 }, /* width high */
296 { 0x3809, 0x80 }, /* width low */
423 { 0x3808, 0x02 }, /* width high */
424 { 0x3809, 0x80 }, /* width low */
551 { 0x3808, 0x02 }, /* width high */
552 { 0x3809, 0x80 }, /* width low */
644 .width = 640,
657 .width = 640,
670 .width = 640,
1105 fse->min_width = ov7251_mode_info_data[fse->index].width;
1106 fse->max_width = ov7251_mode_info_data[fse->index].width;
1121 if (fie->width != ov7251_mode_info_data[i].width ||
1197 if (mode->width != ov7251_mode_info_data[i].width ||
1232 width, height,
1233 format->format.width, format->format.height);
1235 __crop->width = new_mode->width;
1267 __format->width = __crop->width;
1292 .width = 640,
1319 sel->r.width = OV7251_NATIVE_WIDTH;
1325 sel->r.width = OV7251_ACTIVE_WIDTH;
1358 ov7251->current_mode->width,
1577 hblank = OV7251_FIXED_PPL - ov7251->current_mode->width;