Searched refs:tuner_frequency (Results 1 – 7 of 7) sorted by relevance
735 int tuner_frequency = 0; in philips_tdm1316l_tuner_set_params() local740 if (tuner_frequency < 87000000) in philips_tdm1316l_tuner_set_params()742 else if (tuner_frequency < 130000000) in philips_tdm1316l_tuner_set_params()744 else if (tuner_frequency < 160000000) in philips_tdm1316l_tuner_set_params()746 else if (tuner_frequency < 200000000) in philips_tdm1316l_tuner_set_params()748 else if (tuner_frequency < 290000000) in philips_tdm1316l_tuner_set_params()750 else if (tuner_frequency < 420000000) in philips_tdm1316l_tuner_set_params()801 tuner_buf[0] = tuner_frequency >> 8; in philips_tdm1316l_tuner_set_params()854 int tuner_frequency = 0; in dvbc_philips_tdm1316l_tuner_set_params() local859 if (tuner_frequency < 87000000) in dvbc_philips_tdm1316l_tuner_set_params()[all …]
691 int tuner_frequency = 0; in philips_tu1216_tuner_set_params() local696 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()712 else if (tuner_frequency < 830000000) in philips_tu1216_tuner_set_params()[all …]
1031 int tuner_frequency = 0; in philips_tdm1316l_tuner_set_params() local1035 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() local1362 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 …]
276 int tuner_frequency = 0; in philips_tda6651_pll_set() local281 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()297 else if (tuner_frequency < 830000000) in philips_tda6651_pll_set()[all …]
33 u32 tuner_frequency; member493 state->tuner_frequency = c->frequency; in stv0288_set_frontend()569 state->tuner_frequency = 0; in stv0288_attach()
30 u32 tuner_frequency; member697 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()
51 u32 tuner_frequency; member586 state->tuner_frequency = p->frequency; in stv0299_set_frontend()680 state->tuner_frequency = 0; in stv0299_attach()
Completed in 24 milliseconds