| /linux-4.1.27/drivers/video/fbdev/ | 
| D | s3c-fb.c | 63 #define OSD_BASE(win, variant) ((variant).osd + ((win) * (variant).osd_stride))  argument64 #define VIDOSD_A(win, variant) (OSD_BASE(win, variant) + 0x00)  argument
 65 #define VIDOSD_B(win, variant) (OSD_BASE(win, variant) + 0x04)  argument
 66 #define VIDOSD_C(win, variant) (OSD_BASE(win, variant) + 0x08)  argument
 67 #define VIDOSD_D(win, variant) (OSD_BASE(win, variant) + 0x0C)  argument
 139 	struct s3c_fb_win_variant *win[S3C_FB_MAX_WIN];  member
 229 static bool s3c_fb_validate_win_bpp(struct s3c_fb_win *win, unsigned int bpp)  in s3c_fb_validate_win_bpp()
 245 	struct s3c_fb_win *win = info->par;  in s3c_fb_check_var()  local
 395 static void vidosd_set_size(struct s3c_fb_win *win, u32 size)  in vidosd_set_size()
 411 static void vidosd_set_alpha(struct s3c_fb_win *win, u32 alpha)  in vidosd_set_alpha()
 [all …]
 
 | 
| D | au1200fb.c | 181 static struct window_settings *win;  variable
 | 
| /linux-4.1.27/drivers/gpu/drm/exynos/ | 
| D | exynos_drm_fimd.c | 48 #define VIDOSD_A(win)		(VIDOSD_BASE + 0x00 + (win) * 16)  argument49 #define VIDOSD_B(win)		(VIDOSD_BASE + 0x04 + (win) * 16)  argument
 54 #define VIDOSD_C(win)		(VIDOSD_BASE + 0x08 + (win) * 16)  argument
 56 #define VIDOSD_D(win)		(VIDOSD_BASE + 0x0C + (win) * 16)  argument
 58 #define VIDWnALPHA0(win)	(VIDW_ALPHA + 0x00 + (win) * 8)  argument
 59 #define VIDWnALPHA1(win)	(VIDW_ALPHA + 0x04 + (win) * 8)  argument
 61 #define VIDWx_BUF_START(win, buf)	(VIDW_BUF_START(buf) + (win) * 8)  argument
 62 #define VIDWx_BUF_END(win, buf)		(VIDW_BUF_END(buf) + (win) * 8)  argument
 63 #define VIDWx_BUF_SIZE(win, buf)	(VIDW_BUF_SIZE(buf) + (win) * 4)  argument
 218 static void fimd_enable_video_output(struct fimd_context *ctx, unsigned int win,  in fimd_enable_video_output()
 [all …]
 
 | 
| D | exynos7_drm_decon.c | 94 	unsigned int win, ch_enabled = 0;  in decon_clear_channel()  local284 static void decon_win_set_pixfmt(struct decon_context *ctx, unsigned int win)  in decon_win_set_pixfmt()
 361 static void decon_win_set_colkey(struct decon_context *ctx, unsigned int win)  in decon_win_set_colkey()
 381 				     unsigned int win, bool protect)  in decon_shadow_protect_win()
 395 static void decon_win_commit(struct exynos_drm_crtc *crtc, unsigned int win)  in decon_win_commit()
 513 static void decon_win_disable(struct exynos_drm_crtc *crtc, unsigned int win)  in decon_win_disable()
 
 | 
