Home
last modified time | relevance | path

Searched refs:refresh (Results 1 – 173 of 173) sorted by relevance

/linux-4.1.27/arch/arm/mach-s3c24xx/
Dcpufreq-utils.c36 unsigned long refresh; in s3c2410_cpufreq_setrefresh() local
46 refresh = (cfg->freq.hclk / 100) * (board->refresh / 10); in s3c2410_cpufreq_setrefresh()
47 refresh = DIV_ROUND_UP(refresh, (1000 * 1000)); /* apply scale */ in s3c2410_cpufreq_setrefresh()
48 refresh = (1 << 11) + 1 - refresh; in s3c2410_cpufreq_setrefresh()
50 s3c_freq_dbg("%s: refresh value %lu\n", __func__, refresh); in s3c2410_cpufreq_setrefresh()
54 refval |= refresh; in s3c2410_cpufreq_setrefresh()
Diotiming-s3c2412.c266 u32 refresh; in s3c2412_cpufreq_setrefresh() local
277 refresh = (cfg->freq.hclk / 100) * (board->refresh / 10); in s3c2412_cpufreq_setrefresh()
278 refresh = DIV_ROUND_UP(refresh, (1000 * 1000)); /* apply scale */ in s3c2412_cpufreq_setrefresh()
279 refresh &= ((1 << 16) - 1); in s3c2412_cpufreq_setrefresh()
281 s3c_freq_dbg("%s: refresh value %u\n", __func__, (unsigned int)refresh); in s3c2412_cpufreq_setrefresh()
283 __raw_writel(refresh, S3C2412_REFRESH); in s3c2412_cpufreq_setrefresh()
Dmach-mini2440.c113 _yres,margin_top,margin_bottom,vsync, refresh) \ argument
125 ((refresh) * \
Dmach-osiris.c354 .refresh = 7800, /* refresh period is 7.8usec */
Dmach-bast.c541 .refresh = 7800, /* 7.8usec */
/linux-4.1.27/arch/cris/arch-v32/mach-fs/
Ddram_init.S64 ; Set timing parameters (refresh off to avoid Guinness TR 83)
96 ; Start refresh
107 .byte regk_bif_core_ref ; refresh
108 .byte regk_bif_core_ref ; refresh
109 .byte regk_bif_core_ref ; refresh
110 .byte regk_bif_core_ref ; refresh
111 .byte regk_bif_core_ref ; refresh
112 .byte regk_bif_core_ref ; refresh
113 .byte regk_bif_core_ref ; refresh
114 .byte regk_bif_core_ref ; refresh
DKconfig73 refresh (a.k.a 8K refresh). The default value implies
/linux-4.1.27/drivers/cpufreq/
Dsa1110-cpufreq.c43 u_short refresh; /* refresh time for array (us) */ member
60 .refresh = 64000,
69 .refresh = 64000,
78 .refresh = 64000,
86 .refresh = 64000,
95 .refresh = 64000,
104 .refresh = 64000,
113 .refresh = 64000,
218 u_int ns_row = (sdram->refresh * 1000) >> sdram->rows; in sdram_update_refresh()
363 sdram->twr, sdram->refresh, sdram->cas_latency); in sa1110_clk_init()
Ds3c2412-cpufreq.c146 unsigned long refresh; in s3c2412_cpufreq_setrefresh() local
149 board->refresh, cfg->freq.hclk); in s3c2412_cpufreq_setrefresh()
156 refresh = (board->refresh / 10); in s3c2412_cpufreq_setrefresh()
157 refresh *= (cfg->freq.hclk / 100); in s3c2412_cpufreq_setrefresh()
158 refresh /= (1 * 1000 * 1000); /* 10^6 */ in s3c2412_cpufreq_setrefresh()
160 s3c_freq_dbg("%s: setting refresh 0x%08lx\n", __func__, refresh); in s3c2412_cpufreq_setrefresh()
161 __raw_writel(refresh, S3C2412_REFRESH); in s3c2412_cpufreq_setrefresh()
Ds5pv210-cpufreq.c104 unsigned long refresh; /* DRAM refresh counter * 1000 */ member
217 tmp1 = s5pv210_dram_conf[ch].refresh; in s5pv210_set_refresh()
543 s5pv210_dram_conf[0].refresh = (__raw_readl(dmc_base[0] + 0x30) * 1000); in s5pv210_cpu_init()
546 s5pv210_dram_conf[1].refresh = (__raw_readl(dmc_base[1] + 0x30) * 1000); in s5pv210_cpu_init()
Ds3c24xx-cpufreq-debugfs.c54 seq_printf(seq, "SDRAM refresh %u ns\n", brd->refresh); in board_show()
/linux-4.1.27/drivers/video/fbdev/core/
Dfbcvt.c38 u32 refresh; member
228 cvt->xres, cvt->yres, cvt->refresh); in fb_cvt_print_name()
273 mode->refresh = cvt->f_refresh; in fb_cvt_convert_to_mode()
322 cvt.refresh = mode->refresh; in fb_find_mode_cvt()
323 cvt.f_refresh = cvt.refresh; in fb_find_mode_cvt()
326 if (!cvt.xres || !cvt.yres || !cvt.refresh) { in fb_find_mode_cvt()
331 if (!(cvt.refresh == 50 || cvt.refresh == 60 || cvt.refresh == 70 || in fb_find_mode_cvt()
332 cvt.refresh == 85)) { in fb_find_mode_cvt()
346 if (cvt.refresh != 60) { in fb_find_mode_cvt()
Dmodedb.c606 mode->xres, mode->yres, bpp, mode->refresh); in fb_try_mode()
699 unsigned int xres = 0, yres = 0, bpp = default_bpp, refresh = 0; in fb_find_mode() local
710 refresh = simple_strtol(&name[i+1], NULL, in fb_find_mode()
769 (refresh) ? refresh : 60, in fb_find_mode()
777 cvt_mode.refresh = (refresh) ? refresh : 60; in fb_find_mode()
810 refresh = 1000; in fb_find_mode()
812 refresh = 60; in fb_find_mode()
822 if (refresh_specified && db[i].refresh == refresh) in fb_find_mode()
825 if (abs(db[i].refresh - refresh) < diff) { in fb_find_mode()
826 diff = abs(db[i].refresh - refresh); in fb_find_mode()
[all …]
Dfbmon.c381 static void calc_mode_timings(int xres, int yres, int refresh, in calc_mode_timings() argument
392 refresh, var, NULL); in calc_mode_timings()
396 mode->refresh = refresh; in calc_mode_timings()
512 int xres, yres = 0, refresh, ratio; in get_std_timing() local
537 refresh = (block[1] & 0x3f) + 60; in get_std_timing()
538 DPRINTK(" %dx%d@%dHz\n", xres, yres, refresh); in get_std_timing()
540 calc_mode_timings(xres, yres, refresh, mode); in get_std_timing()
584 mode->refresh = PIXEL_CLOCK/((H_ACTIVE + H_BLANKING) * in get_detailed_timing()
1070 pr_debug("Adding %ux%u@%u\n", m[i].xres, m[i].yres, m[i].refresh); in fb_edid_add_monspecs()
1082 m[i].xres, m[i].yres, m[i].refresh); in fb_edid_add_monspecs()
[all …]
Dfbsysfs.c124 m, mode->xres, mode->yres, v, mode->refresh); in mode_string()
/linux-4.1.27/arch/cris/arch-v10/lib/
Ddram_init.S127 .byte 2 ; refresh
129 .byte 2 ; refresh
131 .byte 2 ; refresh
133 .byte 2 ; refresh
135 .byte 2 ; refresh
137 .byte 2 ; refresh
139 .byte 2 ; refresh
141 .byte 2 ; refresh
/linux-4.1.27/arch/arm/mach-pxa/
Dsleep.S54 @ prepare SDRAM refresh settings
58 @ enable SDRAM self-refresh mode
95 @ prepare SDRAM refresh settings
99 @ enable SDRAM self-refresh mode
107 @ as possible to eliminate messing about with the refresh clock
159 @ external accesses after SDRAM is put in self-refresh mode
160 @ (see Errata 38 ...hangs when entering self-refresh mode)
165 @ put SDRAM into self-refresh
/linux-4.1.27/drivers/video/fbdev/via/
Dviamode.c355 int hres, int vres, int refresh) in get_best_mode() argument
364 if (!best || abs(modes[i].refresh - refresh) < in get_best_mode()
365 abs(best->refresh - refresh)) in get_best_mode()
372 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh) in viafb_get_best_mode() argument
375 hres, vres, refresh); in viafb_get_best_mode()
379 int refresh) in viafb_get_best_rb_mode() argument
382 hres, vres, refresh); in viafb_get_best_rb_mode()
Dviamode.h59 int refresh);
61 int refresh);
Dioctl.h98 unsigned short refresh; member
119 u32 refresh; member
Dviafbdev.c202 int depth, refresh; in viafb_check_var() local
253 refresh = viafb_get_refresh(var->xres, var->yres, in viafb_check_var()
258 viafb_get_best_mode(var->xres, var->yres, refresh)); in viafb_check_var()
269 int refresh; in viafb_set_par() local
290 refresh = get_var_refresh(&info->var); in viafb_set_par()
293 viafb_refresh1 = refresh; in viafb_set_par()
296 viafb_refresh = refresh; in viafb_set_par()
438 u.viamode.refresh = (u32) viafb_hotplug_refresh; in viafb_ioctl()
532 u.active_dev.refresh = viafb_refresh; in viafb_ioctl()
Dhw.c2021 if (abs(best->refresh - long_refresh) > 3) { in viafb_get_refresh()
2028 return best->refresh; in viafb_get_refresh()
/linux-4.1.27/drivers/video/fbdev/
Damba-clcd-versatile.c10 .refresh = 60,
34 .refresh = 60,
59 .refresh = 116,
83 .refresh = 116,
108 .refresh = 390,
Dfsl-diu-fb.c62 .refresh = 60,
76 .refresh = 60,
90 .refresh = 60,
104 .refresh = 72,
118 .refresh = 75,
132 .refresh = 90,
146 .refresh = 100,
160 .refresh = 60,
174 .refresh = 60,
188 .refresh = 60,
[all …]
Dsh_mobile_hdmi.c839 mode->refresh, *parent_rate); in sh_hdmi_rate_error()
950 if (f_refresh == mode->refresh || (!f_refresh && !rate_error)) in sh_hdmi_read_edid()
998 if (found->xres == 640 && found->yres == 480 && found->refresh == 60) in sh_hdmi_read_edid()
1000 else if (found->xres == 720 && found->yres == 480 && found->refresh == 60) in sh_hdmi_read_edid()
1002 else if (found->xres == 720 && found->yres == 576 && found->refresh == 50) in sh_hdmi_read_edid()
1004 else if (found->xres == 1280 && found->yres == 720 && found->refresh == 60) in sh_hdmi_read_edid()
1006 else if (found->xres == 1920 && found->yres == 1080 && found->refresh == 24) in sh_hdmi_read_edid()
1008 else if (found->xres == 1920 && found->yres == 1080 && found->refresh == 50) in sh_hdmi_read_edid()
1010 else if (found->xres == 1920 && found->yres == 1080 && found->refresh == 60) in sh_hdmi_read_edid()
1018 found->yres, found->refresh, PICOS2KHZ(found->pixclock) * 1000, in sh_hdmi_read_edid()
Dpxa168fb.c261 if (!m || !m->pixclock || !m->refresh) { in set_clock_divider()
569 u32 total_w, total_h, refresh; in pxa168fb_init_mode() local
576 refresh = DEFAULT_REFRESH; in pxa168fb_init_mode()
597 do_div(div_result, total_w * total_h * refresh); in pxa168fb_init_mode()
Dacornfb.c678 .refresh = 60,
993 hs = modedb[i].refresh * in acornfb_probe()
998 modedb[i].refresh >= fb_info.monspecs.vfmin && in acornfb_probe()
999 modedb[i].refresh <= fb_info.monspecs.vfmax && in acornfb_probe()
Dmx3fb.c139 .refresh = 60,
157 .refresh = 60,
175 .refresh = 60,
191 .refresh = 60,
207 .refresh = 50,
223 .refresh = 60,
Djz4740_fb.c428 mode->refresh = rate / vt / ht; in jzfb_set_par()
431 rate = mode->refresh * (vt + 2 * mode->xres) * ht; in jzfb_set_par()
433 rate = mode->refresh * vt * ht; in jzfb_set_par()
Dgxt4500.c163 .refresh = 60,
Dudlfb.c1021 mode->refresh); in dlfb_is_valid_mode()
1338 fb_vmode.refresh = 60; in dlfb_setup_modes()
Damba-clcd.c577 mode->refresh); in clcdfb_snprintf_mode()
Dgbefb.c158 .refresh = 60,
Dcyber2000fb.c1340 .refresh = 60,
Ds3c-fb.c1069 div *= mode->refresh ? : 60; in s3c_fb_missing_pixclock()
Dsmscufx.c1588 fb_vmode.refresh = 60; in ufx_setup_modes()
Dsm501fb.c50 .refresh = 60,
Dsh_mobile_lcdcfb.c2436 .refresh = 60,
DKconfig737 such as refresh rate adjustment.
1136 and vertical resolutions, and vertical refresh rates without having
/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-cards.c91 .refresh = 0x30c,
138 .refresh = 0x30c,
185 .refresh = 0x30c,
238 .refresh = 0x753,
291 .refresh = 0x3bd,
351 .refresh = 0x3bd,
407 .refresh = 0x753,
455 .refresh = 0x3bb,
504 .refresh = 0x3bb,
557 .refresh = 0x3bb,
Dcx18-cards.h119 u32 refresh; member
Dcx18-firmware.c342 cx18_write_reg(cx, cx->card->ddr.refresh, CX18_DDR_REFRESH); in cx18_init_memory()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-hid-picolcd31 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
Dsysfs-bus-rbd86 refresh
/linux-4.1.27/arch/arm/mach-omap2/
Dsleep24xx.S73 orr r4, r4, #0x40 @ enable self refresh on idle req
84 bic r4, r4, #0x40 @ now clear self refresh bit.
88 nop @ start auto refresh only after clk ok
Dsram34xx.S167 bl sdram_in_selfrefresh @ put SDRAM in self refresh, idle SDRC
201 orr r12, r12, #SRFRONIDLEREQ_MASK @ enable self refresh on idle
Dsram243x.S155 ldr r6, omap243x_srs_sdrc_rfr_ctrl @ get addr of refresh reg
300 str r1, [r4] @ update refresh timing
Dsram242x.S155 ldr r6, omap242x_srs_sdrc_rfr_ctrl @ get addr of refresh reg
300 str r1, [r4] @ update refresh timing
Dsleep34xx.S238 orr r5, r5, #0x40 @ enable self refresh on idle req
/linux-4.1.27/arch/avr32/boards/atngw100/
Devklcd10x.c36 .refresh = 50,
74 .refresh = 50,
112 .refresh = 60,
Dmrmt.c63 .refresh = 59.94,
106 .refresh = 59.94,
/linux-4.1.27/Documentation/fb/
Dmodedb.txt23 <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.
30 <bpp> and <refresh>, if specified) the timings will be calculated using
61 and coordinated set of standard formats, display refresh rates, and
72 pixelclock, the horizontal sync frequency, or the vertical refresh rate.
107 - acceptable refresh rates are 50, 60, 70 or 85 Hz only
108 - if reduced blanking, the refresh rate must be at 60Hz
131 video=<driver>:<xres>x<yres>[-<bpp>][@refresh]
Duvesafb.txt37 or most optimal resolution/refresh rate for your setup will not work
42 - Adjusting the refresh rate is only possible with a VBE 3.0 compliant
44 compliant, while they simply ignore any refresh rate settings.
118 using this option implies that any refresh rate adjustments will
119 be ignored and the refresh rate will stay at your BIOS default (60 Hz).
156 Use the default refresh rate (60 Hz) if set to 1.
174 Uvesafb will set a video mode with the default refresh rate and timings
Dsm501.txt10 "<xres>x<yres>[-<bpp>][@<refresh>]"
Dintel810.txt29 vertical refresh rates if the VESA Generalized Timing Formula is
104 in Hz. You can also use this option to lock your monitor's refresh
167 o. <xres>x<yres>[-<bpp>][@<refresh>]
188 will use 2 MB of System RAM. MTRR support will be enabled. The refresh rate
Dgxfb.txt46 <x>x<y>[-<bpp>][@<refresh>]
Dlxfb.txt46 <x>x<y>[-<bpp>][@<refresh>]
Dpvr2fb.txt32 mode:X - default video mode with format [xres]x[yres]-<bpp>@<refresh rate>
Dsh7760fb.txt75 .refresh = 60,
Dintelfb.txt28 b. "mode=<xres>x<yres>[-<bpp>][@<refresh>]"
Dvesafb.txt95 booting linux. If you are not happy with the 60 Hz refresh rate, you
/linux-4.1.27/drivers/gpu/drm/
Ddrm_modes.c746 int refresh = 0; in drm_mode_vrefresh() local
750 refresh = mode->vrefresh; in drm_mode_vrefresh()
757 refresh = (calc_val + vtotal / 2) / vtotal; in drm_mode_vrefresh()
760 refresh *= 2; in drm_mode_vrefresh()
762 refresh /= 2; in drm_mode_vrefresh()
764 refresh /= mode->vscan; in drm_mode_vrefresh()
766 return refresh; in drm_mode_vrefresh()
1230 unsigned int xres = 0, yres = 0, bpp = 32, refresh = 0; in drm_mode_parse_command_line_for_connector() local
1253 refresh = simple_strtol(&name[i+1], NULL, 10); in drm_mode_parse_command_line_for_connector()
1357 mode->refresh = refresh; in drm_mode_parse_command_line_for_connector()
[all …]
Ddrm_fb_helper.c1308 if (mode->vrefresh != cmdline_mode->refresh) in drm_pick_cmdline_mode()
Ddrm_crtc.c841 mode->refresh_specified ? mode->refresh : 60, in drm_connector_get_cmdline_mode()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_tv.c355 int refresh; /* in millihertz (for precision) */ member
420 .refresh = 59940,
463 .refresh = 59940,
505 .refresh = 59940,
548 .refresh = 59940,
592 .refresh = 50000,
637 .refresh = 50000,
679 .refresh = 59940,
703 .refresh = 50000,
727 .refresh = 60000,
[all …]
/linux-4.1.27/arch/arm/mach-imx/
Deukrea_mbimxsd35-baseboard.c47 .refresh = 60,
63 .refresh = 60,
80 .refresh = 60,
Dmach-vpr200.c57 .refresh = 60,
73 .refresh = 60,
Dmach-pcm043.c47 .refresh = 60,
63 .refresh = 60,
Dmach-pcm037.c448 .refresh = 60,
465 .refresh = 60,
481 .refresh = 60,
Dmx31lilly-db.c166 .refresh = 64,
Dmach-armadillo5x0.c338 .refresh = 60,
353 .refresh = 56,
Dmach-mx21ads.c227 .refresh = 60,
Dmach-mx27ads.c258 .refresh = 60,
Dmach-pca100.c320 .refresh = 60,
Dmach-mx27_3ds.c422 .refresh = 60,
Dmach-mx35_3ds.c67 .refresh = 55,
Dmach-mx31_3ds.c262 .refresh = 60,
/linux-4.1.27/arch/arm/mach-prima2/
Dsleep.S41 @ refresh bit
47 @ the RAM is going to self refresh mode
/linux-4.1.27/arch/arm/mach-nspire/
Dclcd.c21 .refresh = 60,
45 .refresh = 60,
/linux-4.1.27/arch/arm/mach-integrator/
Dimpd1.c79 .refresh = 60,
107 .refresh = 0,
135 .refresh = 0,
167 .refresh = 0,
/linux-4.1.27/arch/frv/kernel/
Dsleep.S85 # when dram is in self-refresh state.
135 # put SDRAM in self-refresh mode
146 # put the SDRAM into self-refresh mode
152 # wait for SDRAM to reach self-refresh mode
189 # wake SDRAM from self-refresh mode
Dcmode.S118 # self-refresh mode. Execute the dummy load to all memory
154 # (14) Release the self-refresh of SDRAM.
/linux-4.1.27/tools/power/cpupower/utils/
Dversion-gen.sh18 git update-index -q --refresh
/linux-4.1.27/arch/sh/boards/mach-hp6xx/
Dpm_wakeup.S28 ! enable refresh
/linux-4.1.27/arch/avr32/boards/merisc/
Ddisplay.c20 .refresh = 44,
/linux-4.1.27/arch/arm/plat-samsung/include/plat/
Dcpu-freq.h120 unsigned int refresh; member
/linux-4.1.27/drivers/gpu/drm/panel/
Dpanel-sharp-lq101r1sx01.c44 unsigned int refresh = drm_mode_vrefresh(sharp->mode); in sharp_wait_frames() local
46 if (WARN_ON(frames > refresh)) in sharp_wait_frames()
49 msleep(1000 / (refresh / frames)); in sharp_wait_frames()
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-upload.txt36 - Write 0x80000640 to register 0x07F8 to init the Encoder SDRAM's refresh to 1us.
38 - Write 0x80000640 to register 0x08F8 to init the Decoder SDRAM's refresh to 1us.
Dfw-memory.txt85 0x07F8: Encoder SDRAM refresh
93 0x08F8: Decoder SDRAM refresh
Dfw-encoder-api.txt582 Event (0=refresh encoder input)
/linux-4.1.27/arch/arm/mach-omap1/
Dsleep.S81 @ prepare to put SDRAM into self-refresh manually
166 @ prepare to put SDRAM into self-refresh manually
236 @ Prepare to put SDRAM into self-refresh manually
/linux-4.1.27/arch/unicore32/kernel/
Dsleep.S99 @ prepare DDR2 refresh settings
120 @ put DDR2 into self-refresh
/linux-4.1.27/tools/thermal/tmon/
Dtmon.c85 refresh(); in tmon_cleanup()
112 refresh(); in tmon_sig_handler()
Dtui.c188 refresh(); in setup_windows()
196 refresh(); in resize_handler()
/linux-4.1.27/drivers/staging/media/dt3155v4l/
DKconfig16 bool "Selects CCIR/50Hz vertical refresh"
/linux-4.1.27/arch/avr32/boards/atstk1000/
Dsetup.c33 .refresh = 75,
/linux-4.1.27/drivers/staging/xgifb/
DXGI_main_26.c559 if (XGIfb_vrate[i].refresh == rate) { in XGIfb_search_refresh_rate()
562 } else if (XGIfb_vrate[i].refresh > rate) { in XGIfb_search_refresh_rate()
563 if ((XGIfb_vrate[i].refresh - rate) <= 3) { in XGIfb_search_refresh_rate()
565 rate, XGIfb_vrate[i].refresh); in XGIfb_search_refresh_rate()
569 XGIfb_vrate[i].refresh; in XGIfb_search_refresh_rate()
570 } else if (((rate - XGIfb_vrate[i - 1].refresh) in XGIfb_search_refresh_rate()
575 XGIfb_vrate[i-1].refresh); in XGIfb_search_refresh_rate()
579 XGIfb_vrate[i - 1].refresh; in XGIfb_search_refresh_rate()
582 } else if ((rate - XGIfb_vrate[i].refresh) <= 2) { in XGIfb_search_refresh_rate()
584 rate, XGIfb_vrate[i].refresh); in XGIfb_search_refresh_rate()
DXGI_main.h184 u16 refresh; member
/linux-4.1.27/arch/arm/mach-s3c64xx/
Dmach-smartq5.c127 .refresh = 80,
Dmach-smartq7.c143 .refresh = 80,
/linux-4.1.27/Documentation/devicetree/bindings/fb/
Dsm501fb.txt17 <xres>x<yres>[-<bpp>][@<refresh>]
/linux-4.1.27/drivers/video/fbdev/mmp/panel/
Dtpo_tj032md01bw.c111 .refresh = 60,
/linux-4.1.27/tools/perf/ui/browsers/
Dheader.c85 .refresh = ui_browser__argv_refresh, in ui__list_menu()
Dmap.c106 .refresh = ui_browser__rb_tree_refresh, in map__browse()
Dscripts.c120 .refresh = ui_browser__list_head_refresh, in script_browse()
Dhists.c414 int delay_secs = hbt ? hbt->refresh : 0; in hist_browser__run()
1204 browser->b.refresh = hist_browser__refresh; in hist_browser__new()
1432 int delay_secs = hbt ? hbt->refresh : 0; in perf_evsel__hists_browse()
1884 int delay_secs = hbt ? hbt->refresh : 0; in perf_evsel_menu__run()
1987 .refresh = ui_browser__list_head_refresh, in __perf_evlist__tui_browse_hists()
Dannotate.c671 int delay_secs = hbt ? hbt->refresh : 0; in annotate_browser__run()
900 .refresh = annotate_browser__refresh, in symbol__tui_annotate()
/linux-4.1.27/tools/perf/ui/
Dbrowser.h23 unsigned int (*refresh)(struct ui_browser *browser); member
Dbrowser.c308 row = browser->refresh(browser); in __ui_browser__refresh()
/linux-4.1.27/net/atm/
Dmpoa_caches.h47 void (*refresh)(struct mpoa_client *client); member
Dmpc.c1435 mpc->in_ops->refresh(mpc); in mpc_cache_check()
/linux-4.1.27/arch/arm/mach-netx/
Dnxeb500hmi.c40 .refresh = 60,
Dnxdb500.c40 .refresh = 60,
/linux-4.1.27/drivers/video/fbdev/mmp/fb/
Dmmpfb.c243 mode->refresh = videomode->refresh; in fbmode_to_mmpmode()
269 videomode->refresh = mode->refresh; in mmpmode_to_fbmode()
/linux-4.1.27/arch/avr32/boards/hammerhead/
Dsetup.c51 .refresh = 75,
/linux-4.1.27/arch/sh/boards/mach-sh7763rdp/
Dsetup.c113 .refresh = 60,
/linux-4.1.27/drivers/staging/sm750fb/
Dreadme33 refresh rate, kernel driver will defaulty use 16bpp and 60hz
/linux-4.1.27/arch/s390/include/asm/
Dpci_clp.h131 u8 refresh : 1; /* TLB refresh mode */ member
/linux-4.1.27/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-pmc.txt29 0 (LP0): CPU + Core voltage off and DRAM in self-refresh
30 1 (LP1): CPU voltage off and DRAM in self-refresh
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_ipp.h102 __u32 refresh; member
Dexynos_drm_drv.h97 unsigned int refresh; member
Dexynos_drm_plane.c137 exynos_plane->refresh = crtc->mode.vrefresh; in exynos_plane_mode_set()
Dexynos_drm_gsc.c1556 set_wb.refresh = property->refresh_rate; in gsc_ippdrv_start()
Dexynos_drm_fimc.c1512 set_wb.refresh = property->refresh_rate; in fimc_ippdrv_start()
/linux-4.1.27/arch/avr32/boards/mimc200/
Dsetup.c49 .refresh = 72,
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/
Dcpm.txt39 refresh mode and any additional power
/linux-4.1.27/arch/arm/mach-sa1100/
Dsleep.S133 @ Step 5 clear DRAM refresh control register
/linux-4.1.27/arch/arm/mach-lpc32xx/
Dphy3250.c63 .refresh = 60,
/linux-4.1.27/Documentation/auxdisplay/
Dcfag12864b99 Although the LCD won't get updated until the next refresh time arrives.
/linux-4.1.27/arch/arm/mach-mmp/
Daspenite.c188 .refresh = 60,
/linux-4.1.27/include/drm/
Ddrm_modes.h159 int refresh; member
/linux-4.1.27/tools/perf/ui/tui/
Dutil.c63 .refresh = ui_browser__argv_refresh, in ui__popup_menu()
/linux-4.1.27/include/video/
Dmmp_disp.h109 u32 refresh; member
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DCPUfreq.txt66 SDRAM refresh rate.
/linux-4.1.27/arch/avr32/boards/favr-32/
Dsetup.c108 .refresh = 50,
/linux-4.1.27/drivers/net/hyperv/
Dnetvsc_drv.c826 bool notify, refresh = false; in netvsc_link_change() local
845 refresh = true; in netvsc_link_change()
851 if (refresh) in netvsc_link_change()
/linux-4.1.27/arch/arm/mach-tegra/
Dsleep-tegra20.S392 str r1, [r0, #EMC_SELF_REF] @ take DRAM out of self refresh
516 bne emcself @ loop until DDR in self-refresh
Dsleep-tegra30.S454 str r1, [r0, #EMC_SELF_REF] @ take DRAM out of self refresh
786 bne emcself @ loop until DDR in self-refresh
/linux-4.1.27/scripts/kconfig/
Dnconf.gui.c172 refresh(); in print_in_middle()
538 refresh(); in refresh_all_windows()
Dnconf.c1026 refresh(); in do_match()
1059 refresh(); in do_match()
1558 refresh(); in main()
/linux-4.1.27/include/linux/
Dperf_event.h642 extern int perf_event_refresh(struct perf_event *event, int refresh);
936 static inline int perf_event_refresh(struct perf_event *event, int refresh) in perf_event_refresh() argument
Dfb.h767 u32 refresh; /* optional */ member
/linux-4.1.27/arch/x86/boot/compressed/
Deboot.c878 u32 w, h, depth, refresh; in setup_uga32() local
890 &w, &h, &depth, &refresh); in setup_uga32()
923 u32 w, h, depth, refresh; in setup_uga64() local
935 &w, &h, &depth, &refresh); in setup_uga64()
/linux-4.1.27/arch/mips/jz4740/
Dboard-qi_lb60.c279 .refresh = 30,
/linux-4.1.27/arch/cris/arch-v32/
DKconfig177 refresh (a.k.a 8K refresh). The default value implies
/linux-4.1.27/drivers/video/fbdev/savage/
Dsavagefb.h160 unsigned int mode, refresh; member
Dsavagefb_driver.c2241 cvt_mode.refresh = 60; in savagefb_probe()
/linux-4.1.27/tools/perf/util/
Dhist.h301 int refresh; member
/linux-4.1.27/arch/s390/pci/
Dpci_clp.c62 zdev->tlb_refresh = response->refresh; in clp_store_query_pci_fngrp()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c374 .refresh = null_ctx_refresh,
Dsec_plain.c952 .refresh = plain_ctx_refresh,
Dsec.c665 LASSERT(ctx->cc_ops->refresh); in sptlrpc_req_refresh_ctx()
666 ctx->cc_ops->refresh(ctx); in sptlrpc_req_refresh_ctx()
/linux-4.1.27/drivers/video/fbdev/sis/
Dsis_main.c404 int i, j, xres, yres, refresh, index; in sisfb_interpret_edid() local
479 refresh = (buffer[index + 1] & 0x3f) + 60; in sisfb_interpret_edid()
484 (refresh == sisfb_ddcfmodes[j].v)) { in sisfb_interpret_edid()
692 if(sisfb_vrate[i].refresh == rate) { in sisfb_search_refresh_rate()
695 } else if(sisfb_vrate[i].refresh > rate) { in sisfb_search_refresh_rate()
696 if((sisfb_vrate[i].refresh - rate) <= 3) { in sisfb_search_refresh_rate()
698 rate, sisfb_vrate[i].refresh); in sisfb_search_refresh_rate()
700 ivideo->refresh_rate = sisfb_vrate[i].refresh; in sisfb_search_refresh_rate()
702 ((rate - sisfb_vrate[i-1].refresh) <= 2)) { in sisfb_search_refresh_rate()
704 rate, sisfb_vrate[i-1].refresh); in sisfb_search_refresh_rate()
[all …]
Dsis_main.h413 u16 refresh; member
/linux-4.1.27/Documentation/power/
Dstates.txt65 into the self-refresh mode to retain its contents. All of the steps carried out
Dopp.txt75 WARNING: Users of OPP library should refresh their availability count using
80 care to refresh the cpufreq table in cases of these operations.
/linux-4.1.27/Documentation/arm/
Dtcm.txt53 - Idle loops where all external RAM is set to self-refresh
/linux-4.1.27/tools/perf/Documentation/
Dperf-top.txt209 Display refresh delay.
/linux-4.1.27/Documentation/device-mapper/
Dsnapshot.txt107 --refresh); but if it is left active it will simply return I/O errors.
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_sec.h377 int (*refresh) (struct ptlrpc_cli_ctx *ctx); member
/linux-4.1.27/Documentation/scheduler/
Dsched-rt-group.txt28 resolution, or the time it takes to handle the budget refresh itself.
/linux-4.1.27/arch/arm/mach-shmobile/
Dboard-armadillo800eva.c532 .refresh = 60,
/linux-4.1.27/scripts/kconfig/lxdialog/
Dutil.c358 refresh(); in end_dialog()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_main.c3769 long refresh; in _drbd_fault_random() local
3772 get_random_bytes(&refresh, sizeof(refresh)); in _drbd_fault_random()
3773 rsp->state += refresh; in _drbd_fault_random()
/linux-4.1.27/Documentation/hwmon/
Dlm90270 transaction completion, effectively doubling the register cache refresh time.
/linux-4.1.27/tools/perf/
Dbuiltin-top.c567 .refresh = top->delay_secs, in display_thread_tui()
/linux-4.1.27/kernel/events/
Dcore.c2351 static int _perf_event_refresh(struct perf_event *event, int refresh) in _perf_event_refresh() argument
2359 atomic_add(refresh, &event->event_limit); in _perf_event_refresh()
2368 int perf_event_refresh(struct perf_event *event, int refresh) in perf_event_refresh() argument
2374 ret = _perf_event_refresh(event, refresh); in perf_event_refresh()
/linux-4.1.27/drivers/video/fbdev/aty/
Daty128fb.c125 .refresh = 60,
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt45 IBM PC, and historically were connected to control RAM refresh and the PC
/linux-4.1.27/Documentation/filesystems/
Dxfs-delayed-logging-design.txt522 permanent reservation on the space, but we still need to make sure we refresh
/linux-4.1.27/drivers/block/
Drbd.c3985 static DEVICE_ATTR(refresh, S_IWUSR, NULL, rbd_image_refresh);
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-19971283 (scan_scsis): Get SDpnt from scsi_init_malloc, and refresh
/linux-4.1.27/Documentation/networking/
Darcnet-hardware.txt295 video games, as it occurs exactly once per screen refresh, but