Lines Matching refs:win

181 static struct window_settings *win;  variable
714 xsz = win->w[plane].xres; in au1200_setlocation()
715 ysz = win->w[plane].yres; in au1200_setlocation()
716 if ((xpos + win->w[plane].xres) > panel->Xres) { in au1200_setlocation()
722 if ((ypos + win->w[plane].yres) > panel->Yres) { in au1200_setlocation()
730 xsz = win->w[plane].xres + xpos; in au1200_setlocation()
738 ysz = win->w[plane].yres + ypos; in au1200_setlocation()
745 win->w[plane].xpos = xpos; in au1200_setlocation()
746 win->w[plane].ypos = ypos; in au1200_setlocation()
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()
870 lcd->backcolor = win->mode_backcolor; in au1200_setpanel()
873 lcd->colorkey = win->mode_colorkey; in au1200_setpanel()
874 lcd->colorkeymsk = win->mode_colorkeymsk; in au1200_setpanel()
941 | win->w[plane].mode_winctrl1 /* FRM,CCO,PO,PIPE */ in au1200_setmode()
944 au1200_setlocation(fbdev, plane, win->w[plane].xpos, win->w[plane].ypos); in au1200_setmode()
953 lcd->winenable |= win->w[plane].mode_winenable; in au1200_setmode()
1045 var->xres = win->w[plane].xres; in au1200fb_fb_check_var()
1046 var->yres = win->w[plane].yres; in au1200fb_fb_check_var()
1052 var->bits_per_pixel = winbpp(win->w[plane].mode_winctrl1); in au1200fb_fb_check_var()
1095 idx = (win->w[0].mode_winctrl1 & LCD_WINCTRL1_FRM) >> 25; in au1200fb_fb_check_var()
1108 idx = (win->w[0].mode_winctrl1 & LCD_WINCTRL1_FRM) >> 25; in au1200fb_fb_check_var()
1524 bpp = winbpp(win->w[fbdev->plane].mode_winctrl1); in au1200fb_init_fbinfo()
1665 win = &windows[window_index]; in au1200fb_drv_probe()
1668 printk(DRIVER_NAME ": Win %d %s\n", window_index, win->name); in au1200fb_drv_probe()
1675 bpp = winbpp(win->w[plane].mode_winctrl1); in au1200fb_drv_probe()
1676 if (win->w[plane].xres == 0) in au1200fb_drv_probe()
1677 win->w[plane].xres = panel->Xres; in au1200fb_drv_probe()
1678 if (win->w[plane].yres == 0) in au1200fb_drv_probe()
1679 win->w[plane].yres = panel->Yres; in au1200fb_drv_probe()
1694 fbdev->fb_len = (win->w[plane].xres * win->w[plane].yres * bpp) / 8; in au1200fb_drv_probe()