Lines Matching defs:hsync2
143 static int hsync2;
1732 if (!hsync2)
1733 hsync2 = HFMAX;
1735 info->monspecs.hfmax = hsync2;
1738 if (hsync2 < hsync1)
1739 info->monspecs.hfmin = hsync2;
1993 } else if (!strncmp(this_opt, "hsync2:", 7)) {
1994 hsync2 = simple_strtoul(this_opt+7, &suffix, 0);
1996 hsync2 *= 1000;
2169 hsync2 *= 1000;
2193 module_param(hsync2, int, 0);
2194 MODULE_PARM_DESC(hsync2, "Maximum horizontal frequency of monitor in KHz"