Lines Matching defs:vsync1
143 static int vsync1;
1740 if (!vsync1)
1741 vsync1 = VFMIN;
1744 if (IS_DVT && vsync1 < 60)
1745 vsync1 = 60;
1749 info->monspecs.vfmin = vsync1;
1750 if (vsync2 < vsync1)
1996 } else if (!strncmp(this_opt, "vsync1:", 7))
1997 vsync1 = simple_strtoul(this_opt+7, NULL, 0);
2185 module_param(vsync1, int, 0);
2186 MODULE_PARM_DESC(vsync1, "Minimum vertical frequency of monitor in Hz"