Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq_interactive.c100 int touchboostpulse_duration_val; member
1230 endtime = now + tunables->touchboostpulse_duration_val; in cpufreq_interactive_input_event()
1354 tunables->touchboostpulse_duration_val = 500 * USEC_PER_MSEC; in rockchip_cpufreq_policy_init()
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Drockchip_dmc.c172 unsigned int touchboostpulse_duration_val; member
3061 (u32 *)&dmcfreq->touchboostpulse_duration_val); in rockchip_dmcfreq_parse_dt()
3062 if (dmcfreq->touchboostpulse_duration_val) in rockchip_dmcfreq_parse_dt()
3063 dmcfreq->touchboostpulse_duration_val *= USEC_PER_MSEC; in rockchip_dmcfreq_parse_dt()
3065 dmcfreq->touchboostpulse_duration_val = 500 * USEC_PER_MSEC; in rockchip_dmcfreq_parse_dt()
3171 endtime = now + dmcfreq->touchboostpulse_duration_val; in rockchip_dmcfreq_input_event()