Lines Matching refs:dnxt

192 	struct cx24116_tuning dnxt;  member
294 state->dnxt.inversion_val = 0x00; in cx24116_set_inversion()
297 state->dnxt.inversion_val = 0x04; in cx24116_set_inversion()
300 state->dnxt.inversion_val = 0x0C; in cx24116_set_inversion()
306 state->dnxt.inversion = inversion; in cx24116_set_inversion()
450 state->dnxt.fec = fec; in cx24116_set_fec()
451 state->dnxt.fec_val = CX24116_MODFEC_MODES[ret].val; in cx24116_set_fec()
452 state->dnxt.fec_mask = CX24116_MODFEC_MODES[ret].mask; in cx24116_set_fec()
454 state->dnxt.fec_mask, state->dnxt.fec_val); in cx24116_set_fec()
470 state->dnxt.symbol_rate = rate; in cx24116_set_symbolrate()
824 state->dcur = state->dnxt; in cx24116_clone_params()
1242 state->dnxt.pilot_val = CX24116_PILOT_OFF; in cx24116_set_frontend()
1250 state->dnxt.rolloff_val = CX24116_ROLLOFF_035; in cx24116_set_frontend()
1268 state->dnxt.pilot_val = (c->modulation == QPSK) in cx24116_set_frontend()
1273 state->dnxt.pilot_val = CX24116_PILOT_OFF; in cx24116_set_frontend()
1276 state->dnxt.pilot_val = CX24116_PILOT_ON; in cx24116_set_frontend()
1286 state->dnxt.rolloff_val = CX24116_ROLLOFF_020; in cx24116_set_frontend()
1289 state->dnxt.rolloff_val = CX24116_ROLLOFF_025; in cx24116_set_frontend()
1292 state->dnxt.rolloff_val = CX24116_ROLLOFF_035; in cx24116_set_frontend()
1307 state->dnxt.delsys = c->delivery_system; in cx24116_set_frontend()
1308 state->dnxt.modulation = c->modulation; in cx24116_set_frontend()
1309 state->dnxt.frequency = c->frequency; in cx24116_set_frontend()
1310 state->dnxt.pilot = c->pilot; in cx24116_set_frontend()
1311 state->dnxt.rolloff = c->rolloff; in cx24116_set_frontend()