Home
last modified time | relevance | path

Searched refs:polling_ms (Results 1 – 19 of 19) sorted by relevance

/linux/include/trace/events/
H A Ddevfreq.h48 __field(unsigned int, polling_ms)
56 __entry->polling_ms = devfreq->profile->polling_ms;
61 __get_str(dev_name), __entry->freq, __entry->polling_ms,
/linux/drivers/devfreq/
H A Dtegra30-devfreq.c255 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()
342 target_freq = dev->avg_count / tegra->devfreq->profile->polling_ms; in actmon_device_target_freq()
502 dev->avg_count = tegra->cur_freq * tegra->devfreq->profile->polling_ms; in tegra_actmon_configure_device()
543 if (!tegra->devfreq->profile->polling_ms || !tegra->started) in tegra_actmon_resume()
546 actmon_writel(tegra, tegra->devfreq->profile->polling_ms - 1, in tegra_actmon_resume()
611 if (!tegra->devfreq->profile->polling_ms || !tegra->started) in tegra_actmon_pause()
674 stat->total_time = tegra->devfreq->profile->polling_ms * cur_freq; in tegra_devfreq_get_dev_status()
682 .polling_ms = ACTMON_SAMPLING_PERIOD,
H A Ddevfreq.c465 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 Drk3399_dmc.c433 .polling_ms = 200, in rk3399_dmcfreq_probe()
H A Dexynos-bus.c286 profile->polling_ms = 50; in exynos_bus_profile_init()
H A Dsun8i-a33-mbus.c392 priv->profile.polling_ms = 1000; in sun8i_a33_mbus_probe()
H A Dhisi_uncore_freq.c573 .polling_ms = HUCF_DEFAULT_POLLING_MS, in hisi_uncore_devfreq_register()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c124 .polling_ms = 50,
290 ms_to_ktime(msm_devfreq_profile.polling_ms), in msm_devfreq_boost()
335 if (idle_time > msm_devfreq_profile.polling_ms) { in msm_devfreq_active()
/linux/drivers/gpu/drm/lima/
H A Dlima_devfreq.c85 .polling_ms = 50, /* ~3 frames */
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.c89 .polling_ms = 50, /* ~3 frames */
/linux/include/linux/
H A Ddevfreq.h111 unsigned int polling_ms; member
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_devfreq.c127 .polling_ms = 50, /* ~3 frames */
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a_devfreq.c255 .polling_ms = 50,
/linux/drivers/memory/tegra/
H A Dtegra20-emc.c1141 .polling_ms = 30,
/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c1514 exynos5_dmc_df_profile.polling_ms = 100; in exynos5_dmc_probe()
/linux/drivers/ufs/host/
H A Dufs-qcom.c2085 p->polling_ms = 60; in ufs_qcom_config_scaling_param()
H A Dufs-mediatek.c2015 hba->vps->devfreq_profile.polling_ms = 200; in ufs_mtk_config_scaling_param()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c2954 u32 vfc_status, polling_ms, polling_count = 0, i; in qed_grc_dump_read_from_vfc() local
2959 polling_ms = VFC_POLLING_DELAY_MS * in qed_grc_dump_read_from_vfc()
2992 msleep(polling_ms); in qed_grc_dump_read_from_vfc()
/linux/drivers/ufs/core/
H A Dufshcd.c9307 .devfreq_profile.polling_ms = 100,