Searched refs:high_freq (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/cpufreq/
H A Dlongrun.c23 * performance_pctg = (current_freq - low_freq)/(high_freq - low_freq)
152 * @high_freq: an int to put the highest frequency into
157 * performance_pctg = (target_freq - low_freq)/(high_freq - low_freq)
160 unsigned int *high_freq)
168 if (!low_freq || !high_freq)
188 *high_freq = msr_lo * 1000; /* to kHz */
191 *low_freq, *high_freq);
193 if (*low_freq > *high_freq)
194 *low_freq = *high_freq;
199 *high_freq
159 longrun_determine_freqs(unsigned int *low_freq, unsigned int *high_freq) argument
[all...]
/linux-master/drivers/media/rc/
H A Dite-cir.c178 unsigned int freq, low_freq, high_freq; local
190 high_freq = dev->rx_high_carrier_freq;
199 freq = (low_freq + high_freq) / 2;
203 DIV_ROUND_CLOSEST(10000 * (high_freq - low_freq),
205 * (high_freq + low_freq));
517 static void it87_set_carrier_params(struct ite_dev *dev, bool high_freq, argument
528 if (high_freq)
707 static void it8708_set_carrier_params(struct ite_dev *dev, bool high_freq, argument
721 if (high_freq)
982 static void it8709_set_carrier_params(struct ite_dev *dev, bool high_freq, argument
[all...]
H A Dite-cir.h72 void (*set_carrier_params) (struct ite_dev *dev, bool high_freq,

Completed in 127 milliseconds