Home
last modified time | relevance | path

Searched refs:polling_ms (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/include/trace/events/
H A Ddevfreq.h20 __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 Ddevfreq.h48 __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 Dtegra30-devfreq.c230 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 Ddevfreq.c445 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 Dimx-bus.c132 priv->profile.polling_ms = 1000; in imx_bus_probe()
H A Dtegra20-devfreq.c95 .polling_ms = 500,
H A Dimx8m-ddrc.c432 priv->profile.polling_ms = 1000; in imx8m_ddrc_probe()
H A Dexynos-bus.c299 profile->polling_ms = 50; in exynos_bus_profile_init()
H A Drk3399_dmc.c193 .polling_ms = 200,
/kernel/linux/linux-6.6/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()
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 Ddevfreq.c468 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 Dexynos-bus.c298 profile->polling_ms = 50; in exynos_bus_profile_init()
H A Dsun8i-a33-mbus.c401 priv->profile.polling_ms = 1000; in sun8i_a33_mbus_probe()
H A Drk3399_dmc.c433 .polling_ms = 200, in rk3399_dmcfreq_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c124 .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 Dlima_devfreq.c85 .polling_ms = 50, /* ~3 frames */
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.c84 .polling_ms = 50, /* ~3 frames */
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/
H A Dlima_devfreq.c89 .polling_ms = 50, /* ~3 frames */
/kernel/linux/linux-5.10/include/linux/
H A Ddevfreq.h79 * @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 Ddevfreq.h79 * @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 Dpanfrost_devfreq.c81 .polling_ms = 50, /* ~3 frames */
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufs-qcom.c1464 p->polling_ms = 60; in ufs_qcom_config_scaling_param()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A Dmsm_gpu.c80 .polling_ms = 10,
/kernel/linux/linux-5.10/drivers/memory/samsung/
H A Dexynos5422-dmc.c1527 exynos5_dmc_df_profile.polling_ms = 100; in exynos5_dmc_probe()
/kernel/linux/linux-6.6/drivers/memory/tegra/
H A Dtegra20-emc.c1151 .polling_ms = 30,

Completed in 22 milliseconds

12