Home
last modified time | relevance | path

Searched refs:posy (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
Domapfb.h136 u16 posx, u16 posy, u16 outw, u16 outh);
Domapfb-main.c843 u16 posx, u16 posy, u16 outw, u16 outh) in omapfb_setup_overlay() argument
869 posx, posy, outw, outh); in omapfb_setup_overlay()
918 info.pos_y = posy; in omapfb_setup_overlay()
942 u16 posx, posy; in omapfb_apply_changes() local
985 posy = 0; in omapfb_apply_changes()
990 posy = info.pos_y; in omapfb_apply_changes()
993 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh); in omapfb_apply_changes()
/linux-4.1.27/drivers/media/platform/omap/
Domap_vout.c367 struct omap_overlay *ovl, int posx, int posy, int outw, in omapvid_setup_overlay() argument
406 info.pos_y = posy; in omapvid_setup_overlay()
448 int posx, posy, outw, outh, temp; in omapvid_init() local
474 posy = (timing->y_res - win->w.width) - win->w.left; in omapvid_init()
480 posy = (timing->y_res - win->w.height) - win->w.top; in omapvid_init()
487 posy = win->w.left; in omapvid_init()
493 posy = win->w.top; in omapvid_init()
497 ret = omapvid_setup_overlay(vout, ovl, posx, posy, in omapvid_init()