| D | exynos_mixer.c | 336 static void mixer_cfg_layer(struct mixer_context *ctx, unsigned int win,  in mixer_cfg_layer()383 static void vp_video_buffer(struct mixer_context *ctx, unsigned int win)  in vp_video_buffer()
 515 static void mixer_graph_buffer(struct mixer_context *ctx, unsigned int win)  in mixer_graph_buffer()
 923 static void mixer_win_commit(struct exynos_drm_crtc *crtc, unsigned int win)  in mixer_win_commit()
 944 static void mixer_win_disable(struct exynos_drm_crtc *crtc, unsigned int win)  in mixer_win_disable()
 
 | 
| D | exynos_drm_vidi.c | 120 static void vidi_win_commit(struct exynos_drm_crtc *crtc, unsigned int win)  in vidi_win_commit()141 static void vidi_win_disable(struct exynos_drm_crtc *crtc, unsigned int win)  in vidi_win_disable()
 
 | 
| /linux-4.1.27/drivers/bus/ | 
| D | mvebu-mbus.c | 164 					    const int win)  in mvebu_mbus_window_is_remappable()174 				   int win, int *enabled, u64 *base,  in mvebu_mbus_read_window()
 213 				      int win)  in mvebu_mbus_disable_window()
 231 				     const int win)  in mvebu_mbus_window_is_free()
 249 	int win;  in mvebu_mbus_window_conflicts()  local
 280 	int win;  in mvebu_mbus_find_window()  local
 302 				   int win, phys_addr_t base, size_t size,  in mvebu_mbus_setup_window()
 351 	int win;  in mvebu_mbus_alloc_window()  local
 461 	int win;  in mvebu_devs_debug_show()  local
 512 static unsigned int generic_mbus_win_cfg_offset(int win)  in generic_mbus_win_cfg_offset()
 [all …]
 
 | 
| /linux-4.1.27/drivers/ata/ | 
| D | ahci_mvebu.c | 27 #define AHCI_WINDOW_CTRL(win)	(0x60 + ((win) << 4))  argument28 #define AHCI_WINDOW_BASE(win)	(0x64 + ((win) << 4))  argument
 29 #define AHCI_WINDOW_SIZE(win)	(0x68 + ((win) << 4))  argument
 
 | 
