Lines Matching defs:frequency
86 * frequency.
87 * @if_frequency: The tuner's intermediate frequency. Hardcoded for the purposes
89 * @tuned_frequency: The actual tuned frequency.
162 shift = abs(c->frequency - valid_freqs[i]);
169 * indicate how far is the tuned frequency from the
237 * Channel tuned at wrong frequency. Simulate that the
303 if (c->frequency < min_freq || c->frequency > max_freq ||
309 tuner_dev->hw_state.tuned_frequency = c->frequency;
335 u32 *frequency)
339 *frequency = tuner_dev->hw_state.tuned_frequency;
355 u32 *frequency)
359 *frequency = tuner_dev->hw_state.if_frequency;