Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/ttpci/
Dbudget-ci.c748 int tuner_frequency = 0; in philips_tdm1316l_tuner_set_params() local
752 tuner_frequency = p->frequency + 36130000; in philips_tdm1316l_tuner_set_params()
753 if (tuner_frequency < 87000000) in philips_tdm1316l_tuner_set_params()
755 else if (tuner_frequency < 130000000) in philips_tdm1316l_tuner_set_params()
757 else if (tuner_frequency < 160000000) in philips_tdm1316l_tuner_set_params()
759 else if (tuner_frequency < 200000000) in philips_tdm1316l_tuner_set_params()
761 else if (tuner_frequency < 290000000) in philips_tdm1316l_tuner_set_params()
763 else if (tuner_frequency < 420000000) in philips_tdm1316l_tuner_set_params()
765 else if (tuner_frequency < 480000000) in philips_tdm1316l_tuner_set_params()
767 else if (tuner_frequency < 620000000) in philips_tdm1316l_tuner_set_params()
[all …]
Dbudget-av.c705 int tuner_frequency = 0; in philips_tu1216_tuner_set_params() local
709 tuner_frequency = c->frequency + 36166000; in philips_tu1216_tuner_set_params()
710 if (tuner_frequency < 87000000) in philips_tu1216_tuner_set_params()
712 else if (tuner_frequency < 130000000) in philips_tu1216_tuner_set_params()
714 else if (tuner_frequency < 160000000) in philips_tu1216_tuner_set_params()
716 else if (tuner_frequency < 200000000) in philips_tu1216_tuner_set_params()
718 else if (tuner_frequency < 290000000) in philips_tu1216_tuner_set_params()
720 else if (tuner_frequency < 420000000) in philips_tu1216_tuner_set_params()
722 else if (tuner_frequency < 480000000) in philips_tu1216_tuner_set_params()
724 else if (tuner_frequency < 620000000) in philips_tu1216_tuner_set_params()
[all …]
/Linux-v4.19/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c1072 int tuner_frequency = 0; in philips_tdm1316l_tuner_set_params() local
1076 tuner_frequency = p->frequency + 36130000; in philips_tdm1316l_tuner_set_params()
1077 if (tuner_frequency < 87000000) return -EINVAL; in philips_tdm1316l_tuner_set_params()
1078 else if (tuner_frequency < 130000000) cp = 3; in philips_tdm1316l_tuner_set_params()
1079 else if (tuner_frequency < 160000000) cp = 5; in philips_tdm1316l_tuner_set_params()
1080 else if (tuner_frequency < 200000000) cp = 6; in philips_tdm1316l_tuner_set_params()
1081 else if (tuner_frequency < 290000000) cp = 3; in philips_tdm1316l_tuner_set_params()
1082 else if (tuner_frequency < 420000000) cp = 5; in philips_tdm1316l_tuner_set_params()
1083 else if (tuner_frequency < 480000000) cp = 6; in philips_tdm1316l_tuner_set_params()
1084 else if (tuner_frequency < 620000000) cp = 3; in philips_tdm1316l_tuner_set_params()
[all …]
/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-dvb.c285 int tuner_frequency = 0; in philips_tda6651_pll_set() local
289 tuner_frequency = c->frequency + 36166000; in philips_tda6651_pll_set()
290 if (tuner_frequency < 87000000) in philips_tda6651_pll_set()
292 else if (tuner_frequency < 130000000) in philips_tda6651_pll_set()
294 else if (tuner_frequency < 160000000) in philips_tda6651_pll_set()
296 else if (tuner_frequency < 200000000) in philips_tda6651_pll_set()
298 else if (tuner_frequency < 290000000) in philips_tda6651_pll_set()
300 else if (tuner_frequency < 420000000) in philips_tda6651_pll_set()
302 else if (tuner_frequency < 480000000) in philips_tda6651_pll_set()
304 else if (tuner_frequency < 620000000) in philips_tda6651_pll_set()
[all …]
/Linux-v4.19/drivers/media/dvb-frontends/
Dstv0288.c45 u32 tuner_frequency; member
505 state->tuner_frequency = c->frequency; in stv0288_set_frontend()
581 state->tuner_frequency = 0; in stv0288_attach()
Dm88rs2000.c42 u32 tuner_frequency; member
708 state->tuner_frequency = c->frequency; in m88rs2000_set_frontend()
719 c->frequency = state->tuner_frequency; in m88rs2000_get_frontend()
807 state->tuner_frequency = 0; in m88rs2000_attach()
Dstv0299.c63 u32 tuner_frequency; member
598 state->tuner_frequency = p->frequency; in stv0299_set_frontend()
692 state->tuner_frequency = 0; in stv0299_attach()