Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/tuners/
A Dtuner-types.c70 static struct tuner_params tuner_temic_pal_params[] = {
136 static struct tuner_params tuner_philips_pal_params[] = {
153 static struct tuner_params tuner_temic_ntsc_params[] = {
212 static struct tuner_params tuner_alps_tsb_1_params[] = {
228 static struct tuner_params tuner_alps_tsbb5_params[] = {
238 static struct tuner_params tuner_alps_tsbe5_params[] = {
248 static struct tuner_params tuner_alps_tsbc5_params[] = {
425 static struct tuner_params tuner_lg_pal_i_params[] = {
451 static struct tuner_params tuner_lg_pal_fm_params[] = {
461 static struct tuner_params tuner_lg_pal_params[] = {
[all …]
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()
/linux-6.3-rc2/include/media/
A Dtuner-types.h145 struct tuner_params { struct
192 struct tuner_params *params;
/linux-6.3-rc2/drivers/media/dvb-frontends/
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 11 milliseconds