Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/
Domapfb.h135 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_x = posx; in omapfb_setup_overlay()
943 u16 posx, posy; in omapfb_apply_changes() local
985 posx = 0; in omapfb_apply_changes()
990 posx = info.pos_x; in omapfb_apply_changes()
994 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh); in omapfb_apply_changes()
/Linux-v4.19/drivers/media/platform/omap/
Domap_vout.c355 struct omap_overlay *ovl, int posx, int posy, int outw, in omapvid_setup_overlay() argument
393 info.pos_x = posx; in omapvid_setup_overlay()
436 int posx, posy, outw, outh; in omapvid_init() local
461 posx = win->w.top; in omapvid_init()
465 posx = (timing->x_res - win->w.width) - win->w.left; in omapvid_init()
472 posx = (timing->x_res - win->w.height) - win->w.top; in omapvid_init()
476 posx = win->w.left; in omapvid_init()
481 ret = omapvid_setup_overlay(vout, ovl, posx, posy, in omapvid_init()