Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-frontends/
Ddibx000_common.h111 u16 min_thres; member
Ddib7000m.c644 if (agc > state->current_agc->split.min_thres) in dib7000m_agc_soft_split()
650 (agc - state->current_agc->split.min_thres) / in dib7000m_agc_soft_split()
651 (state->current_agc->split.max_thres - state->current_agc->split.min_thres); in dib7000m_agc_soft_split()
Ddib8000.c1245 if (agc > state->current_agc->split.min_thres) in dib8000_agc_soft_split()
1251 (agc - state->current_agc->split.min_thres) / in dib8000_agc_soft_split()
1252 (state->current_agc->split.max_thres - state->current_agc->split.min_thres); in dib8000_agc_soft_split()