Lines Matching refs:hsync1
141 static int hsync1;
1729 if (!hsync1)
1730 hsync1 = HFMIN;
1736 info->monspecs.hfmin = hsync1;
1737 if (hsync2 < hsync1)
1988 else if (!strncmp(this_opt, "hsync1:", 7)) {
1989 hsync1 = simple_strtoul(this_opt+7, &suffix, 0);
1991 hsync1 *= 1000;
2157 hsync1 *= 1000;
2179 module_param(hsync1, int, 0);
2180 MODULE_PARM_DESC(hsync1, "Minimum horizontal frequency of monitor in KHz"