Home
last modified time | relevance | path

Searched defs:tuner_common (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h162 struct tuner_common { struct
163 char *name; /* Tuner brand & type name */
164 s32 min_freq_rf; /* Lowest RF input frequency, in kHz */
165 s32 max_freq_rf; /* Highest RF input frequency, in kHz */
167 u8 sub_mode; /* Index to sub-mode in use */
169 u8 sub_modes; /* Number of available sub-modes */
173 void *self_check; /* gives proof of initialization */
174 bool programmed; /* only valid if self_check is OK */
175 s32 r_ffrequency; /* only valid if programmed */
176 s32 i_ffrequency; /* only valid if programmed */
[all …]