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