• Home
  • Raw
  • Download

Lines Matching refs:win

178 static struct window_settings *win;  variable
736 xsz = win->w[plane].xres; in au1200_setlocation()
737 ysz = win->w[plane].yres; in au1200_setlocation()
738 if ((xpos + win->w[plane].xres) > panel->Xres) { in au1200_setlocation()
744 if ((ypos + win->w[plane].yres) > panel->Yres) { in au1200_setlocation()
752 xsz = win->w[plane].xres + xpos; in au1200_setlocation()
760 ysz = win->w[plane].yres + ypos; in au1200_setlocation()
767 win->w[plane].xpos = xpos; in au1200_setlocation()
768 win->w[plane].ypos = ypos; in au1200_setlocation()
866 au1200_setlocation(fbdev, 0, win->w[0].xpos, win->w[0].ypos); in au1200_setpanel()
867 au1200_setlocation(fbdev, 1, win->w[1].xpos, win->w[1].ypos); in au1200_setpanel()
868 au1200_setlocation(fbdev, 2, win->w[2].xpos, win->w[2].ypos); in au1200_setpanel()
869 au1200_setlocation(fbdev, 3, win->w[3].xpos, win->w[3].ypos); in au1200_setpanel()
885 lcd->backcolor = win->mode_backcolor; in au1200_setpanel()
888 lcd->colorkey = win->mode_colorkey; in au1200_setpanel()
889 lcd->colorkeymsk = win->mode_colorkeymsk; in au1200_setpanel()
956 | win->w[plane].mode_winctrl1 /* FRM,CCO,PO,PIPE */ in au1200_setmode()
959 au1200_setlocation(fbdev, plane, win->w[plane].xpos, win->w[plane].ypos); in au1200_setmode()
968 lcd->winenable |= win->w[plane].mode_winenable; in au1200_setmode()
1060 var->xres = win->w[plane].xres; in au1200fb_fb_check_var()
1061 var->yres = win->w[plane].yres; in au1200fb_fb_check_var()
1067 var->bits_per_pixel = winbpp(win->w[plane].mode_winctrl1); in au1200fb_fb_check_var()
1110 idx = (win->w[0].mode_winctrl1 & LCD_WINCTRL1_FRM) >> 25; in au1200fb_fb_check_var()
1123 idx = (win->w[0].mode_winctrl1 & LCD_WINCTRL1_FRM) >> 25; in au1200fb_fb_check_var()
1569 bpp = winbpp(win->w[fbdev->plane].mode_winctrl1); in au1200fb_init_fbinfo()
1635 bpp = winbpp(win->w[plane].mode_winctrl1); in au1200fb_drv_probe()
1636 if (win->w[plane].xres == 0) in au1200fb_drv_probe()
1637 win->w[plane].xres = panel->Xres; in au1200fb_drv_probe()
1638 if (win->w[plane].yres == 0) in au1200fb_drv_probe()
1639 win->w[plane].yres = panel->Yres; in au1200fb_drv_probe()
1646 fbdev->fb_len = (win->w[plane].xres * win->w[plane].yres * bpp) / 8; in au1200fb_drv_probe()
1893 win = &windows[window_index]; in au1200fb_init()
1896 printk(DRIVER_NAME ": Win %d %s\n", window_index, win->name); in au1200fb_init()