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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.c120 unsigned int auto_step; member in struct:dvb_frontend_private
276 fepriv->lnb_drift = fepriv->auto_step * fepriv->step_size;
278 /* wrap the auto_step if we've exceeded the maximum drift */
280 fepriv->auto_step = 0;
316 fepriv->auto_step++;
326 if ((fepriv->auto_step == fepriv->started_auto_step) &&
331 dprintk("%s: drift:%i inversion:%i auto_step:%i "
334 fepriv->auto_step, fepriv->auto_sub_step, fepriv->started_auto_step);
408 fepriv->started_auto_step = fepriv->auto_step;
434 fepriv->auto_step
[all...]

Completed in 96 milliseconds