Lines Matching refs:dnxt

214 	struct cx24117_tuning dnxt;  member
372 state->dnxt.inversion_val = 0x00; in cx24117_set_inversion()
375 state->dnxt.inversion_val = 0x04; in cx24117_set_inversion()
378 state->dnxt.inversion_val = 0x0C; in cx24117_set_inversion()
384 state->dnxt.inversion = inversion; in cx24117_set_inversion()
425 state->dnxt.fec = fec; in cx24117_set_fec()
426 state->dnxt.fec_val = cx24117_modfec_modes[ret].val; in cx24117_set_fec()
427 state->dnxt.fec_mask = cx24117_modfec_modes[ret].mask; in cx24117_set_fec()
430 state->demod, state->dnxt.fec_mask, state->dnxt.fec_val); in cx24117_set_fec()
440 state->dnxt.symbol_rate = rate; in cx24117_set_symbolrate()
880 state->dcur = state->dnxt; in cx24117_clone_params()
1332 state->dnxt.pilot_val = CX24117_PILOT_OFF; in cx24117_set_frontend()
1335 state->dnxt.rolloff_val = CX24117_ROLLOFF_035; in cx24117_set_frontend()
1355 state->dnxt.pilot_val = CX24117_PILOT_AUTO; in cx24117_set_frontend()
1358 state->dnxt.pilot_val = CX24117_PILOT_OFF; in cx24117_set_frontend()
1361 state->dnxt.pilot_val = CX24117_PILOT_ON; in cx24117_set_frontend()
1372 state->dnxt.rolloff_val = CX24117_ROLLOFF_020; in cx24117_set_frontend()
1375 state->dnxt.rolloff_val = CX24117_ROLLOFF_025; in cx24117_set_frontend()
1378 state->dnxt.rolloff_val = CX24117_ROLLOFF_035; in cx24117_set_frontend()
1381 state->dnxt.rolloff_val = CX24117_ROLLOFF_035; in cx24117_set_frontend()
1400 state->dnxt.delsys = c->delivery_system; in cx24117_set_frontend()
1401 state->dnxt.modulation = c->modulation; in cx24117_set_frontend()
1402 state->dnxt.frequency = c->frequency; in cx24117_set_frontend()
1403 state->dnxt.pilot = c->pilot; in cx24117_set_frontend()
1404 state->dnxt.rolloff = c->rolloff; in cx24117_set_frontend()