Searched refs:polling_ms (Results 1 – 14 of 14) sorted by relevance
| /linux/include/trace/events/ |
| A D | devfreq.h | 48 __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/ |
| 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,
|
| A D | devfreq.c | 499 if (devfreq->profile->polling_ms) in devfreq_monitor_start() 501 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor_start() 574 devfreq->profile->polling_ms) in devfreq_monitor_resume() 576 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor_resume() 605 devfreq->profile->polling_ms = new_delay; in devfreq_update_interval() 623 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_update_interval() 1919 unsigned int polling_ms; in devfreq_summary_show() local 1962 polling_ms = devfreq->profile->polling_ms; in devfreq_summary_show() 1964 polling_ms = 0; in devfreq_summary_show() 1972 polling_ms ? timer_name[timer] : "null", in devfreq_summary_show() [all …]
|
| A D | exynos-bus.c | 302 profile->polling_ms = 50; in exynos_bus_profile_init()
|
| A D | rk3399_dmc.c | 193 .polling_ms = 200,
|
| /linux/drivers/gpu/drm/msm/ |
| A D | msm_gpu_devfreq.c | 90 .polling_ms = 50, 186 if (idle_time > msm_devfreq_profile.polling_ms/2) { in msm_devfreq_active()
|
| /linux/drivers/gpu/drm/lima/ |
| A D | lima_devfreq.c | 85 .polling_ms = 50, /* ~3 frames */
|
| /linux/drivers/gpu/drm/panfrost/ |
| A D | panfrost_devfreq.c | 80 .polling_ms = 50, /* ~3 frames */
|
| /linux/include/linux/ |
| A D | devfreq.h | 108 unsigned int polling_ms; member
|
| /linux/drivers/memory/tegra/ |
| A D | tegra20-emc.c | 1164 .polling_ms = 30,
|
| /linux/drivers/scsi/ufs/ |
| A D | ufs-qcom.c | 1476 p->polling_ms = 60; in ufs_qcom_config_scaling_param()
|
| A D | ufshcd.c | 8148 .devfreq_profile.polling_ms = 100,
|
| /linux/drivers/memory/samsung/ |
| A D | exynos5422-dmc.c | 1516 exynos5_dmc_df_profile.polling_ms = 100; in exynos5_dmc_probe()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| A D | qed_debug.c | 2948 u32 vfc_status, polling_ms, polling_count = 0, i; in qed_grc_dump_read_from_vfc() local 2953 polling_ms = VFC_POLLING_DELAY_MS * in qed_grc_dump_read_from_vfc() 2986 msleep(polling_ms); in qed_grc_dump_read_from_vfc()
|
Completed in 68 milliseconds