| /linux-4.1.27/scripts/kconfig/lxdialog/ | 
| D | menubox.c | 66 static void do_print_item(WINDOW * win, const char *item, int line_y,  in do_print_item()111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x,  in print_arrows()
 155 static void print_buttons(WINDOW * win, int height, int width, int selected)  in print_buttons()
 171 static void do_scroll(WINDOW *win, int *scroll, int n)  in do_scroll()
 
 | 
| D | util.c | 242 void attr_clear(WINDOW * win, int height, int width, chtype attr)  in attr_clear()382 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x)  in print_autowrap()
 447 void print_button(WINDOW * win, const char *label, int y, int x, int selected)  in print_button()
 477 draw_box(WINDOW * win, int y, int x, int height, int width,  in draw_box()
 511 void draw_shadow(WINDOW * win, int y, int x, int height, int width)  in draw_shadow()
 560 int on_key_esc(WINDOW *win)  in on_key_esc()
 
 | 
| D | textbox.c | 312 static void print_page(WINDOW *win, int height, int width, update_text_fn  in print_page()341 static void print_line(WINDOW * win, int row, int width)  in print_line()
 399 static void print_position(WINDOW * win)  in print_position()
 
 | 
| D | checklist.c | 31 static void print_item(WINDOW * win, int choice, int selected)  in print_item()65 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll,  in print_arrows()
 
 | 
| /linux-4.1.27/arch/sparc/kernel/ | 
| D | kgdb_32.c | 19 	struct reg_window32 *win;  in pt_regs_to_gdb_regs()  local48 	struct reg_window32 *win;  in sleeping_thread_to_gdb_regs()  local
 82 	struct reg_window32 *win;  in gdb_regs_to_pt_regs()  local
 
 | 
| D | kgdb_64.c | 20 	struct reg_window *win;  in pt_regs_to_gdb_regs()  local49 	struct reg_window *win;  in sleeping_thread_to_gdb_regs()  local
 89 	struct reg_window *win;  in gdb_regs_to_pt_regs()  local
 
 | 
| D | unaligned_64.c | 129 		struct reg_window *win;  in fetch_reg()  local137 		struct reg_window __user *win;  in fetch_reg()  local
 154 		struct reg_window *win;  in fetch_reg_addr()  local
 162 		struct reg_window *win;  in fetch_reg_addr()  local
 421 			struct reg_window __user *win;  in handle_popc()  local
 
 | 
| D | unaligned_32.c | 94 	struct reg_window32 *win;  in fetch_reg()  local106 	struct reg_window32 __user *win;  in safe_fetch_reg()  local
 126 	struct reg_window32 *win;  in fetch_reg_addr()  local
 
 | 
| D | visemul.c | 160 		struct reg_window *win;  in fetch_reg()  local168 		struct reg_window __user *win;  in fetch_reg()  local
 188 		struct reg_window __user *win;  in __fetch_reg_addr_user()  local
 
 | 
| /linux-4.1.27/drivers/media/platform/davinci/ | 
| D | vpbe_osd.c | 481 	struct osd_window_state *win = &osd->win[layer];  in osd_disable_layer()  local527 	struct osd_window_state *win = &osd->win[layer];  in osd_enable_layer()  local
 631 		struct osd_window_state *win = &sd->win[layer];  in _osd_start_layer()  local
 754 	struct osd_window_state *win = &osd->win[layer];  in osd_start_layer()  local
 777 	struct osd_window_state *win = &osd->win[layer];  in osd_get_layer_config()  local
 803 	struct osd_window_state *win = &osd->win[layer];  in try_layer_config()  local
 1238 	struct osd_window_state *win = &osd->win[layer];  in osd_set_layer_config()  local
 1377 	struct osd_window_state *win = &osd->win[layer];  in osd_init_layer()  local
 1441 	struct osd_window_state *win = &osd->win[layer];  in osd_release_layer()  local
 1463 	struct osd_window_state *win = &osd->win[layer];  in osd_request_layer()  local
 
 | 
| D | dm644x_ccdc.c | 765 static int ccdc_set_image_window(struct v4l2_rect *win)  in ccdc_set_image_window()774 static void ccdc_get_image_window(struct v4l2_rect *win)  in ccdc_get_image_window()
 
 | 
| D | dm355_ccdc.c | 856 static int ccdc_set_image_window(struct v4l2_rect *win)  in ccdc_set_image_window()865 static void ccdc_get_image_window(struct v4l2_rect *win)  in ccdc_get_image_window()
 
 | 
| D | isif.c | 794 static int isif_set_image_window(struct v4l2_rect *win)  in isif_set_image_window()810 static void isif_get_image_window(struct v4l2_rect *win)  in isif_get_image_window()
 
 | 
| /linux-4.1.27/drivers/media/platform/omap/ | 
| D | omap_voutlib.c | 112 		struct v4l2_window *win, struct v4l2_framebuffer *fbuf,  in omap_vout_new_window()166 	      struct v4l2_rect *crop, struct v4l2_window *win,  in omap_vout_new_crop()
 283 		struct v4l2_window *win)  in omap_vout_new_format()
 
 | 
| D | omap_vout.c | 446 	struct v4l2_window *win;  in omapvid_init()  local1192 	struct v4l2_window *win = &f->fmt.win;  in vidioc_try_fmt_vid_overlay()  local
 1216 	struct v4l2_window *win = &f->fmt.win;  in vidioc_s_fmt_vid_overlay()  local
 1244 	struct v4l2_window *win = &f->fmt.win;  in vidioc_g_fmt_vid_overlay()  local
 
 | 
| D | omap_voutdef.h | 146 	struct v4l2_window win;  member
 | 
| /linux-4.1.27/scripts/kconfig/ | 
| D | nconf.gui.c | 147 void print_in_middle(WINDOW *win,  in print_in_middle()214 void fill_window(WINDOW *win, const char *text)  in fill_window()
 250 	WINDOW *win;  in btn_dialog()  local
 363 	WINDOW *win;  in dialog_inputbox()  local
 555 	WINDOW *win;  in show_scroll_win()  local
 
 | 
| /linux-4.1.27/drivers/acpi/ | 
| D | resource.c | 189 static bool acpi_decode_space(struct resource_win *win,  in acpi_decode_space()272 				     struct resource_win *win)  in acpi_dev_resource_address_space()
 301 					 struct resource_win *win)  in acpi_dev_resource_ext_address_space()
 467 static acpi_status acpi_dev_new_resource_entry(struct resource_win *win,  in acpi_dev_new_resource_entry()
 488 	struct resource_win win;  in acpi_dev_process_resource()  local
 
 | 
| D | ioapic.c | 46 	struct resource_win win;  in setup_res()  local
 | 
| /linux-4.1.27/drivers/media/pci/bt8xx/ | 
| D | btcx-risc.c | 88 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,  in btcx_screen_clips()127 btcx_align(struct v4l2_rect *win, struct v4l2_clip *clips, unsigned int n, int mask)  in btcx_align()
 
 | 
| D | bttv-driver.c | 2101 verify_window_lock(struct bttv_fh *fh, struct v4l2_window *win,  in verify_window_lock()2169 			struct v4l2_window *win, int fixup)  in setup_window_lock()
 
 | 
| /linux-4.1.27/drivers/scsi/csiostor/ | 
| D | csio_hw_t5.c | 38 csio_t5_set_mem_win(struct csio_hw *hw, uint32_t win)  in csio_t5_set_mem_win()282 csio_t5_memory_rw(struct csio_hw *hw, u32 win, int mtype, u32 addr,  in csio_t5_memory_rw()
 
 | 
| /linux-4.1.27/drivers/usb/host/ | 
| D | xhci-mvebu.c | 24 	int win;  in xhci_mvebu_mbus_config()  local
 | 
| /linux-4.1.27/drivers/gpu/drm/omapdrm/ | 
| D | omap_plane.c | 50 	struct omap_drm_window win;  member122 	struct omap_drm_window *win = &omap_plane->win;  in omap_plane_pre_apply()  local
 200 	struct omap_drm_window *win = &omap_plane->win;  in omap_plane_mode_set()  local
 
 | 
| D | omap_fb.c | 149 		struct omap_drm_window *win, struct omap_overlay_info *info)  in omap_framebuffer_update_scanout()
 | 
| /linux-4.1.27/drivers/pci/host/ | 
| D | pci-host-generic.c | 36 	void __iomem				**win;  member106 	struct resource_entry *win;  in gen_pci_parse_request_of_pci_ranges()  local
 
 | 
| D | pci-versatile.c | 77 	struct resource_entry *win;  in versatile_pci_parse_request_of_pci_ranges()  local
 | 
| D | pcie-rcar.c | 320 static void rcar_pcie_setup_window(int win, struct rcar_pcie *pcie)  in rcar_pcie_setup_window()910 	int err, win = 0;  in rcar_pcie_probe()  local
 
 | 
| D | pcie-xilinx.c | 670 	struct resource_entry *win;  in xilinx_pcie_parse_and_add_res()  local
 | 
| /linux-4.1.27/include/linux/platform_data/ | 
| D | video_s3c.h | 47 	struct s3c_fb_pd_win	*win[S3C_FB_MAX_WIN];  member
 | 
| /linux-4.1.27/drivers/gpu/drm/rockchip/ | 
| D | rockchip_drm_vop.c | 50 #define VOP_WIN_SET(x, win, name, v) \  argument55 #define VOP_WIN_GET(x, win, name) \  argument
 58 #define VOP_WIN_GET_YRGBADDR(vop, win) \  argument
 121 	struct vop_win win[];  member
 194 	const struct vop_win_data *win;  member
 576 	const struct vop_win_data *win = vop_win->data;  in vop_update_plane_event()  local
 741 	const struct vop_win_data *win = vop_win->data;  in vop_disable_plane()  local
 1348 		const struct vop_win_data *win = &vop_data->win[i];  in vop_initial()  local
 
 | 
| /linux-4.1.27/arch/arm/plat-orion/include/plat/ | 
| D | addr-map.h | 36 	const int win;  member
 | 
| /linux-4.1.27/arch/mips/txx9/generic/ | 
| D | setup_tx4939.c | 101 	u64 win;  in tx4939_add_memory_regions()  local230 		__u64 win = ____raw_readq(&tx4939_ddrcptr->win[i]);  in tx4939_setup()  local
 
 | 
| /linux-4.1.27/drivers/net/wireless/iwlegacy/ | 
| D | 3945-rs.c | 132 il3945_clear_win(struct il3945_rate_scale_data *win)  in il3945_clear_win()256 		       struct il3945_rate_scale_data *win, int success,  in il3945_collect_tx_data()
 633 	struct il3945_rate_scale_data *win = NULL;  in il3945_rs_get_rate()  local
 
 | 
| D | 4965-rs.c | 229 il4965_rs_rate_scale_clear_win(struct il_rate_scale_data *win)  in il4965_rs_rate_scale_clear_win()422 	struct il_rate_scale_data *win = NULL;  in il4965_rs_collect_tx_data()  local
 1281 	struct il_rate_scale_data *win = &(tbl->win[idx]);  in il4965_rs_move_legacy_other()  local
 1401 	struct il_rate_scale_data *win = &(tbl->win[idx]);  in il4965_rs_move_siso_to_other()  local
 1524 	struct il_rate_scale_data *win = &(tbl->win[idx]);  in il4965_rs_move_mimo2_to_other()  local
 1752 	struct il_rate_scale_data *win = NULL;  in il4965_rs_rate_scale_perform()  local
 
 | 
| D | 3945.h | 89 	struct il3945_rate_scale_data win[RATE_COUNT_3945];  member
 | 
| D | common.h | 2778 	struct il_rate_scale_data win[RATE_COUNT];	/* rate histories */  member
 | 
| /linux-4.1.27/drivers/media/i2c/soc_camera/ | 
| D | ov772x.c | 399 	const struct ov772x_win_size     *win;  member664 	const struct ov772x_win_size *win = &ov772x_win_sizes[0];  in ov772x_select_win()  local
 682 				 const struct ov772x_win_size **win)  in ov772x_select_params()
 702 			     const struct ov772x_win_size *win)  in ov772x_set_params()
 897 	const struct ov772x_win_size *win;  in ov772x_s_fmt()  local
 922 	const struct ov772x_win_size *win;  in ov772x_try_fmt()  local
 
 | 
