/kernel/linux/linux-5.10/include/trace/events/ |
H A D | devfreq.h | 20 __field(unsigned int, polling_ms) 28 __entry->polling_ms = devfreq->profile->polling_ms; 32 TP_printk("dev_name=%s freq=%lu polling_ms=%u load=%lu", 33 __get_str(dev_name), __entry->freq, __entry->polling_ms,
|
/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-5.10/drivers/devfreq/ |
H A D | tegra30-devfreq.c | 230 u32 band = avg_band_freq * tegra->devfreq->profile->polling_ms; in tegra_devfreq_update_avg_wmark() 243 u32 val = tegra->cur_freq * tegra->devfreq->profile->polling_ms; in tegra_devfreq_update_wmark() 322 target_freq = dev->avg_count / tegra->devfreq->profile->polling_ms; in actmon_device_target_freq() 482 dev->avg_count = tegra->cur_freq * tegra->devfreq->profile->polling_ms; in tegra_actmon_configure_device() 523 if (!tegra->devfreq->profile->polling_ms || !tegra->started) in tegra_actmon_resume() 526 actmon_writel(tegra, tegra->devfreq->profile->polling_ms - 1, in tegra_actmon_resume() 591 if (!tegra->devfreq->profile->polling_ms || !tegra->started) in tegra_actmon_pause() 669 stat->total_time = tegra->devfreq->profile->polling_ms * cur_freq; in tegra_devfreq_get_dev_status() 677 .polling_ms = ACTMON_SAMPLING_PERIOD,
|
H A D | devfreq.c | 445 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor() 481 if (devfreq->profile->polling_ms) in devfreq_monitor_start() 483 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor_start() 567 devfreq->profile->polling_ms) in devfreq_monitor_resume() 569 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor_resume() 594 unsigned int cur_delay = devfreq->profile->polling_ms; in devfreq_update_interval() 598 devfreq->profile->polling_ms = new_delay; in devfreq_update_interval() 616 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_update_interval() 627 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_update_interval() 1490 return sprintf(buf, "%d\n", df->profile->polling_ms); in polling_interval_show() 1837 unsigned int polling_ms; devfreq_summary_show() local [all...] |
H A D | imx-bus.c | 132 priv->profile.polling_ms = 1000; in imx_bus_probe()
|
H A D | tegra20-devfreq.c | 95 .polling_ms = 500,
|
H A D | imx8m-ddrc.c | 432 priv->profile.polling_ms = 1000; in imx8m_ddrc_probe()
|
H A D | exynos-bus.c | 299 profile->polling_ms = 50; in exynos_bus_profile_init()
|
H A D | rk3399_dmc.c | 193 .polling_ms = 200,
|
/kernel/linux/linux-6.6/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 | 468 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor() 505 if (devfreq->profile->polling_ms) in devfreq_monitor_start() 507 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor_start() 592 devfreq->profile->polling_ms) in devfreq_monitor_resume() 594 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor_resume() 619 unsigned int cur_delay = devfreq->profile->polling_ms; in devfreq_update_interval() 623 devfreq->profile->polling_ms = new_delay; in devfreq_update_interval() 641 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_update_interval() 652 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_update_interval() 1832 return sprintf(buf, "%d\n", df->profile->polling_ms); in polling_interval_show() 1966 unsigned int polling_ms; devfreq_summary_show() local [all...] |
H A D | exynos-bus.c | 298 profile->polling_ms = 50; in exynos_bus_profile_init()
|
H A D | sun8i-a33-mbus.c | 401 priv->profile.polling_ms = 1000; in sun8i_a33_mbus_probe()
|
H A D | rk3399_dmc.c | 433 .polling_ms = 200, in rk3399_dmcfreq_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
H A D | msm_gpu_devfreq.c | 124 .polling_ms = 50, 284 ms_to_ktime(msm_devfreq_profile.polling_ms), in msm_devfreq_boost() 329 if (idle_time > msm_devfreq_profile.polling_ms) { in msm_devfreq_active()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/ |
H A D | lima_devfreq.c | 85 .polling_ms = 50, /* ~3 frames */
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/ |
H A D | panfrost_devfreq.c | 84 .polling_ms = 50, /* ~3 frames */
|
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/ |
H A D | lima_devfreq.c | 89 .polling_ms = 50, /* ~3 frames */
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | devfreq.h | 79 * @polling_ms: The polling interval in ms. 0 disables polling. 106 unsigned int polling_ms; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | devfreq.h | 79 * @polling_ms: The polling interval in ms. 0 disables polling. 109 unsigned int polling_ms; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/ |
H A D | panfrost_devfreq.c | 81 .polling_ms = 50, /* ~3 frames */
|
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
H A D | ufs-qcom.c | 1464 p->polling_ms = 60; in ufs_qcom_config_scaling_param()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_gpu.c | 80 .polling_ms = 10,
|
/kernel/linux/linux-5.10/drivers/memory/samsung/ |
H A D | exynos5422-dmc.c | 1527 exynos5_dmc_df_profile.polling_ms = 100; in exynos5_dmc_probe()
|
/kernel/linux/linux-6.6/drivers/memory/tegra/ |
H A D | tegra20-emc.c | 1151 .polling_ms = 30,
|