Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/ttpci/
Dbudget-ci.c750 int tuner_frequency = 0; in philips_tdm1316l_tuner_set_params() local
754 tuner_frequency = p->frequency + 36130000; in philips_tdm1316l_tuner_set_params()
755 if (tuner_frequency < 87000000) in philips_tdm1316l_tuner_set_params()
757 else if (tuner_frequency < 130000000) in philips_tdm1316l_tuner_set_params()
759 else if (tuner_frequency < 160000000) in philips_tdm1316l_tuner_set_params()
761 else if (tuner_frequency < 200000000) in philips_tdm1316l_tuner_set_params()
763 else if (tuner_frequency < 290000000) in philips_tdm1316l_tuner_set_params()
765 else if (tuner_frequency < 420000000) in philips_tdm1316l_tuner_set_params()
767 else if (tuner_frequency < 480000000) in philips_tdm1316l_tuner_set_params()
769 else if (tuner_frequency < 620000000) in philips_tdm1316l_tuner_set_params()
[all …]
Dbudget-av.c708 int tuner_frequency = 0; in philips_tu1216_tuner_set_params() local
712 tuner_frequency = c->frequency + 36166000; in philips_tu1216_tuner_set_params()
713 if (tuner_frequency < 87000000) in philips_tu1216_tuner_set_params()
715 else if (tuner_frequency < 130000000) in philips_tu1216_tuner_set_params()
717 else if (tuner_frequency < 160000000) in philips_tu1216_tuner_set_params()
719 else if (tuner_frequency < 200000000) in philips_tu1216_tuner_set_params()
721 else if (tuner_frequency < 290000000) in philips_tu1216_tuner_set_params()
723 else if (tuner_frequency < 420000000) in philips_tu1216_tuner_set_params()
725 else if (tuner_frequency < 480000000) in philips_tu1216_tuner_set_params()
727 else if (tuner_frequency < 620000000) in philips_tu1216_tuner_set_params()
[all …]
/linux-4.1.27/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c1082 int tuner_frequency = 0; in philips_tdm1316l_tuner_set_params() local
1086 tuner_frequency = p->frequency + 36130000; in philips_tdm1316l_tuner_set_params()
1087 if (tuner_frequency < 87000000) return -EINVAL; in philips_tdm1316l_tuner_set_params()
1088 else if (tuner_frequency < 130000000) cp = 3; in philips_tdm1316l_tuner_set_params()
1089 else if (tuner_frequency < 160000000) cp = 5; in philips_tdm1316l_tuner_set_params()
1090 else if (tuner_frequency < 200000000) cp = 6; in philips_tdm1316l_tuner_set_params()
1091 else if (tuner_frequency < 290000000) cp = 3; in philips_tdm1316l_tuner_set_params()
1092 else if (tuner_frequency < 420000000) cp = 5; in philips_tdm1316l_tuner_set_params()
1093 else if (tuner_frequency < 480000000) cp = 6; in philips_tdm1316l_tuner_set_params()
1094 else if (tuner_frequency < 620000000) cp = 3; in philips_tdm1316l_tuner_set_params()
[all …]
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-dvb.c300 int tuner_frequency = 0; in philips_tda6651_pll_set() local
304 tuner_frequency = c->frequency + 36166000; in philips_tda6651_pll_set()
305 if (tuner_frequency < 87000000) in philips_tda6651_pll_set()
307 else if (tuner_frequency < 130000000) in philips_tda6651_pll_set()
309 else if (tuner_frequency < 160000000) in philips_tda6651_pll_set()
311 else if (tuner_frequency < 200000000) in philips_tda6651_pll_set()
313 else if (tuner_frequency < 290000000) in philips_tda6651_pll_set()
315 else if (tuner_frequency < 420000000) in philips_tda6651_pll_set()
317 else if (tuner_frequency < 480000000) in philips_tda6651_pll_set()
319 else if (tuner_frequency < 620000000) in philips_tda6651_pll_set()
[all …]
/linux-4.1.27/drivers/media/dvb-frontends/
Dstv0288.c45 u32 tuner_frequency; member
511 state->tuner_frequency = c->frequency; in stv0288_set_frontend()
589 state->tuner_frequency = 0; in stv0288_attach()
Dm88rs2000.c42 u32 tuner_frequency; member
703 state->tuner_frequency = c->frequency; in m88rs2000_set_frontend()
713 c->frequency = state->tuner_frequency; in m88rs2000_get_frontend()
801 state->tuner_frequency = 0; in m88rs2000_attach()
Dstv0299.c62 u32 tuner_frequency; member
592 state->tuner_frequency = p->frequency; in stv0299_set_frontend()
686 state->tuner_frequency = 0; in stv0299_attach()
Dm88ds3103.c251 u32 tuner_frequency, target_mclk; in m88ds3103_set_frontend() local
289 ret = fe->ops.tuner_ops.get_frequency(fe, &tuner_frequency); in m88ds3103_set_frontend()
298 tuner_frequency = c->frequency; in m88ds3103_set_frontend()
548 (tuner_frequency - c->frequency)); in m88ds3103_set_frontend()
550 s32tmp = 0x10000 * (tuner_frequency - c->frequency); in m88ds3103_set_frontend()