Searched refs:update_rate (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/ |
H A D | test-qht-par.c | 11 static void test_qht(int n_threads, int update_rate, int duration) in test_qht() argument 17 n_threads, update_rate, duration); in test_qht()
|
/openbmc/qemu/tests/bench/ |
H A D | qht-bench.c | 65 static double update_rate; /* 0.0 to 1.0 */ variable 284 printf(" update rate: %f%%\n", update_rate * 100.0); in pr_params() 334 do_threshold(update_rate, &update_threshold); in htable_init() 507 update_rate = atof(optarg) / 100.0; in parse_args() 508 if (update_rate > 1.0) { in parse_args() 509 update_rate = 1.0; in parse_args()
|
/openbmc/linux/drivers/clk/ |
H A D | clk-hsdk-pll.c | 97 int (*update_rate)(struct hsdk_pll_clk *clk, unsigned long rate, member 108 .update_rate = hsdk_pll_core_update_rate, 113 .update_rate = hsdk_pll_comm_update_rate, 118 .update_rate = hsdk_pll_comm_update_rate, 286 return clk->pll_devdata->update_rate(clk, rate, in hsdk_pll_set_rate()
|
/openbmc/u-boot/drivers/clk/ |
H A D | clk-hsdk-cgu.c | 241 int (*update_rate)(struct hsdk_cgu_clk *clk, unsigned long rate, member 252 .update_rate = hsdk_pll_core_update_rate, 257 .update_rate = hsdk_pll_comm_update_rate, 262 .update_rate = hsdk_pll_comm_update_rate, 488 return clk->pll_devdata->update_rate(clk, best_rate, in pll_set()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-picolcd_fb.c | 455 unsigned i, fb_update_rate = fbdata->update_rate; in picolcd_fb_update_rate_show() 490 fbdata->update_rate = u; in picolcd_fb_update_rate_store() 491 data->fb_info->fbdefio->delay = HZ / fbdata->update_rate; in picolcd_fb_update_rate_store() 534 fbdata->update_rate = PICOLCDFB_UPDATE_RATE_DEFAULT; in picolcd_init_framebuffer()
|
H A D | hid-picolcd.h | 117 u8 update_rate; member
|