| D | ov2640.c | 288 	const struct ov2640_win_size	*win;  member
 | 
| /linux-4.1.27/sound/soc/kirkwood/ | 
| D | kirkwood.h | 19 #define KIRKWOOD_AUDIO_WIN_BASE_REG(win)	(0xA00 + ((win)<<3))  argument20 #define KIRKWOOD_AUDIO_WIN_CTRL_REG(win)	(0xA04 + ((win)<<3))  argument
 
 | 
| D | kirkwood-dma.c | 81 kirkwood_dma_conf_mbus_windows(void __iomem *base, int win,  in kirkwood_dma_conf_mbus_windows()
 | 
| /linux-4.1.27/include/media/davinci/ | 
| D | dm644x_ccdc.h | 157 	struct v4l2_rect win;  member181 	struct v4l2_rect win;  member
 
 | 
| D | dm355_ccdc.h | 266 	struct v4l2_rect win;  member296 	struct v4l2_rect win;  member
 
 | 
| D | isif.h | 460 	struct v4l2_rect win;  member497 	struct v4l2_rect win;  member
 
 | 
| D | vpbe_osd.h | 384 	struct osd_window_state win[4];  member
 | 
| /linux-4.1.27/tools/thermal/tmon/ | 
| D | tui.c | 79 static void close_window(WINDOW *win)  in close_window()533 static void draw_hbar(WINDOW *win, int y, int start, int len, unsigned long ptn,  in draw_hbar()
 
 | 
| /linux-4.1.27/arch/mips/include/asm/mach-loongson/ | 
| D | loongson.h | 351 #define LOONGSON_ADDRWIN_CPUTOPCI(win, src, dst, size) \  argument353 #define LOONGSON_ADDRWIN_CPUTODDR(win, src, dst, size) \  argument
 355 #define LOONGSON_ADDRWIN_PCITODDR(win, src, dst, size) \  argument
 
 | 
| /linux-4.1.27/drivers/pcmcia/ | 
| D | pcmcia_resource.c | 435 	pccard_mem_map *win;  in pcmcia_release_window()  local882 	pccard_mem_map *win;  in pcmcia_request_window()  local
 
 | 
| /linux-4.1.27/drivers/staging/media/davinci_vpfe/ | 
| D | dm365_isif.h | 75 	struct v4l2_rect win;  member122 	struct v4l2_rect win;  member
 
 | 
| D | dm365_isif.c | 197 	struct v4l2_rect *win = &isif->crop;  in isif_set_image_window()  local
 | 
| /linux-4.1.27/drivers/media/platform/vivid/ | 
| D | vivid-vid-out.c | 823 	struct v4l2_window *win = &f->fmt.win;  in vidioc_g_fmt_vid_out_overlay()  local858 	struct v4l2_window *win = &f->fmt.win;  in vidioc_try_fmt_vid_out_overlay()  local
 916 	struct v4l2_window *win = &f->fmt.win;  in vidioc_s_fmt_vid_out_overlay()  local
 
 | 
| D | vivid-vid-cap.c | 1043 	struct v4l2_window *win = &f->fmt.win;  in vidioc_g_fmt_vid_overlay()  local1077 	struct v4l2_window *win = &f->fmt.win;  in vidioc_try_fmt_vid_overlay()  local
 1135 	struct v4l2_window *win = &f->fmt.win;  in vidioc_s_fmt_vid_overlay()  local
 
 | 
| /linux-4.1.27/drivers/thermal/ | 
| D | intel_powerclamp.c | 307 static void adjust_compensation(int target_ratio, unsigned int win)  in adjust_compensation()335 				unsigned int guard, unsigned int win)  in powerclamp_adjust_controls()
 
 | 
| /linux-4.1.27/drivers/video/fbdev/omap/ | 
| D | omapfb_main.c | 712 				struct omapfb_update_window *win,  in omapfb_update_window_async()760 				struct omapfb_update_window *win)  in omapfb_update_win()
 776 	struct omapfb_update_window win;  in omapfb_update_full_screen()  local
 1068 		struct omapfb_update_window win;  in omapfb_write_first_pixel()  local
 
 | 
