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()
448 state->dnxt.fec = fec; in cx24116_set_fec()
449 state->dnxt.fec_val = CX24116_MODFEC_MODES[ret].val; in cx24116_set_fec()
450 state->dnxt.fec_mask = CX24116_MODFEC_MODES[ret].mask; in cx24116_set_fec()
452 state->dnxt.fec_mask, state->dnxt.fec_val); in cx24116_set_fec()
468 state->dnxt.symbol_rate = rate; in cx24116_set_symbolrate()
822 state->dcur = state->dnxt; in cx24116_clone_params()
1240 state->dnxt.pilot_val = CX24116_PILOT_OFF; in cx24116_set_frontend()
1248 state->dnxt.rolloff_val = CX24116_ROLLOFF_035; in cx24116_set_frontend()
1266 state->dnxt.pilot_val = (c->modulation == QPSK) in cx24116_set_frontend()
1271 state->dnxt.pilot_val = CX24116_PILOT_OFF; in cx24116_set_frontend()
1274 state->dnxt.pilot_val = CX24116_PILOT_ON; in cx24116_set_frontend()
1284 state->dnxt.rolloff_val = CX24116_ROLLOFF_020; in cx24116_set_frontend()
1287 state->dnxt.rolloff_val = CX24116_ROLLOFF_025; in cx24116_set_frontend()
1290 state->dnxt.rolloff_val = CX24116_ROLLOFF_035; in cx24116_set_frontend()
1305 state->dnxt.delsys = c->delivery_system; in cx24116_set_frontend()
1306 state->dnxt.modulation = c->modulation; in cx24116_set_frontend()
1307 state->dnxt.frequency = c->frequency; in cx24116_set_frontend()
1308 state->dnxt.pilot = c->pilot; in cx24116_set_frontend()
1309 state->dnxt.rolloff = c->rolloff; in cx24116_set_frontend()