Searched refs:posx (Results 1 – 2 of 2) sorted by relevance
/linux/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() argument 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()
|