| D | hwa742.c | 428 static void create_req_list(struct omapfb_update_window *win,  in create_req_list()492 				 struct omapfb_update_window *win,  in hwa742_update_window_async()
 
 | 
| /linux-4.1.27/drivers/media/platform/am437x/ | 
| D | am437x-vpfe.h | 153 	struct v4l2_rect win;  member182 	struct v4l2_rect win;  member
 
 | 
| D | am437x-vpfe.c | 826 			   struct v4l2_rect *win, unsigned int bpp)  in vpfe_ccdc_set_image_window()843 			   struct v4l2_rect *win)  in vpfe_ccdc_get_image_window()
 
 | 
| /linux-4.1.27/drivers/video/fbdev/mmp/fb/ | 
| D | mmpfb.c | 399 	struct mmp_win win;  in mmpfb_set_win()  local
 | 
| /linux-4.1.27/arch/sh/drivers/pci/ | 
| D | pcie-sh7786.c | 306 	int ret, i, win;  in pcie_init()  local
 | 
| /linux-4.1.27/drivers/video/fbdev/mmp/hw/ | 
| D | mmp_ctrl.c | 142 static void overlay_set_win(struct mmp_overlay *overlay, struct mmp_win *win)  in overlay_set_win()
 | 
| /linux-4.1.27/net/tipc/ | 
| D | link.c | 1749 void tipc_link_set_queue_limits(struct tipc_link *l, u32 win)  in tipc_link_set_queue_limits()1861 		u32 win;  in tipc_nl_parse_link_prop()  local
 1933 			u32 win;  in tipc_nl_link_set()  local
 
 | 
