Lines Matching defs:hz
376 gu2_is_display_mode_supported(int xres, int yres, int bpp, int hz)
379 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
418 gu2_set_display_mode(int xres, int yres, int bpp, int hz)
421 gfx_set_display_mode(int xres, int yres, int bpp, int hz)
432 mode = gfx_is_display_mode_supported(xres, yres, bpp, hz);
1766 int hz = 0;
1771 hz = 56;
1773 hz = 60;
1775 hz = 70;
1777 hz = 72;
1779 hz = 75;
1781 hz = 85;
1783 hz = 90;
1785 hz = 100;
1786 return (hz);
1801 gu2_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
1805 gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
1814 *hz = 60;
1839 *hz = 56;
1841 *hz = 60;
1843 *hz = 70;
1845 *hz = 72;
1847 *hz = 75;
1849 *hz = 85;
1851 *hz = 90;
1853 *hz = 100;
1868 gu2_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
1872 gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
1881 *hz = 60;
1906 *hz = 56;
1908 *hz = 60;
1910 *hz = 70;
1912 *hz = 72;
1914 *hz = 75;
1916 *hz = 85;
1918 *hz = 90;
1920 *hz = 100;
1933 gu2_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
1937 gfx_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
1993 gu2_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
1996 gfx_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
2019 *hz = 56;
2021 *hz = 60;
2023 *hz = 70;
2025 *hz = 72;
2027 *hz = 75;
2029 *hz = 85;
2031 *hz = 90;
2033 *hz = 100;
2051 gu2_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
2054 gfx_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
2059 *hz = 56;
2061 *hz = 60;
2063 *hz = 70;
2065 *hz = 72;
2067 *hz = 75;
2069 *hz = 85;
2071 *hz = 90;
2073 *hz = 100;