Home
last modified time | relevance | path

Searched refs:touchboostpulse_endtime (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq_interactive.c102 u64 touchboostpulse_endtime; member
422 if (now < tunables->touchboostpulse_endtime && in eval_target_freq()
1231 if (endtime < (tunables->touchboostpulse_endtime + in cpufreq_interactive_input_event()
1236 tunables->touchboostpulse_endtime = endtime; in cpufreq_interactive_input_event()
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Drockchip_dmc.c173 u64 touchboostpulse_endtime; member
2706 if (now < dmcfreq->touchboostpulse_endtime) in devfreq_dmc_ondemand_func()
3172 if (endtime < (dmcfreq->touchboostpulse_endtime + 10 * USEC_PER_MSEC)) in rockchip_dmcfreq_input_event()
3174 dmcfreq->touchboostpulse_endtime = endtime; in rockchip_dmcfreq_input_event()