Home
last modified time | relevance | path

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

1234

/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/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
287 static inline struct scatterlist *msc_win_base_sg(struct msc_window *win) in msc_win_base_sg()
292 static inline struct msc_block_desc *msc_win_base(struct msc_window *win) in msc_win_base()
297 static inline dma_addr_t msc_win_base_dma(struct msc_window *win) in msc_win_base_dma()
303 msc_win_base_pfn(struct msc_window *win) in msc_win_base_pfn()
313 static inline bool msc_is_last_win(struct msc_window *win) in msc_is_last_win()
324 static struct msc_window *msc_next_window(struct msc_window *win) in msc_next_window()
333 static size_t msc_win_total_sz(struct msc_window *win) in msc_win_total_sz()
365 struct msc_window *win; in msc_find_window() local
402 struct msc_window *win; in msc_oldest_window() local
[all …]
/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()
406 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button()
436 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box()
470 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
519 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/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()
H A Domap_vout.c358 struct v4l2_window *win; in omapvid_init() local
706 struct v4l2_window *win = &f->fmt.win; in vidioc_try_fmt_vid_overlay() local
726 struct v4l2_window *win = &f->fmt.win; in vidioc_s_fmt_vid_overlay() local
772 struct v4l2_window *win = &f->fmt.win; in vidioc_g_fmt_vid_overlay() local
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c45 #define VOP_WIN_SET(vop, win, name, v) \ argument
47 #define VOP_SCL_SET(vop, win, name, v) \ argument
49 #define VOP_SCL_SET_EXT(vop, win, name, v) \ argument
88 #define VOP_WIN_GET(vop, win, name) \ argument
91 #define VOP_WIN_HAS_REG(win, name) \ argument
94 #define VOP_WIN_GET_YRGBADDR(vop, win) \ argument
188 struct vop_win win[]; member
382 static void scl_vop_cal_scl_fac(struct vop *vop, const struct vop_win_data *win, in scl_vop_cal_scl_fac()
607 const struct vop_win_data *win = vop_win->data; in vop_win_disable() local
720 const struct vop_win_data *win = vop_win->data; in rockchip_drm_set_win_enabled() local
[all …]
/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.c57 #define SWAP_RA_VAL(addr, win, hits) \ argument
433 int win, hits; in swap_update_readahead() local
758 unsigned int max_win, hits, prev_win, win; in swap_vma_ra_win() local
813 int win; in swap_vma_readahead() local
/linux/drivers/pci/controller/
H A Dpci-aardvark.c129 #define OB_WIN_REG_ADDR(win, offset) (OB_WIN_BASE_ADDR + \ argument
132 #define OB_WIN_MATCH_LS(win) OB_WIN_REG_ADDR(win, 0x00) argument
134 #define OB_WIN_MATCH_MS(win) OB_WIN_REG_ADDR(win, 0x04) argument
135 #define OB_WIN_REMAP_LS(win) OB_WIN_REG_ADDR(win, 0x08) argument
136 #define OB_WIN_REMAP_MS(win) OB_WIN_REG_ADDR(win, 0x0c) argument
137 #define OB_WIN_MASK_LS(win) OB_WIN_REG_ADDR(win, 0x10) argument
138 #define OB_WIN_MASK_MS(win) OB_WIN_REG_ADDR(win, 0x14) argument
139 #define OB_WIN_ACTIONS(win) OB_WIN_REG_ADDR(win, 0x18) argument
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c208 il4965_rs_rate_scale_clear_win(struct il_rate_scale_data *win) in il4965_rs_rate_scale_clear_win()
401 struct il_rate_scale_data *win = NULL; in il4965_rs_collect_tx_data() local
1260 struct il_rate_scale_data *win = &(tbl->win[idx]); in il4965_rs_move_legacy_other() local
1380 struct il_rate_scale_data *win = &(tbl->win[idx]); in il4965_rs_move_siso_to_other() local
1503 struct il_rate_scale_data *win = &(tbl->win[idx]); in il4965_rs_move_mimo2_to_other() local
1731 struct il_rate_scale_data *win = NULL; in il4965_rs_rate_scale_perform() local
/linux/arch/powerpc/platforms/powernv/
H A Dpci-sriov.c400 int win; in pnv_pci_alloc_m64_bar() local
419 int win; in pnv_pci_vf_assign_m64() local
H A Dvas.h441 static inline void vas_log_write(struct pnv_vas_window *win, char *name, in vas_log_write()
450 static inline void write_uwc_reg(struct pnv_vas_window *win, char *name, in write_uwc_reg()
461 static inline void write_hvwc_reg(struct pnv_vas_window *win, char *name, in write_hvwc_reg()
472 static inline u64 read_hvwc_reg(struct pnv_vas_window *win, in read_hvwc_reg()
H A Dvas-fault.c202 struct vas_window *win; in vas_setup_fault_window() local
/linux/include/linux/platform_data/
H A Dvideo_s3c.h48 struct s3c_fb_pd_win *win[S3C_FB_MAX_WIN]; member
/linux/arch/arm/plat-orion/include/plat/
H A Daddr-map.h36 const int win; member
/linux/tools/thermal/tmon/
H A Dtui.c70 static void close_window(WINDOW *win) in close_window()
524 static void draw_hbar(WINDOW *win, int y, int start, int len, unsigned long ptn, in draw_hbar()

1234