Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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, in simple_tuner_params()
260 struct tuner_params *t_params, in simple_config_lookup()
552 struct tuner_params *t_params; in simple_set_tv_freq()
672 struct tuner_params *t_params; in simple_set_radio_freq()
852 struct tuner_params *t_params; in simple_dvb_configure()
/kernel/linux/linux-6.6/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, in simple_tuner_params()
260 struct tuner_params *t_params, in simple_config_lookup()
552 struct tuner_params *t_params; in simple_set_tv_freq()
672 struct tuner_params *t_params; in simple_set_radio_freq()
852 struct tuner_params *t_params; in simple_dvb_configure()
/kernel/linux/linux-5.10/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;
/kernel/linux/linux-6.6/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;
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dmxl692.c955 struct MXL_EAGLE_TUNER_CHANNEL_PARAMS_T tuner_params = {}; in mxl692_set_frontend() local
1054 tuner_params.freq_hz = p->frequency; in mxl692_set_frontend()
1055 tuner_params.bandwidth = MXL_EAGLE_TUNER_BW_6MHZ; in mxl692_set_frontend()
1056 tuner_params.tune_mode = MXL_EAGLE_TUNER_CHANNEL_TUNE_MODE_VIEW; in mxl692_set_frontend()
1058 dev_dbg(&dev->i2c_client->dev, " Tuning Freq: %d %s\n", tuner_params.freq_hz, in mxl692_set_frontend()
1063 (u8 *)&tuner_params, in mxl692_set_frontend()

Completed in 8 milliseconds