Searched refs:polling_ms (Results 1 – 12 of 12) sorted by relevance
/linux/include/trace/events/ |
H A D | devfreq.h | 48 __field(unsigned int, polling_ms) 56 __entry->polling_ms = devfreq->profile->polling_ms; 60 TP_printk("dev_name=%-30s freq=%-12lu polling_ms=%-3u load=%-2lu", 61 __get_str(dev_name), __entry->freq, __entry->polling_ms,
|
/linux/drivers/devfreq/ |
H A D | tegra30-devfreq.c | 255 u32 band = avg_band_freq * tegra->devfreq->profile->polling_ms; in tegra_devfreq_update_avg_wmark() 268 u32 val = tegra->cur_freq * tegra->devfreq->profile->polling_ms; in tegra_devfreq_update_wmark() 347 target_freq = dev->avg_count / tegra->devfreq->profile->polling_ms; in actmon_device_target_freq() 507 dev->avg_count = tegra->cur_freq * tegra->devfreq->profile->polling_ms; in tegra_actmon_configure_device() 548 if (!tegra->devfreq->profile->polling_ms || !tegra->started) in tegra_actmon_resume() 551 actmon_writel(tegra, tegra->devfreq->profile->polling_ms - 1, in tegra_actmon_resume() 616 if (!tegra->devfreq->profile->polling_ms || !tegra->started) in tegra_actmon_pause() 679 stat->total_time = tegra->devfreq->profile->polling_ms * cur_freq; in tegra_devfreq_get_dev_status() 687 .polling_ms = ACTMON_SAMPLING_PERIOD,
|
H A D | devfreq.c | 465 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor() 502 if (devfreq->profile->polling_ms) in devfreq_monitor_start() 504 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor_start() 589 devfreq->profile->polling_ms) in devfreq_monitor_resume() 591 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor_resume() 616 unsigned int cur_delay = devfreq->profile->polling_ms; in devfreq_update_interval() 620 devfreq->profile->polling_ms = new_delay; in devfreq_update_interval() 638 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_update_interval() 649 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_update_interval() 1820 return sprintf(buf, "%d\n", df->profile->polling_ms); in polling_interval_show() [all …]
|
H A D | rk3399_dmc.c | 433 .polling_ms = 200, in rk3399_dmcfreq_probe()
|
H A D | sun8i-a33-mbus.c | 392 priv->profile.polling_ms = 1000; in sun8i_a33_mbus_probe()
|
H A D | hisi_uncore_freq.c | 573 .polling_ms = HUCF_DEFAULT_POLLING_MS, in hisi_uncore_devfreq_register()
|
/linux/drivers/gpu/drm/lima/ |
H A D | lima_devfreq.c | 85 .polling_ms = 50, /* ~3 frames */
|
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_devfreq.c | 120 .polling_ms = 50, /* ~3 frames */
|
/linux/include/linux/ |
H A D | devfreq.h | 111 unsigned int polling_ms; member
|
/linux/drivers/memory/tegra/ |
H A D | tegra20-emc.c | 1148 .polling_ms = 30,
|
/linux/drivers/memory/samsung/ |
H A D | exynos5422-dmc.c | 1514 exynos5_dmc_df_profile.polling_ms = 100; in exynos5_dmc_probe()
|
/linux/drivers/ufs/host/ |
H A D | ufs-mediatek.c | 1766 hba->vps->devfreq_profile.polling_ms = 200; in ufs_mtk_config_scaling_param()
|