Lines Matching full:inversion

115 	unsigned int inversion;  member
395 int original_inversion = c->inversion; in dvb_frontend_swzigzag_autotune()
400 (c->inversion == INVERSION_AUTO)); in dvb_frontend_swzigzag_autotune()
414 /* perform inversion and +/- zigzag */ in dvb_frontend_swzigzag_autotune()
417 /* try with the current inversion and current drift setting */ in dvb_frontend_swzigzag_autotune()
424 fepriv->inversion = (fepriv->inversion == INVERSION_OFF) ? INVERSION_ON : INVERSION_OFF; in dvb_frontend_swzigzag_autotune()
439 fepriv->inversion = (fepriv->inversion == INVERSION_OFF) ? INVERSION_ON : INVERSION_OFF; 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()
462 __func__, fepriv->lnb_drift, fepriv->inversion, in dvb_frontend_swzigzag_autotune()
469 c->inversion = fepriv->inversion; in dvb_frontend_swzigzag_autotune()
480 c->inversion = original_inversion; in dvb_frontend_swzigzag_autotune()
538 /* if we're tuned, then we have determined the correct inversion */ in dvb_frontend_swzigzag()
540 (c->inversion == INVERSION_AUTO)) { in dvb_frontend_swzigzag()
541 c->inversion = fepriv->inversion; in dvb_frontend_swzigzag()
577 * new scan, keeping the current inversion setting, as the next in dvb_frontend_swzigzag()
1177 c->inversion = p->inversion; in dtv_property_cache_sync()
1253 p->inversion = c->inversion; in dtv_property_legacy_params_sync()
1372 tvp->u.data = c->inversion; in dtv_property_process_get()
1926 c->inversion = data; in dtv_property_process_set()
2331 /* force auto frequency inversion if requested */ in dtv_set_frontend()
2333 c->inversion = INVERSION_AUTO; in dtv_set_frontend()
3045 fepriv->inversion = INVERSION_OFF; in dvb_register_frontend()