Lines Matching refs:hslen
1269 static unsigned int hslen; /* "matroxfb:hslen:xxxxx" */
1834 if (hslen)
1835 vesafb_defined.hsync_len = hslen;
2186 static struct { int xres, yres, left, right, upper, lower, hslen, vslen, vfreq; } timmings[] __initdata = {
2288 if (!hslen)
2289 hslen = timmings[res].hslen;
2360 else if (!strncmp(this_opt, "hslen:", 6))
2361 hslen = simple_strtoul(this_opt+6, NULL, 0);
2540 module_param(hslen, int, 0);
2541 MODULE_PARM_DESC(hslen, "Horizontal sync length (px), overrides hslen from vesa (default=vesa)");