Lines Matching refs:dnxt
202 struct cx24117_tuning dnxt; member
360 state->dnxt.inversion_val = 0x00; in cx24117_set_inversion()
363 state->dnxt.inversion_val = 0x04; in cx24117_set_inversion()
366 state->dnxt.inversion_val = 0x0C; in cx24117_set_inversion()
372 state->dnxt.inversion = inversion; in cx24117_set_inversion()
413 state->dnxt.fec = fec; in cx24117_set_fec()
414 state->dnxt.fec_val = cx24117_modfec_modes[ret].val; in cx24117_set_fec()
415 state->dnxt.fec_mask = cx24117_modfec_modes[ret].mask; in cx24117_set_fec()
418 state->demod, state->dnxt.fec_mask, state->dnxt.fec_val); in cx24117_set_fec()
428 state->dnxt.symbol_rate = rate; in cx24117_set_symbolrate()
870 state->dcur = state->dnxt; in cx24117_clone_params()
1321 state->dnxt.pilot_val = CX24117_PILOT_OFF; in cx24117_set_frontend()
1324 state->dnxt.rolloff_val = CX24117_ROLLOFF_035; in cx24117_set_frontend()
1344 state->dnxt.pilot_val = CX24117_PILOT_AUTO; in cx24117_set_frontend()
1347 state->dnxt.pilot_val = CX24117_PILOT_OFF; in cx24117_set_frontend()
1350 state->dnxt.pilot_val = CX24117_PILOT_ON; in cx24117_set_frontend()
1361 state->dnxt.rolloff_val = CX24117_ROLLOFF_020; in cx24117_set_frontend()
1364 state->dnxt.rolloff_val = CX24117_ROLLOFF_025; in cx24117_set_frontend()
1367 state->dnxt.rolloff_val = CX24117_ROLLOFF_035; in cx24117_set_frontend()
1370 state->dnxt.rolloff_val = CX24117_ROLLOFF_035; in cx24117_set_frontend()
1389 state->dnxt.delsys = c->delivery_system; in cx24117_set_frontend()
1390 state->dnxt.modulation = c->modulation; in cx24117_set_frontend()
1391 state->dnxt.frequency = c->frequency; in cx24117_set_frontend()
1392 state->dnxt.pilot = c->pilot; in cx24117_set_frontend()
1393 state->dnxt.rolloff = c->rolloff; in cx24117_set_frontend()