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;
1321 state->dnxt.pilot_val = CX24117_PILOT_OFF;
1324 state->dnxt.rolloff_val = CX24117_ROLLOFF_035;
1344 state->dnxt.pilot_val = CX24117_PILOT_AUTO;
1347 state->dnxt.pilot_val = CX24117_PILOT_OFF;
1350 state->dnxt.pilot_val = CX24117_PILOT_ON;
1361 state->dnxt.rolloff_val = CX24117_ROLLOFF_020;
1364 state->dnxt.rolloff_val = CX24117_ROLLOFF_025;
1367 state->dnxt.rolloff_val = CX24117_ROLLOFF_035;
1370 state->dnxt.rolloff_val = CX24117_ROLLOFF_035;
1389 state->dnxt.delsys = c->delivery_system;
1390 state->dnxt.modulation = c->modulation;
1391 state->dnxt.frequency = c->frequency;
1392 state->dnxt.pilot = c->pilot;
1393 state->dnxt.rolloff = c->rolloff;