/kernel/linux/linux-5.10/drivers/media/platform/omap/ |
H A D | omap_vout.c | 279 struct omap_overlay *ovl, int posx, int posy, int outw, in omapvid_setup_overlay() 317 info.pos_x = posx; in omapvid_setup_overlay() 334 "rotation=%d mirror=%d posx=%d posy=%d out_width = %d \n" 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() 278 omapvid_setup_overlay(struct omap_vout_device *vout, struct omap_overlay *ovl, int posx, int posy, int outw, int outh, u32 addr) omapvid_setup_overlay() argument
|
/kernel/linux/linux-6.6/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() 317 info.pos_x = posx; in omapvid_setup_overlay() 334 "rotation=%d mirror=%d posx=%d posy=%d out_width = %d \n" 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() 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) omapvid_setup_overlay() argument
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb.h | 124 u16 posx, u16 posy, u16 outw, u16 outh);
|
H A D | omapfb-main.c | 832 u16 posx, u16 posy, u16 outw, u16 outh) in omapfb_setup_overlay() 857 DBG("setup_overlay %d, posx %d, posy %d, outw %d, outh %d\n", ofbi->id, in omapfb_setup_overlay() 858 posx, posy, outw, outh); in omapfb_setup_overlay() 907 info.pos_x = posx; in omapfb_setup_overlay() 932 u16 posx, posy; in omapfb_apply_changes() local 974 posx = 0; in omapfb_apply_changes() 979 posx = info.pos_x; in omapfb_apply_changes() 983 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh); in omapfb_apply_changes() 831 omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl, u16 posx, u16 posy, u16 outw, u16 outh) omapfb_setup_overlay() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb.h | 124 u16 posx, u16 posy, u16 outw, u16 outh);
|
H A D | omapfb-main.c | 832 u16 posx, u16 posy, u16 outw, u16 outh) in omapfb_setup_overlay() 857 DBG("setup_overlay %d, posx %d, posy %d, outw %d, outh %d\n", ofbi->id, in omapfb_setup_overlay() 858 posx, posy, outw, outh); in omapfb_setup_overlay() 907 info.pos_x = posx; in omapfb_setup_overlay() 932 u16 posx, posy; in omapfb_apply_changes() local 974 posx = 0; in omapfb_apply_changes() 979 posx = info.pos_x; in omapfb_apply_changes() 983 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh); in omapfb_apply_changes() 831 omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl, u16 posx, u16 posy, u16 outw, u16 outh) omapfb_setup_overlay() argument
|