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()
423 state->dnxt.fec = fec; in cx24117_set_fec()
424 state->dnxt.fec_val = cx24117_modfec_modes[ret].val; in cx24117_set_fec()
425 state->dnxt.fec_mask = cx24117_modfec_modes[ret].mask; in cx24117_set_fec()
428 state->demod, state->dnxt.fec_mask, state->dnxt.fec_val); in cx24117_set_fec()
438 state->dnxt.symbol_rate = rate; in cx24117_set_symbolrate()
878 state->dcur = state->dnxt; in cx24117_clone_params()
1330 state->dnxt.pilot_val = CX24117_PILOT_OFF; in cx24117_set_frontend()
1333 state->dnxt.rolloff_val = CX24117_ROLLOFF_035; in cx24117_set_frontend()
1353 state->dnxt.pilot_val = CX24117_PILOT_AUTO; in cx24117_set_frontend()
1356 state->dnxt.pilot_val = CX24117_PILOT_OFF; in cx24117_set_frontend()
1359 state->dnxt.pilot_val = CX24117_PILOT_ON; in cx24117_set_frontend()
1370 state->dnxt.rolloff_val = CX24117_ROLLOFF_020; in cx24117_set_frontend()
1373 state->dnxt.rolloff_val = CX24117_ROLLOFF_025; in cx24117_set_frontend()
1376 state->dnxt.rolloff_val = CX24117_ROLLOFF_035; in cx24117_set_frontend()
1379 state->dnxt.rolloff_val = CX24117_ROLLOFF_035; in cx24117_set_frontend()
1398 state->dnxt.delsys = c->delivery_system; in cx24117_set_frontend()
1399 state->dnxt.modulation = c->modulation; in cx24117_set_frontend()
1400 state->dnxt.frequency = c->frequency; in cx24117_set_frontend()
1401 state->dnxt.pilot = c->pilot; in cx24117_set_frontend()
1402 state->dnxt.rolloff = c->rolloff; in cx24117_set_frontend()