| /linux-4.1.27/tools/perf/util/ | 
| D | help.c | 78 	struct winsize win;  in pretty_print_string_list()  local
 | 
| /linux-4.1.27/arch/sparc/math-emu/ | 
| D | math_64.c | 329 					struct reg_window __user *win;  in do_mathemu()  local
 | 
| /linux-4.1.27/include/video/ | 
| D | mmp_disp.h | 165 	struct mmp_win win;  member289 		struct mmp_win *win)  in mmp_overlay_set_win()
 
 | 
| D | exynos7_decon.h | 103 #define VIDW_BLKSIZE(win)			(0x0200 + ((_win) * 4))  argument
 | 
| /linux-4.1.27/drivers/media/usb/gspca/stv06xx/ | 
| D | stv06xx_hdcs.c | 292 	u8 win[4];  in hdcs_set_size()  local
 | 
| /linux-4.1.27/net/ipv6/ | 
| D | tcp_ipv6.c | 734 				 u32 ack, u32 win, u32 tsval, u32 tsecr,  in tcp_v6_send_response()904 			    u32 ack, u32 win, u32 tsval, u32 tsecr, int oif,  in tcp_v6_send_ack()
 
 | 
| /linux-4.1.27/net/rxrpc/ | 
| D | ar-ack.c | 429 	int win = CIRC_CNT(call->acks_head, tail, call->acks_winsz);  in rxrpc_rotate_tx_window()  local
 | 
