[go: nahoru, domu]

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

/drivers/media/dvb-frontends/
H A Ddibx000_common.h111 u16 min_thres; member in struct:dibx000_agc_config::__anon2153
H A Ddib7000m.c644 if (agc > state->current_agc->split.min_thres)
650 (agc - state->current_agc->split.min_thres) /
651 (state->current_agc->split.max_thres - state->current_agc->split.min_thres);
H A Ddib8000.c1245 if (agc > state->current_agc->split.min_thres)
1251 (agc - state->current_agc->split.min_thres) /
1252 (state->current_agc->split.max_thres - state->current_agc->split.min_thres);

Completed in 43 milliseconds