Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dqcom-cpufreq-hw.c53 int throttle_irq; member
176 if (data->throttle_irq >= 0) in qcom_cpufreq_hw_get()
366 enable_irq(data->throttle_irq); in qcom_lmh_dcvs_notify()
437 if (data->throttle_irq == -ENXIO) in qcom_cpufreq_hw_lmh_init()
439 if (data->throttle_irq < 0) in qcom_cpufreq_hw_lmh_init()
440 return data->throttle_irq; in qcom_cpufreq_hw_lmh_init()
470 if (data->throttle_irq <= 0) in qcom_cpufreq_hw_cpu_online()
489 if (data->throttle_irq <= 0) in qcom_cpufreq_hw_cpu_offline()
505 if (data->throttle_irq <= 0) in qcom_cpufreq_hw_lmh_exit()
594 if (data->throttle_irq >= 0) in qcom_cpufreq_ready()
[all …]