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

/linux-master/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)
857 DBG("setup_overlay %d, posx %d, posy %d, outw %d, outh %d\n", ofbi->id,
858 posx, posy, outw, outh);
908 info.pos_y = posy;
932 u16 posx, posy; local
975 posy = 0;
980 posy = info.pos_y;
983 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh);
831 omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl, u16 posx, u16 posy, u16 outw, u16 outh) argument
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout.c279 struct omap_overlay *ovl, int posx, int posy, int outw,
318 info.pos_y = posy;
334 "rotation=%d mirror=%d posx=%d posy=%d out_width = %d \n"
360 int posx, posy, outw, outh; local
384 posy = (timing->y_res - win->w.width) - win->w.left;
390 posy = (timing->y_res - win->w.height) - win->w.top;
395 posy = win->w.left;
401 posy = win->w.top;
405 ret = omapvid_setup_overlay(vout, ovl, posx, posy,
278 omapvid_setup_overlay(struct omap_vout_device *vout, struct omap_overlay *ovl, int posx, int posy, int outw, int outh, dma_addr_t addr) argument

Completed in 176 milliseconds