xres_max          472 drivers/video/fbdev/omap/omapfb_main.c 	int		xres_min, xres_max;
xres_max          489 drivers/video/fbdev/omap/omapfb_main.c 		xres_max = panel->x_res;
xres_max          500 drivers/video/fbdev/omap/omapfb_main.c 		xres_max = panel->y_res;
xres_max          516 drivers/video/fbdev/omap/omapfb_main.c 	if (var->xres > xres_max)
xres_max          517 drivers/video/fbdev/omap/omapfb_main.c 		var->xres = xres_max;
xres_max          375 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 	int xres_max = 2048;
xres_max          393 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 	if (var->xres > xres_max)
xres_max          394 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 		var->xres = xres_max;