Searched refs:refresh (Results 1 - 25 of 99) sorted by relevance

1234

/linux-master/drivers/video/fbdev/via/
H A Dviamode.h45 int refresh);
47 int refresh);
H A Dioctl.h84 unsigned short refresh; member in struct:device_t
105 u32 refresh; member in struct:viafb_ioctl_mode
153 /* refresh rate of first device */
157 /* refresh rate of second device */
H A Dviamode.c341 int hres, int vres, int refresh)
350 if (!best || abs(modes[i].refresh - refresh) <
351 abs(best->refresh - refresh))
358 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh) argument
361 hres, vres, refresh);
365 int refresh)
368 hres, vres, refresh);
339 get_best_mode( const struct fb_videomode *modes, int n, int hres, int vres, int refresh) argument
364 viafb_get_best_rb_mode(int hres, int vres, int refresh) argument
/linux-master/arch/arm/mach-socfpga/
H A DMakefile8 obj-$(CONFIG_SOCFPGA_SUSPEND) += pm.o self-refresh.o
/linux-master/arch/x86/include/asm/
H A Dkvm-x86-pmu-ops.h21 KVM_X86_PMU_OP(refresh)
/linux-master/drivers/cpufreq/
H A Dsa1110-cpufreq.c40 u_short refresh; /* refresh time for array (us) */ member in struct:sdram_params
57 .refresh = 64000,
66 .refresh = 64000,
75 .refresh = 64000,
83 .refresh = 64000,
92 .refresh = 64000,
101 .refresh = 64000,
110 .refresh = 64000,
196 * Set the SDRAM refresh rat
[all...]
H A Ds5pv210-cpufreq.c98 * DRAM configurations to calculate refresh counter for changing
103 unsigned long refresh; /* DRAM refresh counter * 1000 */ member in struct:dram_conf
192 * This function set DRAM refresh counter
216 tmp1 = s5pv210_dram_conf[ch].refresh;
273 * Reconfigure DRAM refresh counter value for minimum
322 * 3. DMC1 refresh count for 133Mhz if (index == L4) is
323 * true refresh counter is already programmed in upper
433 * 10. DMC1 refresh counter
443 * divider and memory refresh paramete
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dfbcvt.c38 u32 refresh; member in struct:fb_cvt_data
230 cvt->xres, cvt->yres, cvt->refresh);
262 mode->refresh = cvt->f_refresh;
281 * @mode: pointer to fb_videomode; xres, yres, refresh and vmode must be
288 * @mode is filled with computed values. If interlaced, the refresh field
311 cvt.refresh = mode->refresh;
312 cvt.f_refresh = cvt.refresh;
315 if (!cvt.xres || !cvt.yres || !cvt.refresh) {
320 if (!(cvt.refresh
[all...]
H A Dmodedb.c554 mode->xres, mode->yres, bpp, mode->refresh);
595 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][p][m]
599 * <name>[-<bpp>][@<refresh>]
601 * with <xres>, <yres>, <bpp> and <refresh> decimal numbers and
604 * If 'M' is present after yres (and before refresh/bpp if present),
618 * 2 if using specified @mode_option with an ignored refresh rate,
652 unsigned int xres = 0, yres = 0, bpp = default_bpp, refresh = 0; local
664 refresh = simple_strtol(&name[i+1], NULL,
732 (refresh) ? refresh
[all...]
H A Dfbmon.c381 static void calc_mode_timings(int xres, int yres, int refresh, argument
392 refresh, var, NULL);
396 mode->refresh = refresh;
512 int xres, yres = 0, refresh, ratio; local
537 refresh = (block[1] & 0x3f) + 60;
538 DPRINTK(" %dx%d@%dHz\n", xres, yres, refresh);
540 calc_mode_timings(xres, yres, refresh, mode);
584 mode->refresh = PIXEL_CLOCK/((H_ACTIVE + H_BLANKING) *
1128 * @vfreq: vertical refresh rat
[all...]
/linux-master/arch/sh/boards/mach-hp6xx/
H A Dpm_wakeup.S24 ! enable refresh
/linux-master/tools/power/cpupower/utils/
H A Dversion-gen.sh19 git update-index -q --refresh
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S55 @ 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-master/arch/arm/mach-omap2/
H A Dsleep24xx.S59 orr r4, r4, #0x40 @ enable self refresh on idle req
69 /* The DPLL has to be on before we take the DDR out of self refresh */
70 bic r4, r4, #0x40 @ now clear self refresh bit.
74 nop @ start auto refresh only after clk ok
/linux-master/drivers/media/pci/cx18/
H A Dcx18-cards.c77 .refresh = 0x30c,
124 .refresh = 0x30c,
171 .refresh = 0x30c,
224 .refresh = 0x753,
277 .refresh = 0x3bd,
337 .refresh = 0x3bd,
393 .refresh = 0x753,
441 .refresh = 0x3bb,
490 .refresh = 0x3bb,
543 .refresh
[all...]
H A Dcx18-cards.h100 u32 refresh; member in struct:cx18_ddr
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_crtc.c192 int refresh; local
206 refresh = drm_mode_vrefresh(mode);
207 if (refresh < KMB_MIN_VREFRESH || refresh > KMB_MAX_VREFRESH) {
208 drm_dbg(dev, "refresh = %d less than %d or greater than %d",
209 refresh, KMB_MIN_VREFRESH, KMB_MAX_VREFRESH);
/linux-master/drivers/fpga/
H A Dmachxo2-spi.c141 static const u8 refresh[] = LSC_REFRESH; local
158 tx[1].tx_buf = &refresh;
159 tx[1].len = sizeof(refresh);
298 static const u8 refresh[] = LSC_REFRESH; local
324 tx[1].tx_buf = &refresh;
325 tx[1].len = sizeof(refresh);
333 /* check refresh status */
/linux-master/tools/perf/ui/browsers/
H A Dheader.c86 .refresh = ui_browser__argv_refresh,
/linux-master/drivers/video/fbdev/
H A Dfsl-diu-fb.c57 .refresh = 60,
71 .refresh = 60,
85 .refresh = 60,
99 .refresh = 72,
113 .refresh = 75,
127 .refresh = 90,
141 .refresh = 100,
155 .refresh = 60,
169 .refresh = 60,
183 .refresh
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_tv.c319 u16 refresh; /* in millihertz (for precision) */ member in struct:tv_mode
390 .refresh = 59940,
433 .refresh = 59940,
475 .refresh = 59940,
518 .refresh = 59940,
562 .refresh = 50000,
607 .refresh = 50000,
649 .refresh = 59940,
673 .refresh = 50000,
697 .refresh
[all...]
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-sharp-lq101r1sx01.c40 unsigned int refresh = drm_mode_vrefresh(sharp->mode); local
42 if (WARN_ON(frames > refresh))
45 msleep(1000 / (refresh / frames));
/linux-master/net/atm/
H A Dmpoa_caches.h50 void (*refresh)(struct mpoa_client *client); member in struct:in_cache_ops
/linux-master/drivers/video/fbdev/mmp/panel/
H A Dtpo_tj032md01bw.c98 .refresh = 60,
/linux-master/tools/perf/ui/
H A Dbrowser.h28 unsigned int (*refresh)(struct ui_browser *browser); member in struct:ui_browser

Completed in 391 milliseconds

1234