Home
last modified time | relevance | path

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

/drivers/media/platform/omap/
Domap_vout.c367 struct omap_overlay *ovl, int posx, int posy, int outw, in omapvid_setup_overlay() argument
405 info.pos_x = posx; in omapvid_setup_overlay()
448 int posx, posy, outw, outh, temp; in omapvid_init() local
475 posx = win->w.top; in omapvid_init()
479 posx = (timing->x_res - win->w.width) - win->w.left; in omapvid_init()
488 posx = (timing->x_res - win->w.height) - win->w.top; in omapvid_init()
492 posx = win->w.left; in omapvid_init()
497 ret = omapvid_setup_overlay(vout, ovl, posx, posy, in omapvid_init()
/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()
917 info.pos_x = posx; in omapfb_setup_overlay()
942 u16 posx, posy; in omapfb_apply_changes() local
984 posx = 0; in omapfb_apply_changes()
989 posx = info.pos_x; in omapfb_apply_changes()
993 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh); in omapfb_apply_changes()