Searched refs:tuner_params (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/tuners/
H A Dtuner-types.c20 * A tuner_range may be referenced by multiple tuner_params structs.
25 * Each tuner_params array may contain one or more elements, one
28 * FIXME: tuner_params struct contains an element, tda988x. We must
32 * FIXME: Right now, all tuners are using the first tuner_params[]
35 * will have a tuner_params struct for each available video standard.
36 * At that point, the tuner_params[] array element will be chosen
70 static struct tuner_params tuner_temic_pal_params[] = {
86 static struct tuner_params tuner_philips_pal_i_params[] = {
102 static struct tuner_params tuner_philips_ntsc_params[] = {
119 static struct tuner_params tuner_philips_secam_param
[all...]
H A Dtuner-simple.c235 static struct tuner_params *simple_tuner_params(struct dvb_frontend *fe,
260 struct tuner_params *t_params,
552 struct tuner_params *t_params;
672 struct tuner_params *t_params;
852 struct tuner_params *t_params;
/linux-master/include/media/
H A Dtuner-types.h54 * struct tuner_params - Parameters to be used to setup the tuner. Those
145 struct tuner_params { struct
178 * @count: size of &struct tuner_params array.
179 * @params: pointer to &struct tuner_params array.
192 struct tuner_params *params;
/linux-master/drivers/media/dvb-frontends/
H A Dmxl692.c955 struct MXL_EAGLE_TUNER_CHANNEL_PARAMS_T tuner_params = {}; local
1054 tuner_params.freq_hz = p->frequency;
1055 tuner_params.bandwidth = MXL_EAGLE_TUNER_BW_6MHZ;
1056 tuner_params.tune_mode = MXL_EAGLE_TUNER_CHANNEL_TUNE_MODE_VIEW;
1058 dev_dbg(&dev->i2c_client->dev, " Tuning Freq: %d %s\n", tuner_params.freq_hz,
1063 (u8 *)&tuner_params,

Completed in 395 milliseconds