Lines Matching refs:hslen
1266 static unsigned int hslen; /* "matroxfb:hslen:xxxxx" */
1831 if (hslen)
1832 vesafb_defined.hsync_len = hslen;
2195 static struct { int xres, yres, left, right, upper, lower, hslen, vslen, vfreq; } timmings[] __initdata = {
2297 if (!hslen)
2298 hslen = timmings[res].hslen;
2369 else if (!strncmp(this_opt, "hslen:", 6))
2370 hslen = simple_strtoul(this_opt+6, NULL, 0);
2549 module_param(hslen, int, 0);
2550 MODULE_PARM_DESC(hslen, "Horizontal sync length (px), overrides hslen from vesa (default=vesa)");