Lines Matching refs:cpufreq_frequency_table
52 static struct cpufreq_frequency_table *freq_table[MAX_CLUSTERS + 1];
203 static inline u32 get_table_count(struct cpufreq_frequency_table *table)
213 /* get the minimum frequency in the cpufreq_frequency_table */
214 static inline u32 get_table_min(struct cpufreq_frequency_table *table)
216 struct cpufreq_frequency_table *pos;
225 /* get the maximum frequency in the cpufreq_frequency_table */
226 static inline u32 get_table_max(struct cpufreq_frequency_table *table)
228 struct cpufreq_frequency_table *pos;
237 static bool search_frequency(struct cpufreq_frequency_table *table, int size,
253 struct cpufreq_frequency_table *table;