Searched defs:qcom_cpufreq_data (Results 1 – 1 of 1) sorted by relevance
43 struct qcom_cpufreq_data { struct44 void __iomem *base;45 struct resource *res;46 const struct qcom_cpufreq_soc_data *soc_data;52 struct mutex throttle_lock;53 int throttle_irq;54 char irq_name[15];55 bool cancel_throttle;56 struct delayed_work throttle_work;57 struct cpufreq_policy *policy;[all …]