/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/files/ |
H A D | 0001-change-sysconfig-path-to-etc-default.patch | 15 btrfsmaintenance-refresh.path | 4 ++-- 16 btrfsmaintenance-refresh.service | 2 +- 19 diff --git a/btrfsmaintenance-refresh.path b/btrfsmaintenance-refresh.path 21 --- a/btrfsmaintenance-refresh.path 22 +++ b/btrfsmaintenance-refresh.path 34 diff --git a/btrfsmaintenance-refresh.service b/btrfsmaintenance-refresh.service 36 --- a/btrfsmaintenance-refresh.service 37 +++ b/btrfsmaintenance-refresh.service 44 ExecStart=/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh systemd-timer
|
H A D | 0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.patch | 4 Subject: [PATCH] add WantedBy directive to btrfsmaintenance-refresh.service 15 btrfsmaintenance-refresh.service | 4 ++++ 18 diff --git a/btrfsmaintenance-refresh.service b/btrfsmaintenance-refresh.service 20 --- a/btrfsmaintenance-refresh.service 21 +++ b/btrfsmaintenance-refresh.service 25 ExecStart=/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh systemd-timer 26 +ExecStart=systemctl disable btrfsmaintenance-refresh.service
|
/openbmc/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()
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/ |
H A D | dram.c | 32 writel(0x7FF, &emc->refresh); in ddr_init() 52 writel((((ck / dram->refresh) >> 4) & 0x7FF), &emc->refresh); in ddr_init() 60 writel((((128) >> 4) & 0x7FF), &emc->refresh); in ddr_init() 63 writel((((ck / dram->refresh) >> 4) & 0x7FF), &emc->refresh); in ddr_init()
|
/openbmc/webui-vue/src/layouts/ |
H A D | AppLayout.vue | 7 @refresh="refresh" 47 this.$root.$on('refresh-application', () => this.refresh()); 51 this.refresh(); 56 refresh() { 65 // a component re-rendering and 'refresh' the view
|
/openbmc/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) { 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 | 554 mode->xres, mode->yres, bpp, mode->refresh); in fb_try_mode() 652 unsigned int xres = 0, yres = 0, bpp = default_bpp, refresh = 0; in fb_find_mode() local 664 refresh = simple_strtol(&name[i+1], NULL, in fb_find_mode() 732 (refresh) ? refresh : 60, in fb_find_mode() 740 cvt_mode.refresh = (refresh) ? refresh : 60; in fb_find_mode() 773 refresh = 1000; in fb_find_mode() 775 refresh = 60; in fb_find_mode() 787 int score = abs(db[i].refresh - refresh); in fb_find_mode() 795 db[i].refresh == refresh) in fb_find_mode() 873 mode->refresh = 0; in fb_var_to_videomode() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/ |
H A D | btrfsmaintenance_0.5.bb | 14 file://0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.patch \ 29 install -Dm0644 ${S}/btrfsmaintenance-refresh.path \ 30 ${D}${systemd_system_unitdir}/btrfsmaintenance-refresh.path 56 btrfsmaintenance-refresh.service \ 57 btrfsmaintenance-refresh.path \
|
/openbmc/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
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/tnftp/ |
H A D | 0001-Add-casts-to-appease-conversions-between-wchar_t-and.patch | 6 Upstream-Status: Backport [http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit/refresh.c.diff?r1=1.… 10 libedit/refresh.c | 16 +++++++++------- 13 diff --git a/libedit/refresh.c b/libedit/refresh.c 15 --- a/libedit/refresh.c 16 +++ b/libedit/refresh.c
|
/openbmc/u-boot/drivers/video/ |
H A D | videomodes.c | 201 GET_OPTION ("refresh:", pPar->refresh) in video_get_params() 297 unsigned int i, xres, yres, depth, refresh; in video_get_ctfb_res_modes() local 303 if (!video_get_video_mode(&xres, &yres, &depth, &refresh, options)) in video_get_ctfb_res_modes() 309 res_mode_init[i].refresh == refresh) { in video_get_ctfb_res_modes() 317 xres, yres, depth, refresh, (*mode_ret)->xres, in video_get_ctfb_res_modes() 318 (*mode_ret)->yres, *depth_ret, (*mode_ret)->refresh); in video_get_ctfb_res_modes() 409 mode->refresh = EDID_DETAILED_TIMING_PIXEL_CLOCK(*t) / in video_edid_dtd_to_ctfb_res_modes()
|
H A D | fsl_diu_fb.c | 23 .refresh = 60, 40 .refresh = 60, 62 .refresh = 60, 78 .refresh = 60, 94 .refresh = 60, 110 .refresh = 60,
|
/openbmc/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);
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-cards.c | 77 .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 = 0x3bb,
|
/openbmc/qemu/authz/ |
H A D | listfile.c | 135 if (!fauthz->refresh) { in qauthz_list_file_complete() 197 fauthz->refresh = value; in qauthz_list_file_prop_set_refresh() 207 return fauthz->refresh; in qauthz_list_file_prop_get_refresh() 248 authz->refresh = true; in qauthz_list_file_init() 255 bool refresh, in qauthz_list_file_new() argument 263 "refresh", refresh ? "yes" : "no", in qauthz_list_file_new()
|
/openbmc/u-boot/board/boundary/nitrogen6x/ |
H A D | nitrogen6x.c | 514 .refresh = 60, 534 .refresh = 60, 554 .refresh = 60, 574 .refresh = 60, 594 .refresh = 60, 614 .refresh = 60, 634 .refresh = 60, 654 .refresh = 60, 674 .refresh = 60, 694 .refresh = 57, [all …]
|
/openbmc/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
|
/openbmc/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
|
/openbmc/qemu/include/authz/ |
H A D | listfile.h | 84 bool refresh; member 94 bool refresh,
|
/openbmc/qemu/tests/lcitool/ |
H A D | Makefile.include | 2 LCITOOL_REFRESH = $(SRC_PATH)/tests/lcitool/refresh 15 lcitool-refresh:
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/u-boot/drivers/video/tegra124/ |
H A D | display.c | 27 int h_total, v_total, refresh; in tegra_dc_calc_refresh() local 36 refresh = pclk / h_total; in tegra_dc_calc_refresh() 37 refresh *= 1000; in tegra_dc_calc_refresh() 38 refresh /= v_total; in tegra_dc_calc_refresh() 40 return refresh; in tegra_dc_calc_refresh() 45 int refresh = tegra_dc_calc_refresh(timing); in print_mode() local 48 timing->hactive.typ, timing->vactive.typ, refresh / 1000, in print_mode() 49 refresh % 1000, timing->pixelclock.typ); in print_mode()
|
/openbmc/u-boot/board/work-microwave/work_92105/ |
H A D | work_92105_spl.c | 33 .refresh = 128000, 53 .refresh = 128000,
|