new_win 64 drivers/media/platform/omap/omap_voutlib.c struct v4l2_window *new_win) new_win 69 drivers/media/platform/omap/omap_voutlib.c try_win = new_win->w; new_win 97 drivers/media/platform/omap/omap_voutlib.c new_win->w = try_win; new_win 98 drivers/media/platform/omap/omap_voutlib.c new_win->field = V4L2_FIELD_NONE; new_win 99 drivers/media/platform/omap/omap_voutlib.c new_win->clips = NULL; new_win 100 drivers/media/platform/omap/omap_voutlib.c new_win->clipcount = 0; new_win 101 drivers/media/platform/omap/omap_voutlib.c new_win->bitmap = NULL; new_win 117 drivers/media/platform/omap/omap_voutlib.c struct v4l2_window *new_win) new_win 121 drivers/media/platform/omap/omap_voutlib.c err = omap_vout_try_window(fbuf, new_win); new_win 126 drivers/media/platform/omap/omap_voutlib.c win->w = new_win->w; new_win 127 drivers/media/platform/omap/omap_voutlib.c win->field = new_win->field; new_win 128 drivers/media/platform/omap/omap_voutlib.c win->chromakey = new_win->chromakey; new_win 24 drivers/media/platform/omap/omap_voutlib.h struct v4l2_window *new_win); new_win 28 drivers/media/platform/omap/omap_voutlib.h struct v4l2_window *new_win); new_win 864 drivers/rapidio/devices/tsi721.c struct tsi721_ob_win *new_win = NULL; new_win 876 drivers/rapidio/devices/tsi721.c if (new_win == NULL) { new_win 877 drivers/rapidio/devices/tsi721.c new_win = &priv->ob_win[i]; new_win 904 drivers/rapidio/devices/tsi721.c if (!new_win) { new_win 909 drivers/rapidio/devices/tsi721.c new_win->active = true; new_win 910 drivers/rapidio/devices/tsi721.c new_win->base = win_base; new_win 911 drivers/rapidio/devices/tsi721.c new_win->size = size; new_win 912 drivers/rapidio/devices/tsi721.c new_win->pbar = pbar; new_win 263 net/ipv4/tcp_output.c u32 new_win = __tcp_select_window(sk); new_win 266 net/ipv4/tcp_output.c if (new_win < cur_win) { new_win 274 net/ipv4/tcp_output.c if (new_win == 0) new_win 277 net/ipv4/tcp_output.c new_win = ALIGN(cur_win, 1 << tp->rx_opt.rcv_wscale); new_win 279 net/ipv4/tcp_output.c tp->rcv_wnd = new_win; new_win 287 net/ipv4/tcp_output.c new_win = min(new_win, MAX_TCP_WINDOW); new_win 289 net/ipv4/tcp_output.c new_win = min(new_win, (65535U << tp->rx_opt.rcv_wscale)); new_win 292 net/ipv4/tcp_output.c new_win >>= tp->rx_opt.rcv_wscale; new_win 295 net/ipv4/tcp_output.c if (new_win == 0) { new_win 304 net/ipv4/tcp_output.c return new_win;