Searched refs:polling_ms (Results 1 – 21 of 21) sorted by relevance
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | devfreq.h | 20 __field(unsigned int, polling_ms) 28 __entry->polling_ms = devfreq->profile->polling_ms; 33 __get_str(dev_name), __entry->freq, __entry->polling_ms,
|
| /OK3568_Linux_fs/kernel/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 | 442 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor() 473 if (devfreq->profile->polling_ms) in devfreq_monitor_start() 475 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor_start() 547 devfreq->profile->polling_ms) in devfreq_monitor_resume() 549 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor_resume() 574 unsigned int cur_delay = devfreq->profile->polling_ms; in devfreq_update_interval() 578 devfreq->profile->polling_ms = new_delay; in devfreq_update_interval() 596 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_update_interval() 607 msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_update_interval() 1471 return sprintf(buf, "%d\n", df->profile->polling_ms); in polling_interval_show() [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,
|
| H A D | rockchip_dmc.c | 634 .polling_ms = 50,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_devfreq.c | 84 .polling_ms = 50, /* ~3 frames */
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | devfreq.h | 106 unsigned int polling_ms; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/ |
| H A D | lima_devfreq.c | 89 .polling_ms = 50, /* ~3 frames */
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_devfreq.c | 259 dp->polling_ms = 100; in mali_devfreq_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_devfreq.c | 358 dp->polling_ms = 20; in kbase_devfreq_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| H A D | mali_kbase_devfreq.c | 719 dp->polling_ms = 100; in kbase_devfreq_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_gpu.c | 80 .polling_ms = 10,
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ufs/ |
| H A D | ufs-qcom.c | 1488 p->polling_ms = 60; in ufs_qcom_config_scaling_param()
|
| H A D | ufshcd.c | 8013 .devfreq_profile.polling_ms = 100,
|
| /OK3568_Linux_fs/kernel/drivers/memory/samsung/ |
| H A D | exynos5422-dmc.c | 1527 exynos5_dmc_df_profile.polling_ms = 100; in exynos5_dmc_probe()
|
| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_drv.c | 1153 .polling_ms = 50,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_debug.c | 2772 u32 vfc_status, polling_ms, polling_count = 0, i; in qed_grc_dump_read_from_vfc() local 2777 polling_ms = VFC_POLLING_DELAY_MS * in qed_grc_dump_read_from_vfc() 2810 msleep(polling_ms); in qed_grc_dump_read_from_vfc()
|