Lines Matching defs:width
525 .width = VGA_WIDTH,
535 .width = QVGA_WIDTH,
937 static const struct ov772x_win_size *ov772x_select_win(u32 width, u32 height)
944 u32 diff = abs(width - ov772x_win_sizes[i].rect.width)
972 *win = ov772x_select_win(mf->width, mf->height);
1048 ret = regmap_write(priv->regmap, HSIZE, win->rect.width >> 2);
1057 ret = regmap_write(priv->regmap, HOUTSIZE, win->rect.width >> 2);
1067 ((win->rect.width & 3) << HREF_HSIZE_SHIFT));
1072 ((win->rect.width & 3) << EXHCH_HSIZE_SHIFT));
1152 sel->r.width = priv->win->rect.width;
1170 mf->width = priv->win->rect.width;
1195 mf->width = win->rect.width;
1308 if (fie->width != VGA_WIDTH && fie->width != QVGA_WIDTH)