Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c1083 int tuner_frequency = 0; in philips_tdm1316l_tuner_set_params() local
1087 tuner_frequency = p->frequency + 36130000; in philips_tdm1316l_tuner_set_params()
1088 if (tuner_frequency < 87000000) return -EINVAL; in philips_tdm1316l_tuner_set_params()
1089 else if (tuner_frequency < 130000000) cp = 3; in philips_tdm1316l_tuner_set_params()
1090 else if (tuner_frequency < 160000000) cp = 5; in philips_tdm1316l_tuner_set_params()
1091 else if (tuner_frequency < 200000000) cp = 6; in philips_tdm1316l_tuner_set_params()
1092 else if (tuner_frequency < 290000000) cp = 3; in philips_tdm1316l_tuner_set_params()
1093 else if (tuner_frequency < 420000000) cp = 5; in philips_tdm1316l_tuner_set_params()
1094 else if (tuner_frequency < 480000000) cp = 6; in philips_tdm1316l_tuner_set_params()
1095 else if (tuner_frequency < 620000000) cp = 3; in philips_tdm1316l_tuner_set_params()
[all …]
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-dvb.c289 int tuner_frequency = 0; in philips_tda6651_pll_set() local
293 tuner_frequency = c->frequency + 36166000; in philips_tda6651_pll_set()
294 if (tuner_frequency < 87000000) in philips_tda6651_pll_set()
296 else if (tuner_frequency < 130000000) in philips_tda6651_pll_set()
298 else if (tuner_frequency < 160000000) in philips_tda6651_pll_set()
300 else if (tuner_frequency < 200000000) in philips_tda6651_pll_set()
302 else if (tuner_frequency < 290000000) in philips_tda6651_pll_set()
304 else if (tuner_frequency < 420000000) in philips_tda6651_pll_set()
306 else if (tuner_frequency < 480000000) in philips_tda6651_pll_set()
308 else if (tuner_frequency < 620000000) in philips_tda6651_pll_set()
[all …]
/linux-4.4.14/drivers/media/dvb-frontends/
Dstv0288.c45 u32 tuner_frequency; member
512 state->tuner_frequency = c->frequency; in stv0288_set_frontend()
590 state->tuner_frequency = 0; in stv0288_attach()
Dm88rs2000.c42 u32 tuner_frequency; member
706 state->tuner_frequency = c->frequency; in m88rs2000_set_frontend()
716 c->frequency = state->tuner_frequency; in m88rs2000_get_frontend()
804 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()
Dm88ds3103.c310 u32 tuner_frequency, target_mclk; in m88ds3103_set_frontend() local
347 ret = fe->ops.tuner_ops.get_frequency(fe, &tuner_frequency); in m88ds3103_set_frontend()
356 tuner_frequency = c->frequency; in m88ds3103_set_frontend()
604 (tuner_frequency - c->frequency)); in m88ds3103_set_frontend()
606 s32tmp = 0x10000 * (tuner_frequency - c->frequency); in m88ds3103_set_frontend()