Home
last modified time | relevance | path

Searched defs:win (Results 1 – 25 of 103) sorted by relevance

12345

/linux/drivers/video/fbdev/
H A Ds3c-fb.c60 #define OSD_BASE(win, variant) ((variant).osd + ((win) * (variant).osd_stride)) argument
61 #define VIDOSD_A(win, variant) (OSD_BASE(win, variant) + 0x00) argument
62 #define VIDOSD_B(win, variant) (OSD_BASE(win, variant) + 0x04) argument
63 #define VIDOSD_C(win, variant) (OSD_BASE(win, variant) + 0x08) argument
64 #define VIDOSD_D(win, variant) (OSD_BASE(win, variant) + 0x0C) argument
137 struct s3c_fb_win_variant *win[S3C_FB_MAX_WIN]; member
227 static bool s3c_fb_validate_win_bpp(struct s3c_fb_win *win, unsigned int bpp) in s3c_fb_validate_win_bpp()
243 struct s3c_fb_win *win = info->par; in s3c_fb_check_var() local
393 static void vidosd_set_size(struct s3c_fb_win *win, u32 size) in vidosd_set_size()
409 static void vidosd_set_alpha(struct s3c_fb_win *win, u32 alpha) in vidosd_set_alpha()
[all …]
/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil.h29 #define PAB_REG_ADDR(offset, win) \ argument
31 #define PAB_EXT_REG_ADDR(offset, win) \ argument
69 #define PAB_AXI_AMAP_CTRL(win) PAB_REG_ADDR(0x0ba0, win) argument
75 #define PAB_EXT_AXI_AMAP_SIZE(win) PAB_EXT_REG_ADDR(0xbaf0, win) argument
77 #define PAB_EXT_AXI_AMAP_AXI_WIN(win) PAB_EXT_REG_ADDR(0x80a0, win) argument
78 #define PAB_AXI_AMAP_AXI_WIN(win) PAB_REG_ADDR(0x0ba4, win) argument
81 #define PAB_AXI_AMAP_PEX_WIN_L(win) PAB_REG_ADDR(0x0ba8, win) argument
86 #define PAB_AXI_AMAP_PEX_WIN_H(win) PAB_REG_ADDR(0x0bac, win) argument
89 #define PAB_PEX_AMAP_CTRL(win) PAB_REG_ADDR(0x4ba0, win) argument
94 #define PAB_EXT_PEX_AMAP_SIZEN(win) PAB_EXT_REG_ADDR(0xbef0, win) argument
[all …]
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimd.c44 #define VIDOSD_A(win) (VIDOSD_BASE + 0x00 + (win) * 16) argument
45 #define VIDOSD_B(win) (VIDOSD_BASE + 0x04 + (win) * 16) argument
50 #define VIDOSD_C(win) (VIDOSD_BASE + 0x08 + (win) * 16) argument
52 #define VIDOSD_D(win) (VIDOSD_BASE + 0x0C + (win) * 16) argument
54 #define VIDWnALPHA0(win) (VIDW_ALPHA + 0x00 + (win) * 8) argument
55 #define VIDWnALPHA1(win) (VIDW_ALPHA + 0x04 + (win) * 8) argument
57 #define VIDWx_BUF_START(win, buf) (VIDW_BUF_START(buf) + (win) * 8) argument
58 #define VIDWx_BUF_START_S(win, buf) (VIDW_BUF_START_S(buf) + (win) * 8) argument
59 #define VIDWx_BUF_END(win, buf) (VIDW_BUF_END(buf) + (win) * 8) argument
60 #define VIDWx_BUF_SIZE(win, buf) (VIDW_BUF_SIZE(buf) + (win) * 4) argument
[all …]
H A Dexynos5433_drm_decon.c264 static void decon_win_set_bldeq(struct decon_context *ctx, unsigned int win, in decon_win_set_bldeq()
290 static void decon_win_set_bldmod(struct decon_context *ctx, unsigned int win, in decon_win_set_bldmod()
319 static void decon_win_set_pixfmt(struct decon_context *ctx, unsigned int win, in decon_win_set_pixfmt()
407 unsigned int win = plane->index; in decon_update_plane() local
461 unsigned int win = plane->index; in decon_disable_plane() local
569 int win, i, ret; in decon_clear_channels() local
626 unsigned int win; in decon_bind() local
H A Dexynos7_drm_decon.c118 unsigned int win, bool protect) in decon_shadow_protect_win()
152 unsigned int win, ch_enabled = 0; in decon_clear_channels() local
316 static void decon_win_set_pixfmt(struct decon_context *ctx, unsigned int win, in decon_win_set_pixfmt()
389 static void decon_win_set_colkey(struct decon_context *ctx, unsigned int win) in decon_win_set_colkey()
425 unsigned int win = plane->index; in decon_update_plane() local
517 unsigned int win = plane->index; in decon_disable_plane() local
/linux/drivers/bus/
H A Dmvebu-mbus.c188 const int win) in mvebu_mbus_window_is_remappable()
198 int win, int *enabled, u64 *base, in mvebu_mbus_read_window()
237 int win) in mvebu_mbus_disable_window()
255 const int win) in mvebu_mbus_window_is_free()
273 int win; in mvebu_mbus_window_conflicts() local
304 int win; in mvebu_mbus_find_window() local
326 int win, phys_addr_t base, size_t size, in mvebu_mbus_setup_window()
375 int win; in mvebu_mbus_alloc_window() local
474 int win; in mvebu_devs_debug_show() local
514 static unsigned int generic_mbus_win_cfg_offset(int win) in generic_mbus_win_cfg_offset()
[all …]
/linux/drivers/hwtracing/intel_th/
H A Dmsu.c97 struct msc_window *win; member
278 static inline struct scatterlist *msc_win_base_sg(struct msc_window *win) in msc_win_base_sg()
283 static inline struct msc_block_desc *msc_win_base(struct msc_window *win) in msc_win_base()
288 static inline dma_addr_t msc_win_base_dma(struct msc_window *win) in msc_win_base_dma()
294 msc_win_base_pfn(struct msc_window *win) in msc_win_base_pfn()
304 static inline bool msc_is_last_win(struct msc_window *win) in msc_is_last_win()
315 static struct msc_window *msc_next_window(struct msc_window *win) in msc_next_window()
324 static size_t msc_win_total_sz(struct msc_window *win) in msc_win_total_sz()
356 struct msc_window *win; in msc_find_window() local
393 struct msc_window *win; in msc_oldest_window() local
[all …]
/linux/lib/
H A Dwin_minmax.c29 static u32 minmax_subwin_update(struct minmax *m, u32 win, in minmax_subwin_update()
67 u32 minmax_running_max(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_max()
85 u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_min()
/linux/arch/powerpc/platforms/pseries/
H A Dvas.c73 static int h_allocate_vas_window(struct pseries_vas_window *win, u64 *domain, in h_allocate_vas_window()
131 static int h_modify_vas_window(struct pseries_vas_window *win) in h_modify_vas_window()
485 struct pseries_vas_window *win; in vas_paste_address() local
491 static int deallocate_free_window(struct pseries_vas_window *win) in deallocate_free_window()
513 struct pseries_vas_window *win; in vas_deallocate_window() local
656 struct pseries_vas_window *win = NULL, *tmp; in reconfig_open_windows() local
764 struct pseries_vas_window *win, *tmp; in reconfig_close_windows() local
/linux/scripts/kconfig/lxdialog/
H A Dmenubox.c53 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item()
90 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows()
134 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons()
150 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll()
H A Dutil.c202 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()
342 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap()
407 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button()
437 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box()
471 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
520 int on_key_esc(WINDOW *win) in on_key_esc()
H A Dtextbox.c84 static void print_line(WINDOW *win, int row, int width) in print_line()
101 static void print_page(WINDOW *win, int height, int width) in print_page()
119 static void print_position(WINDOW *win) in print_position()
H A Dchecklist.c18 static void print_item(WINDOW * win, int choice, int selected) in print_item()
52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows()
/linux/arch/sparc/kernel/
H A Dkgdb_32.c21 struct reg_window32 *win; in pt_regs_to_gdb_regs() local
50 struct reg_window32 *win; in sleeping_thread_to_gdb_regs() local
84 struct reg_window32 *win; in gdb_regs_to_pt_regs() local
H A Dkgdb_64.c21 struct reg_window *win; in pt_regs_to_gdb_regs() local
50 struct reg_window *win; in sleeping_thread_to_gdb_regs() local
90 struct reg_window *win; in gdb_regs_to_pt_regs() local
H A Dunaligned_64.c130 struct reg_window *win; in fetch_reg() local
138 struct reg_window __user *win; in fetch_reg() local
155 struct reg_window *win; in fetch_reg_addr() local
163 struct reg_window *win; in fetch_reg_addr() local
422 struct reg_window __user *win; in handle_popc() local
H A Dunaligned_32.c96 struct reg_window32 *win; in fetch_reg() local
108 struct reg_window32 __user *win; in safe_fetch_reg() local
128 struct reg_window32 *win; in fetch_reg_addr() local
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c220 struct vop2_win win[]; member
281 static void vop2_win_write(const struct vop2_win *win, unsigned int reg, u32 v) in vop2_win_write()
286 static bool vop2_cluster_window(const struct vop2_win *win) in vop2_cluster_window()
310 static void vop2_win_disable(struct vop2_win *win) in vop2_win_disable()
547 struct vop2_win *win = to_vop2_win(plane); in rockchip_vop2_mod_supported() local
662 static int vop2_get_cluster_lb_mode(struct vop2_win *win, in vop2_get_cluster_lb_mode()
702 static void vop2_setup_scale(struct vop2 *vop2, const struct vop2_win *win, in vop2_setup_scale()
854 struct vop2_win *win, in vop2_setup_csc_mode()
1130 struct vop2_win *win = to_vop2_win(plane); in vop2_plane_atomic_disable() local
1152 struct vop2_win *win = to_vop2_win(plane); in vop2_plane_setup_color_key() local
[all …]
H A Drockchip_drm_vop.c44 #define VOP_WIN_SET(vop, win, name, v) \ argument
46 #define VOP_SCL_SET(vop, win, name, v) \ argument
48 #define VOP_SCL_SET_EXT(vop, win, name, v) \ argument
87 #define VOP_WIN_GET(vop, win, name) \ argument
90 #define VOP_WIN_HAS_REG(win, name) \ argument
93 #define VOP_WIN_GET_YRGBADDR(vop, win) \ argument
187 struct vop_win win[]; member
381 static void scl_vop_cal_scl_fac(struct vop *vop, const struct vop_win_data *win, in scl_vop_cal_scl_fac()
606 const struct vop_win_data *win = vop_win->data; in vop_win_disable() local
719 const struct vop_win_data *win = vop_win->data; in rockchip_drm_set_win_enabled() local
[all …]
/linux/drivers/media/platform/ti/omap/
H A Domap_voutlib.c116 struct v4l2_window *win, struct v4l2_framebuffer *fbuf, in omap_vout_new_window()
170 struct v4l2_rect *crop, struct v4l2_window *win, in omap_vout_new_crop()
287 struct v4l2_window *win) in omap_vout_new_format()
/linux/scripts/kconfig/
H A Dnconf.gui.c121 void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs) in print_in_middle()
166 void fill_window(WINDOW *win, const char *text) in fill_window()
202 WINDOW *win; in btn_dialog() local
324 WINDOW *win; in dialog_inputbox() local
531 WINDOW *win; in show_scroll_win_ext() local
/linux/drivers/scsi/csiostor/
H A Dcsio_hw_t5.c38 csio_t5_set_mem_win(struct csio_hw *hw, uint32_t win) in csio_t5_set_mem_win()
253 csio_t5_memory_rw(struct csio_hw *hw, u32 win, int mtype, u32 addr, in csio_t5_memory_rw()
/linux/mm/
H A Dswap_state.c56 #define SWAP_RA_VAL(addr, win, hits) \ argument
371 int win, hits; in swap_cache_get_folio() local
751 unsigned int max_win, hits, prev_win, win; in swap_vma_ra_win() local
806 int win; swap_vma_readahead() local
[all...]
/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-rs.c117 il3945_clear_win(struct il3945_rate_scale_data *win) in il3945_clear_win()
241 struct il3945_rate_scale_data *win, int success, in il3945_collect_tx_data()
614 struct il3945_rate_scale_data *win = NULL; in il3945_rs_get_rate() local
H A D4965-rs.c214 il4965_rs_rate_scale_clear_win(struct il_rate_scale_data *win) in il4965_rs_rate_scale_clear_win()
407 struct il_rate_scale_data *win = NULL; in il4965_rs_collect_tx_data() local
1266 struct il_rate_scale_data *win = &(tbl->win[idx]); in il4965_rs_move_legacy_other() local
1386 struct il_rate_scale_data *win = &(tbl->win[idx]); in il4965_rs_move_siso_to_other() local
1509 struct il_rate_scale_data *win = &(tbl->win[idx]); in il4965_rs_move_mimo2_to_other() local
1737 struct il_rate_scale_data *win = NULL; in il4965_rs_rate_scale_perform() local

12345