Lines Matching defs:refresh
651 /* the CVT default refresh rate is 60Hz */
1963 unsigned int refresh;
1969 refresh = simple_strtol(str, end_ptr, 10);
1973 mode->refresh = refresh;
2358 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
2399 /* Try to locate the bpp and refresh specifiers, if any */
2432 * an at-sign (used to specify a refresh rate) is disallowed.
2482 * Locate the end of the bpp / refresh, and parse the extras
2566 cmd->refresh_specified ? cmd->refresh : 60,
2572 cmd->refresh_specified ? cmd->refresh : 60,