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

/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c116 unsigned int auto_step; member in struct:dvb_frontend_private
405 fepriv->lnb_drift = fepriv->auto_step * fepriv->step_size;
407 /* wrap the auto_step if we've exceeded the maximum drift */
409 fepriv->auto_step = 0;
445 fepriv->auto_step++;
455 if ((fepriv->auto_step == fepriv->started_auto_step) &&
461 "%s: drift:%i inversion:%i auto_step:%i auto_sub_step:%i started_auto_step:%i\n",
463 fepriv->auto_step, fepriv->auto_sub_step,
555 fepriv->started_auto_step = fepriv->auto_step;
581 fepriv->auto_step
[all...]

Completed in 122 milliseconds