Lines Matching refs:cpufreq_frequency_table
49 static struct cpufreq_frequency_table *freq_table[MAX_CLUSTERS + 1];
200 static inline u32 get_table_count(struct cpufreq_frequency_table *table)
210 /* get the minimum frequency in the cpufreq_frequency_table */
211 static inline u32 get_table_min(struct cpufreq_frequency_table *table)
213 struct cpufreq_frequency_table *pos;
222 /* get the maximum frequency in the cpufreq_frequency_table */
223 static inline u32 get_table_max(struct cpufreq_frequency_table *table)
225 struct cpufreq_frequency_table *pos;
234 static bool search_frequency(struct cpufreq_frequency_table *table, int size,
250 struct cpufreq_frequency_table *table;