Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/devfreq/
H A Ddevfreq.c445 queue_delayed_work(devfreq_wq, &devfreq->work, msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor()
477 if (devfreq->profile->polling_ms) { in devfreq_monitor_start()
478 queue_delayed_work(devfreq_wq, &devfreq->work, msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor_start()
554 if (!delayed_work_pending(&devfreq->work) && devfreq->profile->polling_ms) { in devfreq_monitor_resume()
555 queue_delayed_work(devfreq_wq, &devfreq->work, msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_monitor_resume()
581 unsigned int cur_delay = devfreq->profile->polling_ms; in devfreq_update_interval()
585 devfreq->profile->polling_ms = new_delay; in devfreq_update_interval()
604 queue_delayed_work(devfreq_wq, &devfreq->work, msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_update_interval()
614 queue_delayed_work(devfreq_wq, &devfreq->work, msecs_to_jiffies(devfreq->profile->polling_ms)); in devfreq_update_interval()
1454 return sprintf(buf, "%d\n", df->profile->polling_ms); in polling_interval_show()
1813 unsigned int polling_ms; devfreq_summary_show() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_devfreq.c251 dp->polling_ms = 0x64; in mali_devfreq_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_devfreq.c251 dp->polling_ms = 100; in mali_devfreq_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_devfreq.c350 dp->polling_ms = 20; in kbase_devfreq_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_devfreq.c343 dp->polling_ms = 0x14; in kbase_devfreq_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_devfreq.c658 dp->polling_ms = 0x64; in kbase_devfreq_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_devfreq.c710 dp->polling_ms = 100; in kbase_devfreq_init()
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc.c549 .polling_ms = 50,
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_dmc.c554 .polling_ms = 50,

Completed in 16 milliseconds