Lines Matching defs:refresh
171 /* the CVT default refresh rate is 60Hz */
1412 unsigned int refresh;
1418 refresh = simple_strtol(str, end_ptr, 10);
1422 mode->refresh = refresh;
1702 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
1735 /* Try to locate the bpp and refresh specifiers, if any */
1767 return false; /* named + refresh is invalid */
1820 * Locate the end of the bpp / refresh, and parse the extras
1871 cmd->refresh_specified ? cmd->refresh : 60,
1877 cmd->refresh_specified ? cmd->refresh : 60,