Home
last modified time | relevance | path

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

/drivers/media/dvb-frontends/
Ddibx000_common.h111 u16 max_thres; member
Ddib7000m.c650 else if (agc < state->current_agc->split.max_thres) in dib7000m_agc_soft_split()
655 (state->current_agc->split.max_thres - state->current_agc->split.min_thres); in dib7000m_agc_soft_split()
Ddib8000.c1251 else if (agc < state->current_agc->split.max_thres) in dib8000_agc_soft_split()
1256 (state->current_agc->split.max_thres - state->current_agc->split.min_thres); in dib8000_agc_soft_split()