| /linux-4.1.27/drivers/infiniband/hw/cxgb3/ | 
| D | iwch_cm.h | 206 static inline int compute_wscale(int win)  in compute_wscale()
 | 
| /linux-4.1.27/drivers/mtd/maps/ | 
| D | pcmciamtd.c | 86 	struct resource *win = (struct resource *) map->map_priv_2;  in remap_window()  local
 | 
| /linux-4.1.27/arch/x86/pci/ | 
| D | mmconfig-shared.c | 130 	u32 win;  in pci_mmcfg_e7520()  local
 | 
| /linux-4.1.27/drivers/infiniband/hw/cxgb4/ | 
| D | cm.c | 642 	int win;  in send_connect()  local1765 	int win;  in send_fw_act_open_req()  local
 2173 	int win;  in accept_cr()  local
 
 | 
| D | iw_cxgb4.h | 907 static inline int compute_wscale(int win)  in compute_wscale()
 | 
| /linux-4.1.27/drivers/pnp/pnpacpi/ | 
| D | rsparser.c | 183 	struct resource_win win = {{0}, 0};  in pnpacpi_allocated_resource()  local
 | 
| /linux-4.1.27/net/netfilter/ | 
| D | nf_conntrack_proto_tcp.c | 514 	__u32 seq, ack, sack, end, win, swin;  in tcp_in_window()  local
 | 
| /linux-4.1.27/include/pcmcia/ | 
| D | ss.h | 143 	pccard_mem_map			win[MAX_WIN];  member
 | 
| D | cistpl.h | 429     } win[CISTPL_IO_MAX_WIN];  member446     } win[CISTPL_MEM_MAX_WIN];  member
 
 | 
| /linux-4.1.27/include/media/ | 
| D | saa7146_vv.h | 81 	struct v4l2_window	win;  member
 | 
