Home
last modified time | relevance | path

Searched refs:current_rf (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/media/dvb-frontends/
Ddib0070.c46 u32 current_rf; member
342 if (state->current_rf != freq) { in dib0070_tune_digital()
368 if (state->current_rf != freq) { in dib0070_tune_digital()
373 state->current_rf = freq; in dib0070_tune_digital()
705 *frequency = 1000 * state->current_rf; in dib0070_get_frequency()
Ddib0090.c130 u32 current_rf; member
1193 dib0090_wbd_target(state, state->current_rf); in dib0090_gain_control()
1780 while (state->current_rf / 1000 > wbd->max_freq) in dib0090_wbd_calibration()
2096 state->current_rf = state->rf_request; in dib0090_captrim_search()
2260 if (state->current_rf == 0) in dib0090_tune()
2261 state->current_rf = state->fe->dtv_property_cache.frequency / 1000; in dib0090_tune()
2305 …if (state->current_rf != state->rf_request || (state->current_standard != state->fe->dtv_property_… in dib0090_tune()
2307 state->current_rf = 0; in dib0090_tune()
2446 state->current_rf = state->rf_request; in dib0090_tune()
2456 while (state->current_rf / 1000 > wbd->max_freq) in dib0090_tune()
[all …]
Ddib8000.c2720 u32 current_rf; in dib8000_set_frequency_offset() local
2724 state->fe[0]->ops.tuner_ops.get_frequency(state->fe[0], &current_rf); in dib8000_set_frequency_offset()
2726 current_rf = c->frequency; in dib8000_set_frequency_offset()
2727 current_rf /= 1000; in dib8000_set_frequency_offset()
2728 total_dds_offset_khz = (int)current_rf - (int)c->frequency / 1000; in dib8000_set_frequency_offset()
2745 …nt_rf = %dHz) total_dds_offset_hz = %d\n", c->frequency - current_rf, c->frequency, current_rf, to… in dib8000_set_frequency_offset()