maxvf              56 drivers/video/fbdev/uvesafb.c static u16 maxvf;		/* maximum vertical frequency */
maxvf             695 drivers/video/fbdev/uvesafb.c 	if (maxvf)
maxvf             696 drivers/video/fbdev/uvesafb.c 		info->monspecs.vfmax = maxvf;
maxvf             704 drivers/video/fbdev/uvesafb.c 	if (info->monspecs.gtf == 0 && maxclk && maxvf && maxhf) {
maxvf            1847 drivers/video/fbdev/uvesafb.c 			maxvf = simple_strtoul(this_opt + 6, NULL, 0);
maxvf            1989 drivers/video/fbdev/uvesafb.c module_param(maxvf, ushort, 0);
maxvf            1990 drivers/video/fbdev/uvesafb.c MODULE_PARM_DESC(maxvf,