Lines Matching defs:frequency
81 * @frequency_min_hz: minimal frequency supported in Hz
82 * @frequency_max_hz: maximum frequency supported in Hz
83 * @frequency_step_hz: frequency step in Hz
103 * @frequency: Frequency used by analog TV tuner (either in 62.5 kHz step,
115 unsigned int frequency;
207 * @get_frequency: get the actual tuned frequency
215 * @get_afc: Used only by analog TV core. Reports the frequency
219 * @set_frequency: Set a new frequency. Shouldn't be used on newer drivers.
220 * @set_bandwidth: Set a new frequency. Shouldn't be used on newer drivers.
242 int (*get_frequency)(struct dvb_frontend *fe, u32 *frequency);
244 int (*get_if_frequency)(struct dvb_frontend *fe, u32 *frequency);
267 int (*set_frequency)(struct dvb_frontend *fe, u32 frequency);
290 * @get_afc: Used only by analog TV core. Reports the frequency
325 * @frequency_min_hz: Minimal frequency supported by the frontend.
326 * @frequency_max_hz: Minimal frequency supported by the frontend.
375 * @DVBFE_ALGO_HW to tune into a frequency.
520 * @frequency: frequency in Hz for terrestrial/cable or in kHz for
593 u32 frequency;