Lines Matching defs:hsync2
142 static int hsync2;
1731 if (!hsync2)
1732 hsync2 = HFMAX;
1734 info->monspecs.hfmax = hsync2;
1737 if (hsync2 < hsync1)
1738 info->monspecs.hfmin = hsync2;
1992 } else if (!strncmp(this_opt, "hsync2:", 7)) {
1993 hsync2 = simple_strtoul(this_opt+7, &suffix, 0);
1995 hsync2 *= 1000;
2158 hsync2 *= 1000;
2182 module_param(hsync2, int, 0);
2183 MODULE_PARM_DESC(hsync2, "Maximum horizontal frequency of monitor in KHz"