Lines Matching defs:vsync1
144 static int vsync1;
1741 if (!vsync1)
1742 vsync1 = VFMIN;
1745 if (IS_DVT && vsync1 < 60)
1746 vsync1 = 60;
1750 info->monspecs.vfmin = vsync1;
1751 if (vsync2 < vsync1)
1997 } else if (!strncmp(this_opt, "vsync1:", 7))
1998 vsync1 = simple_strtoul(this_opt+7, NULL, 0);
2196 module_param(vsync1, int, 0);
2197 MODULE_PARM_DESC(vsync1, "Minimum vertical frequency of monitor in Hz"