| /linux-4.1.27/drivers/media/platform/ | 
| D | fsl-viu.c | 205 	struct v4l2_window	win;  member714 static int verify_preview(struct viu_dev *dev, struct v4l2_window *win)  in verify_preview()
 
 | 
| /linux-4.1.27/drivers/media/pci/ttpci/ | 
| D | av7110_hw.c | 759 static int WriteText(struct av7110 *av7110, u8 win, u16 x, u16 y, char *buf)  in WriteText()
 | 
| /linux-4.1.27/drivers/media/common/saa7146/ | 
| D | saa7146_video.c | 700 	struct v4l2_window *win = &f->fmt.win;  in vidioc_try_fmt_vid_overlay()  local
 | 
| /linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ | 
| D | rs.h | 320 	struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */  member
 | 
| /linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ | 
| D | rs.h | 267 	struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */  member
 | 
| /linux-4.1.27/tools/perf/scripts/python/ | 
| D | sched-migration.py | 260 	def set_root_win(self, win):  argument
 | 
| /linux-4.1.27/drivers/net/ethernet/3com/ | 
| D | 3c515.c | 1217 					int win, reg;  in corkscrew_interrupt()  local
 | 
| /linux-4.1.27/drivers/media/v4l2-core/ | 
| D | v4l2-compat-ioctl32.c | 155 		struct v4l2_window32	win;  member
 | 
| D | v4l2-ioctl.c | 248 	const struct v4l2_window *win;  in v4l_print_format()  local
 | 
| /linux-4.1.27/net/decnet/ | 
| D | af_decnet.c | 1353 		unsigned long win;  in __dn_setsockopt()  member
 | 
| /linux-4.1.27/drivers/media/pci/saa7134/ | 
| D | saa7134-video.c | 680 static int verify_preview(struct saa7134_dev *dev, struct v4l2_window *win, bool try)  in verify_preview()
 | 
| D | saa7134.h | 584 	struct v4l2_window         win;  member
 | 
| /linux-4.1.27/net/ipv4/ | 
| D | tcp_ipv4.c | 710 			    u32 win, u32 tsval, u32 tsecr, int oif,  in tcp_v4_send_ack()
 | 
| /linux-4.1.27/drivers/isdn/act2000/ | 
| D | capi.h | 90 	__u8 win;                            /* Window size                  */  member
 | 
| /linux-4.1.27/drivers/media/i2c/ | 
| D | ov7670.c | 1106 		struct ov7670_win_size *win = &info->devtype->win_sizes[i];  in ov7670_enum_frame_size()  local
 | 
| /linux-4.1.27/drivers/scsi/cxgbi/ | 
| D | libcxgbi.h | 409 static inline unsigned int cxgbi_sock_compute_wscale(unsigned int win)  in cxgbi_sock_compute_wscale()
 | 
| /linux-4.1.27/arch/powerpc/platforms/powernv/ | 
| D | pci-ioda.c | 1184 	unsigned int           win;  in pnv_pci_vf_assign_m64()  local
 | 
| /linux-4.1.27/arch/mips/include/asm/txx9/ | 
| D | tx4939.h | 59 	__u64 win[4];  member
 | 
| /linux-4.1.27/include/net/ | 
| D | tcp.h | 655 	s32 win = tp->rcv_wup + tp->rcv_wnd - tp->rcv_nxt;  in tcp_receive_window()  local
 | 
| /linux-4.1.27/fs/ext4/ | 
| D | mballoc.c | 3582 		int win;  in ext4_mb_new_inode_pa()  local
 | 
| /linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | t4_hw.c | 462 int t4_memory_rw(struct adapter *adap, int win, int mtype, u32 addr,  in t4_memory_rw()
 | 
| /linux-4.1.27/include/uapi/linux/ | 
| D | videodev2.h | 1910 		struct v4l2_window		win;     /* V4L2_BUF_TYPE_VIDEO_OVERLAY */  member
 |