Lines Matching refs:xres
42 var->xres = mode->xres; in fb_videomode_to_var()
44 var->xres_virtual = mode->xres; in fb_videomode_to_var()
185 fbi->var.xres, in setup_disp_channel2()
194 fbi->var.xres, fbi->var.yres, in setup_disp_channel2()
265 fbi->var.xres, fbi->var.yres, in mxcfb_set_par()
300 if (var->xres_virtual < var->xres) in mxcfb_check_var()
301 var->xres_virtual = var->xres; in mxcfb_check_var()
381 htotal = var->xres + var->right_margin + var->hsync_len + in mxcfb_check_var()
534 fbi->fix.line_length = fbi->var.xres * (fbi->var.bits_per_pixel / 8); in mxcfb_probe()
550 panel.winSizeX = mode->xres; in mxcfb_probe()
552 panel.plnSizeX = mode->xres; in mxcfb_probe()