Searched refs:posx (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/media/platform/ti/omap/ |
| H A D | omap_vout.c | 279 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 D | omapfb.h | 124 u16 posx, u16 posy, u16 outw, u16 outh);
|