Home
last modified time | relevance | path

Searched refs:tuner_frequency (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/media/pci/ttpci/
Dbudget-ci.c734 int tuner_frequency = 0; in philips_tdm1316l_tuner_set_params() local
738 tuner_frequency = p->frequency + 36130000; in philips_tdm1316l_tuner_set_params()
739 if (tuner_frequency < 87000000) in philips_tdm1316l_tuner_set_params()
741 else if (tuner_frequency < 130000000) in philips_tdm1316l_tuner_set_params()
743 else if (tuner_frequency < 160000000) in philips_tdm1316l_tuner_set_params()
745 else if (tuner_frequency < 200000000) in philips_tdm1316l_tuner_set_params()
747 else if (tuner_frequency < 290000000) in philips_tdm1316l_tuner_set_params()
749 else if (tuner_frequency < 420000000) in philips_tdm1316l_tuner_set_params()
751 else if (tuner_frequency < 480000000) in philips_tdm1316l_tuner_set_params()
753 else if (tuner_frequency < 620000000) in philips_tdm1316l_tuner_set_params()
[all …]
Dbudget-av.c691 int tuner_frequency = 0; in philips_tu1216_tuner_set_params() local
695 tuner_frequency = c->frequency + 36166000; in philips_tu1216_tuner_set_params()
696 if (tuner_frequency < 87000000) in philips_tu1216_tuner_set_params()
698 else if (tuner_frequency < 130000000) in philips_tu1216_tuner_set_params()
700 else if (tuner_frequency < 160000000) in philips_tu1216_tuner_set_params()
702 else if (tuner_frequency < 200000000) in philips_tu1216_tuner_set_params()
704 else if (tuner_frequency < 290000000) in philips_tu1216_tuner_set_params()
706 else if (tuner_frequency < 420000000) in philips_tu1216_tuner_set_params()
708 else if (tuner_frequency < 480000000) in philips_tu1216_tuner_set_params()
710 else if (tuner_frequency < 620000000) in philips_tu1216_tuner_set_params()
[all …]
/Linux-v5.4/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c1068 int tuner_frequency = 0; in philips_tdm1316l_tuner_set_params() local
1072 tuner_frequency = p->frequency + 36130000; in philips_tdm1316l_tuner_set_params()
1073 if (tuner_frequency < 87000000) return -EINVAL; in philips_tdm1316l_tuner_set_params()
1074 else if (tuner_frequency < 130000000) cp = 3; in philips_tdm1316l_tuner_set_params()
1075 else if (tuner_frequency < 160000000) cp = 5; in philips_tdm1316l_tuner_set_params()
1076 else if (tuner_frequency < 200000000) cp = 6; in philips_tdm1316l_tuner_set_params()
1077 else if (tuner_frequency < 290000000) cp = 3; in philips_tdm1316l_tuner_set_params()
1078 else if (tuner_frequency < 420000000) cp = 5; in philips_tdm1316l_tuner_set_params()
1079 else if (tuner_frequency < 480000000) cp = 6; in philips_tdm1316l_tuner_set_params()
1080 else if (tuner_frequency < 620000000) cp = 3; in philips_tdm1316l_tuner_set_params()
[all …]
/Linux-v5.4/drivers/media/pci/saa7134/
Dsaa7134-dvb.c276 int tuner_frequency = 0; in philips_tda6651_pll_set() local
280 tuner_frequency = c->frequency + 36166000; in philips_tda6651_pll_set()
281 if (tuner_frequency < 87000000) in philips_tda6651_pll_set()
283 else if (tuner_frequency < 130000000) in philips_tda6651_pll_set()
285 else if (tuner_frequency < 160000000) in philips_tda6651_pll_set()
287 else if (tuner_frequency < 200000000) in philips_tda6651_pll_set()
289 else if (tuner_frequency < 290000000) in philips_tda6651_pll_set()
291 else if (tuner_frequency < 420000000) in philips_tda6651_pll_set()
293 else if (tuner_frequency < 480000000) in philips_tda6651_pll_set()
295 else if (tuner_frequency < 620000000) in philips_tda6651_pll_set()
[all …]
/Linux-v5.4/drivers/media/dvb-frontends/
Dstv0288.c33 u32 tuner_frequency; member
493 state->tuner_frequency = c->frequency; in stv0288_set_frontend()
569 state->tuner_frequency = 0; in stv0288_attach()
Dm88rs2000.c30 u32 tuner_frequency; member
696 state->tuner_frequency = c->frequency; in m88rs2000_set_frontend()
707 c->frequency = state->tuner_frequency; in m88rs2000_get_frontend()
795 state->tuner_frequency = 0; in m88rs2000_attach()
Dstv0299.c51 u32 tuner_frequency; member
586 state->tuner_frequency = p->frequency; in stv0299_set_frontend()
680 state->tuner_frequency = 0; in stv0299_attach()