Home
last modified time | relevance | path

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

/drivers/media/pci/ttpci/
A Dbudget-ci.c734 int tuner_frequency = 0; in philips_tdm1316l_tuner_set_params() local
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()
800 tuner_buf[0] = tuner_frequency >> 8; in philips_tdm1316l_tuner_set_params()
853 int tuner_frequency = 0; in dvbc_philips_tdm1316l_tuner_set_params() local
858 if (tuner_frequency < 87000000) { in dvbc_philips_tdm1316l_tuner_set_params()
[all …]
A Dbudget-av.c696 int tuner_frequency = 0; in philips_tu1216_tuner_set_params() local
701 if (tuner_frequency < 87000000) in philips_tu1216_tuner_set_params()
703 else if (tuner_frequency < 130000000) in philips_tu1216_tuner_set_params()
705 else if (tuner_frequency < 160000000) in philips_tu1216_tuner_set_params()
707 else if (tuner_frequency < 200000000) in philips_tu1216_tuner_set_params()
709 else if (tuner_frequency < 290000000) in philips_tu1216_tuner_set_params()
711 else if (tuner_frequency < 420000000) in philips_tu1216_tuner_set_params()
713 else if (tuner_frequency < 480000000) in philips_tu1216_tuner_set_params()
715 else if (tuner_frequency < 620000000) in philips_tu1216_tuner_set_params()
717 else if (tuner_frequency < 830000000) in philips_tu1216_tuner_set_params()
[all …]
/drivers/media/usb/ttusb-budget/
A Ddvb-ttusb-budget.c1031 int tuner_frequency = 0; in philips_tdm1316l_tuner_set_params() local
1035 tuner_frequency = p->frequency + 36130000; in philips_tdm1316l_tuner_set_params()
1037 else if (tuner_frequency < 130000000) cp = 3; in philips_tdm1316l_tuner_set_params()
1038 else if (tuner_frequency < 160000000) cp = 5; in philips_tdm1316l_tuner_set_params()
1039 else if (tuner_frequency < 200000000) cp = 6; in philips_tdm1316l_tuner_set_params()
1085 tuner_buf[0] = tuner_frequency >> 8; in philips_tdm1316l_tuner_set_params()
1086 tuner_buf[1] = tuner_frequency & 0xff; in philips_tdm1316l_tuner_set_params()
1358 int tuner_frequency = 0; in dvbc_philips_tdm1316l_tuner_set_params() local
1362 tuner_frequency = p->frequency; in dvbc_philips_tdm1316l_tuner_set_params()
1383 tuner_buf[0] = tuner_frequency >> 8; in dvbc_philips_tdm1316l_tuner_set_params()
[all …]
/drivers/media/pci/saa7134/
A Dsaa7134-dvb.c277 int tuner_frequency = 0; in philips_tda6651_pll_set() local
282 if (tuner_frequency < 87000000) in philips_tda6651_pll_set()
284 else if (tuner_frequency < 130000000) in philips_tda6651_pll_set()
286 else if (tuner_frequency < 160000000) in philips_tda6651_pll_set()
288 else if (tuner_frequency < 200000000) in philips_tda6651_pll_set()
290 else if (tuner_frequency < 290000000) in philips_tda6651_pll_set()
292 else if (tuner_frequency < 420000000) in philips_tda6651_pll_set()
294 else if (tuner_frequency < 480000000) in philips_tda6651_pll_set()
296 else if (tuner_frequency < 620000000) in philips_tda6651_pll_set()
298 else if (tuner_frequency < 830000000) in philips_tda6651_pll_set()
[all …]
/drivers/media/dvb-frontends/
A Dstv0288.c33 u32 tuner_frequency; member
492 state->tuner_frequency = c->frequency; in stv0288_set_frontend()
568 state->tuner_frequency = 0; in stv0288_attach()
A Dm88rs2000.c30 u32 tuner_frequency; member
697 state->tuner_frequency = c->frequency; in m88rs2000_set_frontend()
708 c->frequency = state->tuner_frequency; in m88rs2000_get_frontend()
796 state->tuner_frequency = 0; in m88rs2000_attach()
A Dstv0299.c51 u32 tuner_frequency; member
587 state->tuner_frequency = p->frequency; in stv0299_set_frontend()
681 state->tuner_frequency = 0; in stv0299_attach()

Completed in 27 milliseconds