Lines Matching refs:dnxt

180 	struct cx24116_tuning dnxt;  member
278 state->dnxt.inversion_val = 0x00; in cx24116_set_inversion()
281 state->dnxt.inversion_val = 0x04; in cx24116_set_inversion()
284 state->dnxt.inversion_val = 0x0C; in cx24116_set_inversion()
290 state->dnxt.inversion = inversion; in cx24116_set_inversion()
434 state->dnxt.fec = fec; in cx24116_set_fec()
435 state->dnxt.fec_val = CX24116_MODFEC_MODES[ret].val; in cx24116_set_fec()
436 state->dnxt.fec_mask = CX24116_MODFEC_MODES[ret].mask; in cx24116_set_fec()
438 state->dnxt.fec_mask, state->dnxt.fec_val); in cx24116_set_fec()
454 state->dnxt.symbol_rate = rate; in cx24116_set_symbolrate()
813 state->dcur = state->dnxt; in cx24116_clone_params()
1229 state->dnxt.pilot_val = CX24116_PILOT_OFF; in cx24116_set_frontend()
1237 state->dnxt.rolloff_val = CX24116_ROLLOFF_035; in cx24116_set_frontend()
1255 state->dnxt.pilot_val = (c->modulation == QPSK) in cx24116_set_frontend()
1260 state->dnxt.pilot_val = CX24116_PILOT_OFF; in cx24116_set_frontend()
1263 state->dnxt.pilot_val = CX24116_PILOT_ON; in cx24116_set_frontend()
1273 state->dnxt.rolloff_val = CX24116_ROLLOFF_020; in cx24116_set_frontend()
1276 state->dnxt.rolloff_val = CX24116_ROLLOFF_025; in cx24116_set_frontend()
1279 state->dnxt.rolloff_val = CX24116_ROLLOFF_035; in cx24116_set_frontend()
1294 state->dnxt.delsys = c->delivery_system; in cx24116_set_frontend()
1295 state->dnxt.modulation = c->modulation; in cx24116_set_frontend()
1296 state->dnxt.frequency = c->frequency; in cx24116_set_frontend()
1297 state->dnxt.pilot = c->pilot; in cx24116_set_frontend()
1298 state->dnxt.rolloff = c->rolloff; in cx24116_set_frontend()