| /linux/drivers/cpufreq/ |
| H A D | sa1110-cpufreq.c | 40 u_short refresh; /* refresh time for array (us) */ member 57 .refresh = 64000, 66 .refresh = 64000, 75 .refresh = 64000, 83 .refresh = 64000, 92 .refresh = 64000, 101 .refresh = 64000, 110 .refresh = 64000, 215 u_int ns_row = (sdram->refresh * 1000) >> sdram->rows; in sdram_update_refresh() 356 sdram->twr, sdram->refresh, sdram->cas_latency); in sa1110_clk_init()
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbcvt.c | 38 u32 refresh; member 230 cvt->xres, cvt->yres, cvt->refresh); in fb_cvt_print_name() 262 mode->refresh = cvt->f_refresh; in fb_cvt_convert_to_mode() 311 cvt.refresh = mode->refresh; in fb_find_mode_cvt() 312 cvt.f_refresh = cvt.refresh; in fb_find_mode_cvt() 315 if (!cvt.xres || !cvt.yres || !cvt.refresh || cvt.f_refresh > INT_MAX) { in fb_find_mode_cvt() 320 if (!(cvt.refresh == 50 || cvt.refresh == 60 || cvt.refresh == 70 || in fb_find_mode_cvt() 321 cvt.refresh == 85)) { in fb_find_mode_cvt() 335 if (cvt.refresh != 60) { in fb_find_mode_cvt()
|
| H A D | modedb.c | 555 mode->xres, mode->yres, bpp, mode->refresh); in fb_try_mode() 596 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][p][m] 600 * <name>[-<bpp>][@<refresh>] 602 * with <xres>, <yres>, <bpp> and <refresh> decimal numbers and 605 * If 'M' is present after yres (and before refresh/bpp if present), 619 * 2 if using specified @mode_option with an ignored refresh rate, 653 unsigned int xres = 0, yres = 0, bpp = default_bpp, refresh = 0; in fb_find_mode() local 665 refresh = simple_strtol(&name[i+1], NULL, in fb_find_mode() 733 (refresh) ? refresh in fb_find_mode() [all...] |
| H A D | fbmon.c | 386 static void calc_mode_timings(int xres, int yres, int refresh, in calc_mode_timings() argument 397 refresh, var, NULL); in calc_mode_timings() 401 mode->refresh = refresh; in calc_mode_timings() 517 int xres, yres = 0, refresh, ratio; in get_std_timing() local 542 refresh = (block[1] & 0x3f) + 60; in get_std_timing() 543 DPRINTK(" %dx%d@%dHz\n", xres, yres, refresh); in get_std_timing() 545 calc_mode_timings(xres, yres, refresh, mode); in get_std_timing() 589 mode->refresh = PIXEL_CLOCK/((H_ACTIVE + H_BLANKING) * in get_detailed_timing() 1133 * @vfreq: vertical refresh rat [all...] |
| /linux/arch/arm/mach-pxa/ |
| H A D | sleep.S | 55 @ prepare SDRAM refresh settings 59 @ enable SDRAM self-refresh mode 96 @ prepare SDRAM refresh settings 100 @ enable SDRAM self-refresh mode 108 @ as possible to eliminate messing about with the refresh clock 160 @ external accesses after SDRAM is put in self-refresh mode 161 @ (see Errata 38 ...hangs when entering self-refresh mode) 166 @ put SDRAM into self-refresh
|
| /linux/drivers/video/fbdev/via/ |
| H A D | viamode.c | 341 int hres, int vres, int refresh) in get_best_mode() argument 350 if (!best || abs(modes[i].refresh - refresh) < in get_best_mode() 351 abs(best->refresh - refresh)) in get_best_mode() 358 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh) in viafb_get_best_mode() argument 361 hres, vres, refresh); in viafb_get_best_mode() 365 int refresh) in viafb_get_best_rb_mode() argument 368 hres, vres, refresh); in viafb_get_best_rb_mode()
|
| H A D | viamode.h | 45 int refresh); 47 int refresh);
|
| H A D | ioctl.h | 84 unsigned short refresh; member 105 u32 refresh; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-hid-picolcd | 31 Description: Make it possible to adjust defio refresh rate. 33 Reading: returns list of available refresh rates (expressed in Hz), 34 the active refresh rate being enclosed in brackets ('[' and ']') 36 Writing: accepts new refresh rate expressed in integer Hz
|
| /linux/arch/arm/mach-omap2/ |
| H A D | sleep24xx.S | 59 orr r4, r4, #0x40 @ enable self refresh on idle req 70 bic r4, r4, #0x40 @ now clear self refresh bit. 74 nop @ start auto refresh only after clk ok
|
| /linux/drivers/gpu/drm/kmb/ |
| H A D | kmb_crtc.c | 192 int refresh; in kmb_crtc_mode_valid() local 206 refresh = drm_mode_vrefresh(mode); in kmb_crtc_mode_valid() 207 if (refresh < KMB_MIN_VREFRESH || refresh > KMB_MAX_VREFRESH) { in kmb_crtc_mode_valid() 209 refresh, KMB_MIN_VREFRESH, KMB_MAX_VREFRESH); in kmb_crtc_mode_valid()
|
| /linux/drivers/fpga/ |
| H A D | machxo2-spi.c | 141 static const u8 refresh[] = LSC_REFRESH; in machxo2_cleanup() local 158 tx[1].tx_buf = &refresh; in machxo2_cleanup() 159 tx[1].len = sizeof(refresh); in machxo2_cleanup() 298 static const u8 refresh[] = LSC_REFRESH; in machxo2_write_complete() local 324 tx[1].tx_buf = &refresh; in machxo2_write_complete() 325 tx[1].len = sizeof(refresh); in machxo2_write_complete()
|
| /linux/Documentation/fb/ |
| H A D | modedb.rst | 23 <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd] 24 <name>[-<bpp>][@<refresh>] 26 with <xres>, <yres>, <bpp> and <refresh> decimal numbers and <name> a string. 38 <bpp> and <refresh>, if specified) the timings will be calculated using 91 and coordinated set of standard formats, display refresh rates, and 102 pixelclock, the horizontal sync frequency, or the vertical refresh rate. 137 - acceptable refresh rates are 50, 60, 70 or 85 Hz only 138 - if reduced blanking, the refresh rate must be at 60Hz 162 video=<driver>:<xres>x<yres>[-<bpp>][@refresh]
|
| H A D | uvesafb.rst | 38 or most optimal resolution/refresh rate for your setup will not work 43 - Adjusting the refresh rate is only possible with a VBE 3.0 compliant 45 compliant, while they simply ignore any refresh rate settings. 121 using this option implies that any refresh rate adjustments will 122 be ignored and the refresh rate will stay at your BIOS default 164 Use the default refresh rate (60 Hz) if set to 1. 179 Uvesafb will set a video mode with the default refresh rate and timings
|
| H A D | sm501.rst | 15 "<xres>x<yres>[-<bpp>][@<refresh>]"
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_tv.c | 320 u16 refresh; /* in millihertz (for precision) */ member 391 .refresh = 59940, 434 .refresh = 59940, 476 .refresh = 59940, 519 .refresh = 59940, 563 .refresh = 50000, 608 .refresh = 50000, 650 .refresh = 59940, 674 .refresh = 50000, 698 .refresh [all...] |
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-sharp-lq101r1sx01.c | 37 unsigned int refresh = drm_mode_vrefresh(sharp->mode); in sharp_wait_frames() local 39 if (WARN_ON(frames > refresh)) in sharp_wait_frames() 42 msleep(1000 / (refresh / frames)); in sharp_wait_frames()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_stream.c | 1004 * Finds the greatest index in refresh_rate_hz that contains a value <= refresh 1006 static int dc_stream_get_nearest_smallest_index(struct dc_stream_state *stream, int refresh) in dc_stream_get_nearest_smallest_index() argument 1009 if ((stream->lumin_data.refresh_rate_hz[i] <= refresh) && (refresh < stream->lumin_data.refresh_rate_hz[i + 1])) { in dc_stream_get_nearest_smallest_index() 1017 * Finds a corresponding brightness for a given refresh rate between 2 given indices, where index1 < index2 1036 * Finds a corresponding refresh rate for a given brightness between 2 given indices, where index1 < index2 1055 * Finds the current brightness in millinits given a refresh rate 1075 * Finds the lowest/highest refresh rate (depending on search_for_max_increase) 1116 int refresh = 0; in dc_stream_calculate_flickerless_refresh_rate() local 1122 refresh in dc_stream_calculate_flickerless_refresh_rate() [all...] |
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_cmdline_parser_test.c | 236 KUNIT_EXPECT_EQ(test, mode.refresh, 60); in drm_test_cmdline_res_refresh() 259 KUNIT_EXPECT_EQ(test, mode.refresh, 60); in drm_test_cmdline_res_bpp_refresh() 283 KUNIT_EXPECT_EQ(test, mode.refresh, 60); in drm_test_cmdline_res_bpp_refresh_interlaced() 307 KUNIT_EXPECT_EQ(test, mode.refresh, 60); in drm_test_cmdline_res_bpp_refresh_margins() 331 KUNIT_EXPECT_EQ(test, mode.refresh, 60); in drm_test_cmdline_res_bpp_refresh_force_off() 355 KUNIT_EXPECT_EQ(test, mode.refresh, 60); in drm_test_cmdline_res_bpp_refresh_force_on() 379 KUNIT_EXPECT_EQ(test, mode.refresh, 60); in drm_test_cmdline_res_bpp_refresh_force_on_analog() 406 KUNIT_EXPECT_EQ(test, mode.refresh, 60); in drm_test_cmdline_res_bpp_refresh_force_on_digital() 430 KUNIT_EXPECT_EQ(test, mode.refresh, 60); in drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on()
|
| /linux/arch/arm/mach-socfpga/ |
| H A D | Makefile | 8 obj-$(CONFIG_SOCFPGA_SUSPEND) += pm.o self-refresh.o
|
| /linux/tools/power/cpupower/utils/ |
| H A D | version-gen.sh | 19 git update-index -q --refresh
|
| /linux/arch/sh/boards/mach-hp6xx/ |
| H A D | pm_wakeup.S | 24 ! enable refresh
|
| /linux/include/linux/ |
| H A D | tsm-mr.h | 80 int (*refresh)(const struct tsm_measurements *tm); member
|
| /linux/drivers/virt/coco/guest/ |
| H A D | tsm-mr.c | 25 * Given tm->refresh() is potentially expensive, tm_digest_read() caches MR 26 * values and calls tm->refresh() only when necessary. Only live MRs (i.e., with 27 * %TSM_MR_F_LIVE set) can trigger tm->refresh(), while others are assumed to 29 * been tm->write() calls since the last tm->refresh(). That is, tm->refresh() 65 * ctx->refresh() is necessary only for LIVE MRs, while others retain in tm_digest_read() 76 rc = ctx->tm->refresh(ctx->tm); in tm_digest_read() 151 if ((tm->mrs[i].mr_flags & TSM_MR_F_LIVE) && !tm->refresh) in tsm_mr_create_attribute_group()
|
| /linux/tools/thermal/tmon/ |
| H A D | tmon.c | 75 refresh(); in tmon_cleanup() 101 refresh(); in tmon_sig_handler()
|