Home
last modified time | relevance | path

Searched refs:posy (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()
919 info.pos_y = posy; in omapfb_setup_overlay()
943 u16 posx, posy; in omapfb_apply_changes() local
986 posy = 0; in omapfb_apply_changes()
991 posy = info.pos_y; 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
394 info.pos_y = posy; in omapvid_setup_overlay()
436 int posx, posy, outw, outh; in omapvid_init() local
460 posy = (timing->y_res - win->w.width) - win->w.left; in omapvid_init()
466 posy = (timing->y_res - win->w.height) - win->w.top; in omapvid_init()
471 posy = win->w.left; in omapvid_init()
477 posy = win->w.top; in omapvid_init()
481 ret = omapvid_setup_overlay(vout, ovl, posx, posy, in omapvid_init()