Lines Matching full:inversion
115 unsigned int inversion; member
387 int original_inversion = c->inversion; in dvb_frontend_swzigzag_autotune()
392 (c->inversion == INVERSION_AUTO)); in dvb_frontend_swzigzag_autotune()
406 /* perform inversion and +/- zigzag */ in dvb_frontend_swzigzag_autotune()
409 /* try with the current inversion and current drift setting */ in dvb_frontend_swzigzag_autotune()
416 fepriv->inversion = (fepriv->inversion == INVERSION_OFF) ? INVERSION_ON : INVERSION_OFF; in dvb_frontend_swzigzag_autotune()
431 fepriv->inversion = (fepriv->inversion == INVERSION_OFF) ? INVERSION_ON : INVERSION_OFF; in dvb_frontend_swzigzag_autotune()
453 "%s: drift:%i inversion:%i auto_step:%i auto_sub_step:%i started_auto_step:%i\n", in dvb_frontend_swzigzag_autotune()
454 __func__, fepriv->lnb_drift, fepriv->inversion, in dvb_frontend_swzigzag_autotune()
461 c->inversion = fepriv->inversion; in dvb_frontend_swzigzag_autotune()
472 c->inversion = original_inversion; in dvb_frontend_swzigzag_autotune()
530 /* if we're tuned, then we have determined the correct inversion */ in dvb_frontend_swzigzag()
532 (c->inversion == INVERSION_AUTO)) { in dvb_frontend_swzigzag()
533 c->inversion = fepriv->inversion; in dvb_frontend_swzigzag()
569 * new scan, keeping the current inversion setting, as the next in dvb_frontend_swzigzag()
1167 c->inversion = p->inversion; in dtv_property_cache_sync()
1243 p->inversion = c->inversion; in dtv_property_legacy_params_sync()
1362 tvp->u.data = c->inversion; in dtv_property_process_get()
1915 c->inversion = data; in dtv_property_process_set()
2315 /* force auto frequency inversion if requested */ in dtv_set_frontend()
2317 c->inversion = INVERSION_AUTO; in dtv_set_frontend()
3016 fepriv->inversion = INVERSION_OFF; in dvb_register_frontend()