Searched refs:posy (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb.h | 136 u16 posx, u16 posy, u16 outw, u16 outh);
|
H A D | omapfb-main.c | 843 u16 posx, u16 posy, u16 outw, u16 outh) omapfb_setup_overlay() 868 DBG("setup_overlay %d, posx %d, posy %d, outw %d, outh %d\n", ofbi->id, omapfb_setup_overlay() 869 posx, posy, outw, outh); omapfb_setup_overlay() 918 info.pos_y = posy; omapfb_setup_overlay() 942 u16 posx, posy; omapfb_apply_changes() local 985 posy = 0; omapfb_apply_changes() 990 posy = info.pos_y; omapfb_apply_changes() 993 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh); omapfb_apply_changes() 842 omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl, u16 posx, u16 posy, u16 outw, u16 outh) omapfb_setup_overlay() argument
|
/linux-4.4.14/drivers/media/platform/omap/ |
H A D | omap_vout.c | 355 struct omap_overlay *ovl, int posx, int posy, int outw, omapvid_setup_overlay() 394 info.pos_y = posy; omapvid_setup_overlay() 410 "rotation=%d mirror=%d posx=%d posy=%d out_width = %d \n" omapvid_setup_overlay() 436 int posx, posy, outw, outh; omapvid_init() local 460 posy = (timing->y_res - win->w.width) - win->w.left; omapvid_init() 466 posy = (timing->y_res - win->w.height) - win->w.top; omapvid_init() 471 posy = win->w.left; omapvid_init() 477 posy = win->w.top; omapvid_init() 481 ret = omapvid_setup_overlay(vout, ovl, posx, posy, omapvid_init() 354 omapvid_setup_overlay(struct omap_vout_device *vout, struct omap_overlay *ovl, int posx, int posy, int outw, int outh, u32 addr) omapvid_setup_overlay() argument
|
Completed in 146 milliseconds