Home
last modified time | relevance | path

Searched refs:tuner_freq (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/media/common/tuners/
Dtda827x.c164 int i, tuner_freq, if_freq; in tda827xo_set_params() local
177 tuner_freq = c->frequency; in tda827xo_set_params()
180 while (tda827x_table[i].lomax < tuner_freq) { in tda827xo_set_params()
186 tuner_freq += if_freq; in tda827xo_set_params()
188 N = ((tuner_freq + 125000) / 250000) << (tda827x_table[i].spd + 2); in tda827xo_set_params()
524 int i, tuner_freq, if_freq, rc; in tda827xa_set_params() local
541 tuner_freq = c->frequency; in tda827xa_set_params()
554 while (frequency_map[i].lomax < tuner_freq) { in tda827xa_set_params()
560 tuner_freq += if_freq; in tda827xa_set_params()
562 N = ((tuner_freq + 31250) / 62500) << frequency_map[i].spd; in tda827xa_set_params()
/linux-3.4.99/drivers/media/dvb/frontends/
Dstv0900_sw.c530 tuner_freq, in stv0900_get_demod_cold_lock() local
596 tuner_freq = intp->freq[d]; in stv0900_get_demod_cold_lock()
600 tuner_freq = 0; in stv0900_get_demod_cold_lock()
604 tuner_freq += (current_step * currier_step); in stv0900_get_demod_cold_lock()
606 tuner_freq -= (current_step * currier_step); in stv0900_get_demod_cold_lock()
610 stv0900_set_tuner_auto(intp, tuner_freq, in stv0900_get_demod_cold_lock()
613 stv0900_set_tuner(fe, tuner_freq, intp->bw[d]); in stv0900_get_demod_cold_lock()
622 freq = (tuner_freq * 65536) / (intp->mclk / 1000); in stv0900_get_demod_cold_lock()
1414 tuner_freq; in stv0900_search_srate_coarse() local
1472 tuner_freq = intp->freq[demod]; in stv0900_search_srate_coarse()
[all …]
/linux-3.4.99/drivers/staging/line6/
Dpod.h114 struct ValueWait tuner_freq; member
Dpod.c296 (tuner_freq); in line6_pod_process_message()
1046 POD_GET_SET_SYSTEM_PARAM(tuner_freq, 0xffff, 0);
1087 static DEVICE_ATTR(tuner_freq, S_IWUSR | S_IRUGO, pod_get_tuner_freq,
1224 init_waitqueue_head(&pod->tuner_freq.wait); in pod_try_init()