Lines Matching defs:win
304 const struct ov2640_win_size *win;
836 const struct ov2640_win_size *win, u32 code)
880 dev_dbg(&client->dev, "%s: Set size to %s", __func__, win->name);
885 /* set size win */
886 ret = ov2640_write_array(client, win->regs);
936 mf->width = priv->win->width;
937 mf->height = priv->win->height;
955 const struct ov2640_win_size *win;
963 /* select suitable win */
964 win = ov2640_select_win(mf->width, mf->height);
965 mf->width = win->width;
966 mf->height = win->height;
994 /* select win */
995 priv->win = win;
1013 const struct ov2640_win_size *win =
1016 try_fmt->width = win->width;
1017 try_fmt->height = win->height;
1068 ret = ov2640_set_params(client, priv->win,
1222 priv->win = ov2640_select_win(SVGA_WIDTH, SVGA_HEIGHT);