Searched refs:maxhf (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
H A Duvesafb.c53 static u16 maxhf; /* maximum horizontal frequency */ variable
705 if (maxhf) uvesafb_vbe_getmonspecs()
706 info->monspecs.hfmax = maxhf * 1000; uvesafb_vbe_getmonspecs()
712 if (info->monspecs.gtf == 0 && maxclk && maxvf && maxhf) { uvesafb_vbe_getmonspecs()
1863 else if (!strncmp(this_opt, "maxhf:", 6)) uvesafb_setup()
1864 maxhf = simple_strtoul(this_opt + 6, NULL, 0); uvesafb_setup()
2008 module_param(maxhf, ushort, 0);
2009 MODULE_PARM_DESC(maxhf,

Completed in 49 milliseconds