Lines Matching full:inversion

114 	unsigned int inversion;  member
386 int original_inversion = c->inversion; in dvb_frontend_swzigzag_autotune()
391 (c->inversion == INVERSION_AUTO)); in dvb_frontend_swzigzag_autotune()
405 /* perform inversion and +/- zigzag */ in dvb_frontend_swzigzag_autotune()
408 /* try with the current inversion and current drift setting */ in dvb_frontend_swzigzag_autotune()
415 fepriv->inversion = (fepriv->inversion == INVERSION_OFF) ? INVERSION_ON : INVERSION_OFF; in dvb_frontend_swzigzag_autotune()
430 fepriv->inversion = (fepriv->inversion == INVERSION_OFF) ? INVERSION_ON : INVERSION_OFF; in dvb_frontend_swzigzag_autotune()
452 "%s: drift:%i inversion:%i auto_step:%i auto_sub_step:%i started_auto_step:%i\n", in dvb_frontend_swzigzag_autotune()
453 __func__, fepriv->lnb_drift, fepriv->inversion, in dvb_frontend_swzigzag_autotune()
460 c->inversion = fepriv->inversion; in dvb_frontend_swzigzag_autotune()
471 c->inversion = original_inversion; in dvb_frontend_swzigzag_autotune()
525 /* if we're tuned, then we have determined the correct inversion */ in dvb_frontend_swzigzag()
527 (c->inversion == INVERSION_AUTO)) { in dvb_frontend_swzigzag()
528 c->inversion = fepriv->inversion; in dvb_frontend_swzigzag()
564 * new scan, keeping the current inversion setting, as the next in dvb_frontend_swzigzag()
1171 c->inversion = p->inversion; in dtv_property_cache_sync()
1247 p->inversion = c->inversion; in dtv_property_legacy_params_sync()
1364 tvp->u.data = c->inversion; in dtv_property_process_get()
1851 c->inversion = data; in dtv_property_process_set()
2252 /* force auto frequency inversion if requested */ in dtv_set_frontend()
2254 c->inversion = INVERSION_AUTO; in dtv_set_frontend()
2991 fepriv->inversion = INVERSION_OFF; in dvb_register_frontend()