Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_frontend.c115 unsigned int auto_step; member
404 fepriv->lnb_drift = fepriv->auto_step * fepriv->step_size; in dvb_frontend_swzigzag_autotune()
406 /* wrap the auto_step if we've exceeded the maximum drift */ in dvb_frontend_swzigzag_autotune()
408 fepriv->auto_step = 0; in dvb_frontend_swzigzag_autotune()
444 fepriv->auto_step++; in dvb_frontend_swzigzag_autotune()
454 if ((fepriv->auto_step == fepriv->started_auto_step) && in dvb_frontend_swzigzag_autotune()
460 "%s: drift:%i inversion:%i auto_step:%i auto_sub_step:%i started_auto_step:%i\n", in dvb_frontend_swzigzag_autotune()
462 fepriv->auto_step, fepriv->auto_sub_step, in dvb_frontend_swzigzag_autotune()
550 fepriv->started_auto_step = fepriv->auto_step; in dvb_frontend_swzigzag()
576 fepriv->auto_step in dvb_frontend_swzigzag()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvb_frontend.c116 unsigned int auto_step; member
405 fepriv->lnb_drift = fepriv->auto_step * fepriv->step_size; in dvb_frontend_swzigzag_autotune()
407 /* wrap the auto_step if we've exceeded the maximum drift */ in dvb_frontend_swzigzag_autotune()
409 fepriv->auto_step = 0; in dvb_frontend_swzigzag_autotune()
445 fepriv->auto_step++; in dvb_frontend_swzigzag_autotune()
455 if ((fepriv->auto_step == fepriv->started_auto_step) && in dvb_frontend_swzigzag_autotune()
461 "%s: drift:%i inversion:%i auto_step:%i auto_sub_step:%i started_auto_step:%i\n", in dvb_frontend_swzigzag_autotune()
463 fepriv->auto_step, fepriv->auto_sub_step, in dvb_frontend_swzigzag_autotune()
555 fepriv->started_auto_step = fepriv->auto_step; in dvb_frontend_swzigzag()
581 fepriv->auto_step in dvb_frontend_swzigzag()
[all...]

Completed in 4 milliseconds