Home
last modified time | relevance | path

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

/openbmc/linux/include/media/
H A Dtuner-types.h145 struct tuner_params { struct
146 enum param_type type;
148 unsigned int cb_first_if_lower_freq:1;
149 unsigned int has_tda9887:1;
150 unsigned int port1_fm_high_sensitivity:1;
151 unsigned int port2_fm_high_sensitivity:1;
152 unsigned int fm_gain_normal:1;
153 unsigned int intercarrier_mode:1;
154 unsigned int port1_active:1;
178 * @count: size of &struct tuner_params array. argument
/openbmc/linux/drivers/media/dvb-frontends/
H A Dmxl692.c955 struct MXL_EAGLE_TUNER_CHANNEL_PARAMS_T tuner_params = {}; in mxl692_set_frontend() local