Searched refs:au1200_setlocation (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/video/fbdev/ |
H A D | au1200fb.c | 702 static int au1200_setlocation (struct au1200fb_device *fbdev, int plane, in au1200_setlocation() function 852 au1200_setlocation(fbdev, 0, win->w[0].xpos, win->w[0].ypos); in au1200_setpanel() 853 au1200_setlocation(fbdev, 1, win->w[1].xpos, win->w[1].ypos); in au1200_setpanel() 854 au1200_setlocation(fbdev, 2, win->w[2].xpos, win->w[2].ypos); in au1200_setpanel() 855 au1200_setlocation(fbdev, 3, win->w[3].xpos, win->w[3].ypos); in au1200_setpanel() 946 au1200_setlocation(fbdev, plane, win->w[plane].xpos, win->w[plane].ypos); in au1200_setmode()
|