Home
last modified time | relevance | path

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

/linux-3.4.99/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.c1126 if (agc > state->current_agc->split.min_thres) in dib8000_agc_soft_split()
1132 (agc - state->current_agc->split.min_thres) / in dib8000_agc_soft_split()
1133 (state->current_agc->split.max_thres - state->current_agc->split.min_thres); in dib8000_agc_soft_split()