Lines Matching defs:dnxt
180 struct cx24116_tuning dnxt;
278 state->dnxt.inversion_val = 0x00;
281 state->dnxt.inversion_val = 0x04;
284 state->dnxt.inversion_val = 0x0C;
290 state->dnxt.inversion = inversion;
434 state->dnxt.fec = fec;
435 state->dnxt.fec_val = CX24116_MODFEC_MODES[ret].val;
436 state->dnxt.fec_mask = CX24116_MODFEC_MODES[ret].mask;
438 state->dnxt.fec_mask, state->dnxt.fec_val);
454 state->dnxt.symbol_rate = rate;
808 state->dcur = state->dnxt;
1224 state->dnxt.pilot_val = CX24116_PILOT_OFF;
1232 state->dnxt.rolloff_val = CX24116_ROLLOFF_035;
1250 state->dnxt.pilot_val = (c->modulation == QPSK)
1255 state->dnxt.pilot_val = CX24116_PILOT_OFF;
1258 state->dnxt.pilot_val = CX24116_PILOT_ON;
1268 state->dnxt.rolloff_val = CX24116_ROLLOFF_020;
1271 state->dnxt.rolloff_val = CX24116_ROLLOFF_025;
1274 state->dnxt.rolloff_val = CX24116_ROLLOFF_035;
1289 state->dnxt.delsys = c->delivery_system;
1290 state->dnxt.modulation = c->modulation;
1291 state->dnxt.frequency = c->frequency;
1292 state->dnxt.pilot = c->pilot;
1293 state->dnxt.rolloff = c->rolloff;