Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/omap/
H A Domap_vout.c279 struct omap_overlay *ovl, int posx, int posy, int outw, in omapvid_setup_overlay() argument
317 info.pos_x = posx; in omapvid_setup_overlay()
360 int posx, posy, outw, outh; in omapvid_init() local
385 posx = win->w.top; in omapvid_init()
389 posx = (timing->x_res - win->w.width) - win->w.left; in omapvid_init()
396 posx = (timing->x_res - win->w.height) - win->w.top; in omapvid_init()
400 posx = win->w.left; in omapvid_init()
405 ret = omapvid_setup_overlay(vout, ovl, posx, posy, in omapvid_init()
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h124 u16 posx, u16 posy, u16 outw, u16 outh);
H A Domapfb-main.c832 u16 posx, u16 posy, u16 outw, u16 outh) in omapfb_setup_overlay() argument
858 posx, posy, outw, outh); in omapfb_setup_overlay()
907 info.pos_x = posx; in omapfb_setup_overlay()
932 u16 posx, posy; in omapfb_apply_changes() local
974 posx = 0; in omapfb_apply_changes()
979 posx = info.pos_x; in omapfb_apply_changes()
983 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh); in omapfb_apply_changes()