min_thres         648 drivers/media/dvb-frontends/dib7000m.c 	if (agc > state->current_agc->split.min_thres)
min_thres         654 drivers/media/dvb-frontends/dib7000m.c 			(agc - state->current_agc->split.min_thres) /
min_thres         655 drivers/media/dvb-frontends/dib7000m.c 			(state->current_agc->split.max_thres - state->current_agc->split.min_thres);
min_thres        1249 drivers/media/dvb-frontends/dib8000.c 	if (agc > state->current_agc->split.min_thres)
min_thres        1255 drivers/media/dvb-frontends/dib8000.c 			(agc - state->current_agc->split.min_thres) /
min_thres        1256 drivers/media/dvb-frontends/dib8000.c 			(state->current_agc->split.max_thres - state->current_agc->split.min_thres);
min_thres         110 drivers/media/dvb-frontends/dibx000_common.h 		u16 min_thres;