Searched refs:current_agc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddib7000m.c40 struct dibx000_agc_config *current_agc; member in struct:dib7000m_state
415 if(!state->current_agc || !state->current_agc->perform_agc_softsplit || state->current_agc->split.max == 0)
421 if (agc > state->current_agc->split.min_thres)
422 split_offset = state->current_agc->split.min;
423 else if (agc < state->current_agc->split.max_thres)
424 split_offset = state->current_agc->split.max;
426 split_offset = state->current_agc->split.max *
427 (agc - state->current_agc
[all...]
H A Ddib7000p.c36 struct dibx000_agc_config *current_agc; member in struct:dib7000p_state

Completed in 91 milliseconds