Searched refs:s_win (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dw9968cf.c1827 struct ovcamchip_window s_win; local
1872 s_win.format = VIDEO_PALETTE_UYVY;
1873 s_win.width = cam->maxwidth;
1874 s_win.height = cam->maxheight;
1875 s_win.quarter = 0; /* full progressive video */
1878 s_win.x = (s_win.width - cw) / 2;
1879 s_win.y = (s_win.height - ch) / 2;
1883 s_win
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_minisocks.c58 static __inline__ int tcp_in_window(u32 seq, u32 end_seq, u32 s_win, u32 e_win) argument
60 if (seq == s_win)
62 if (after(end_seq, s_win) && before(seq, e_win))

Completed in 47 milliseconds