Lines Matching defs:win
302 const struct ov2640_win_size *win;
834 const struct ov2640_win_size *win, u32 code)
878 dev_dbg(&client->dev, "%s: Set size to %s", __func__, win->name);
883 /* set size win */
884 ret = ov2640_write_array(client, win->regs);
934 mf->width = priv->win->width;
935 mf->height = priv->win->height;
953 const struct ov2640_win_size *win;
961 /* select suitable win */
962 win = ov2640_select_win(mf->width, mf->height);
963 mf->width = win->width;
964 mf->height = win->height;
992 /* select win */
993 priv->win = win;
1011 const struct ov2640_win_size *win =
1014 try_fmt->width = win->width;
1015 try_fmt->height = win->height;
1066 ret = ov2640_set_params(client, priv->win,
1220 priv->win = ov2640_select_win(SVGA_WIDTH, SVGA_HEIGHT);