Lines Matching defs:dnxt
202 struct cx24117_tuning dnxt;
360 state->dnxt.inversion_val = 0x00;
363 state->dnxt.inversion_val = 0x04;
366 state->dnxt.inversion_val = 0x0C;
372 state->dnxt.inversion = inversion;
413 state->dnxt.fec = fec;
414 state->dnxt.fec_val = cx24117_modfec_modes[ret].val;
415 state->dnxt.fec_mask = cx24117_modfec_modes[ret].mask;
418 state->demod, state->dnxt.fec_mask, state->dnxt.fec_val);
428 state->dnxt.symbol_rate = rate;
870 state->dcur = state->dnxt;
1322 state->dnxt.pilot_val = CX24117_PILOT_OFF;
1325 state->dnxt.rolloff_val = CX24117_ROLLOFF_035;
1345 state->dnxt.pilot_val = CX24117_PILOT_AUTO;
1348 state->dnxt.pilot_val = CX24117_PILOT_OFF;
1351 state->dnxt.pilot_val = CX24117_PILOT_ON;
1362 state->dnxt.rolloff_val = CX24117_ROLLOFF_020;
1365 state->dnxt.rolloff_val = CX24117_ROLLOFF_025;
1368 state->dnxt.rolloff_val = CX24117_ROLLOFF_035;
1371 state->dnxt.rolloff_val = CX24117_ROLLOFF_035;
1390 state->dnxt.delsys = c->delivery_system;
1391 state->dnxt.modulation = c->modulation;
1392 state->dnxt.frequency = c->frequency;
1393 state->dnxt.pilot = c->pilot;
1394 state->dnxt.rolloff = c->rolloff;