Searched refs:tuner_freq (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/media/tuners/ |
D | tda827x.c | 151 int i, tuner_freq, if_freq; in tda827xo_set_params() local 164 tuner_freq = c->frequency; in tda827xo_set_params() 167 while (tda827x_table[i].lomax < tuner_freq) { in tda827xo_set_params() 173 tuner_freq += if_freq; in tda827xo_set_params() 175 N = ((tuner_freq + 125000) / 250000) << (tda827x_table[i].spd + 2); in tda827xo_set_params() 511 int i, tuner_freq, if_freq, rc; in tda827xa_set_params() local 528 tuner_freq = c->frequency; in tda827xa_set_params() 541 while (frequency_map[i].lomax < tuner_freq) { in tda827xa_set_params() 547 tuner_freq += if_freq; in tda827xa_set_params() 549 N = ((tuner_freq + 31250) / 62500) << frequency_map[i].spd; in tda827xa_set_params()
|
/linux-5.19.10/drivers/media/dvb-frontends/ |
D | stv0900_sw.c | 516 tuner_freq, in stv0900_get_demod_cold_lock() local 582 tuner_freq = intp->freq[d]; in stv0900_get_demod_cold_lock() 586 tuner_freq = 0; in stv0900_get_demod_cold_lock() 590 tuner_freq += (current_step * currier_step); in stv0900_get_demod_cold_lock() 592 tuner_freq -= (current_step * currier_step); in stv0900_get_demod_cold_lock() 596 stv0900_set_tuner_auto(intp, tuner_freq, in stv0900_get_demod_cold_lock() 599 stv0900_set_tuner(fe, tuner_freq, intp->bw[d]); in stv0900_get_demod_cold_lock() 608 freq = (tuner_freq * 65536) / (intp->mclk / 1000); in stv0900_get_demod_cold_lock() 1395 tuner_freq; in stv0900_search_srate_coarse() local 1453 tuner_freq = intp->freq[demod]; in stv0900_search_srate_coarse() [all …]
|
D | m88rs2000.c | 603 u32 tuner_freq; in m88rs2000_set_frontend() local 623 ret = fe->ops.tuner_ops.get_frequency(fe, &tuner_freq); in m88rs2000_set_frontend() 628 offset = (s16)((s32)tuner_freq - c->frequency); in m88rs2000_set_frontend()
|