Lines Matching refs:table
122 frequency table helpers might be helpful. See the section 2 for more information
138 values, a frequency table helper and/or the
141 section 2 for details on frequency table helpers.
163 and unsigned int index (into the exposed frequency table).
186 Here again the frequency table helper might assist you - see section 2
224 frequencies, a "frequency table" with some functions might assist in
225 some work of the processor driver. Such a "frequency table" consists
228 "frequency". At the end of the table, you need to add a
230 if you want to skip one entry in the table, set the frequency to
235 struct cpufreq_frequency_table *table);
241 struct cpufreq_frequency_table *table);
247 struct cpufreq_frequency_table *table,
252 is the corresponding frequency table helper for the ->target
254 index returns the number of the frequency table entry which contains
259 cpufreq_for_each_entry(pos, table) - iterates over all entries of frequency
260 table.
262 cpufreq-for_each_valid_entry(pos, table) - iterates over all entries,
265 "table" - the cpufreq_frequency_table * you want to iterate over.