Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cpufreq/
Dqcom-cpufreq-hw.c306 unsigned long freq_hz, throttled_freq; in qcom_lmh_dcvs_notify() local
325 throttled_freq = freq_hz / HZ_PER_KHZ; in qcom_lmh_dcvs_notify()
327 freq_qos_update_request(&data->throttle_freq_req, throttled_freq); in qcom_lmh_dcvs_notify()
330 arch_update_thermal_pressure(policy->related_cpus, throttled_freq); in qcom_lmh_dcvs_notify()
344 if (throttled_freq >= qcom_cpufreq_hw_get(cpu)) in qcom_lmh_dcvs_notify()