Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/ti/omap/
Domap_vout.c279 struct omap_overlay *ovl, int posx, int posy, int outw, in omapvid_setup_overlay() argument
318 info.pos_y = posy; in omapvid_setup_overlay()
360 int posx, posy, outw, outh; in omapvid_init() local
384 posy = (timing->y_res - win->w.width) - win->w.left; in omapvid_init()
390 posy = (timing->y_res - win->w.height) - win->w.top; in omapvid_init()
395 posy = win->w.left; in omapvid_init()
401 posy = win->w.top; in omapvid_init()
405 ret = omapvid_setup_overlay(vout, ovl, posx, posy, in omapvid_init()
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/
Domapfb.h124 u16 posx, u16 posy, u16 outw, u16 outh);
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()
908 info.pos_y = posy; in omapfb_setup_overlay()
932 u16 posx, posy; in omapfb_apply_changes() local
975 posy = 0; in omapfb_apply_changes()
980 posy = info.pos_y; in omapfb_apply_changes()
983 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh); in omapfb_apply_changes()