Searched refs:dnxt (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/dvb-frontends/
H A Dcx24117.c214 struct cx24117_tuning dnxt; member in struct:cx24117_state
372 state->dnxt.inversion_val = 0x00; cx24117_set_inversion()
375 state->dnxt.inversion_val = 0x04; cx24117_set_inversion()
378 state->dnxt.inversion_val = 0x0C; cx24117_set_inversion()
384 state->dnxt.inversion = inversion; cx24117_set_inversion()
423 state->dnxt.fec = fec; cx24117_set_fec()
424 state->dnxt.fec_val = cx24117_modfec_modes[ret].val; cx24117_set_fec()
425 state->dnxt.fec_mask = cx24117_modfec_modes[ret].mask; cx24117_set_fec()
428 state->demod, state->dnxt.fec_mask, state->dnxt.fec_val); cx24117_set_fec()
438 state->dnxt.symbol_rate = rate; cx24117_set_symbolrate()
878 state->dcur = state->dnxt; cx24117_clone_params()
1330 state->dnxt.pilot_val = CX24117_PILOT_OFF; cx24117_set_frontend()
1333 state->dnxt.rolloff_val = CX24117_ROLLOFF_035; cx24117_set_frontend()
1353 state->dnxt.pilot_val = CX24117_PILOT_AUTO; cx24117_set_frontend()
1356 state->dnxt.pilot_val = CX24117_PILOT_OFF; cx24117_set_frontend()
1359 state->dnxt.pilot_val = CX24117_PILOT_ON; cx24117_set_frontend()
1370 state->dnxt.rolloff_val = CX24117_ROLLOFF_020; cx24117_set_frontend()
1373 state->dnxt.rolloff_val = CX24117_ROLLOFF_025; cx24117_set_frontend()
1376 state->dnxt.rolloff_val = CX24117_ROLLOFF_035; cx24117_set_frontend()
1379 state->dnxt.rolloff_val = CX24117_ROLLOFF_035; cx24117_set_frontend()
1398 state->dnxt.delsys = c->delivery_system; cx24117_set_frontend()
1399 state->dnxt.modulation = c->modulation; cx24117_set_frontend()
1400 state->dnxt.frequency = c->frequency; cx24117_set_frontend()
1401 state->dnxt.pilot = c->pilot; cx24117_set_frontend()
1402 state->dnxt.rolloff = c->rolloff; cx24117_set_frontend()
H A Dcx24116.c192 struct cx24116_tuning dnxt; member in struct:cx24116_state
294 state->dnxt.inversion_val = 0x00; cx24116_set_inversion()
297 state->dnxt.inversion_val = 0x04; cx24116_set_inversion()
300 state->dnxt.inversion_val = 0x0C; cx24116_set_inversion()
306 state->dnxt.inversion = inversion; cx24116_set_inversion()
448 state->dnxt.fec = fec; cx24116_set_fec()
449 state->dnxt.fec_val = CX24116_MODFEC_MODES[ret].val; cx24116_set_fec()
450 state->dnxt.fec_mask = CX24116_MODFEC_MODES[ret].mask; cx24116_set_fec()
452 state->dnxt.fec_mask, state->dnxt.fec_val); cx24116_set_fec()
468 state->dnxt.symbol_rate = rate; cx24116_set_symbolrate()
822 state->dcur = state->dnxt; cx24116_clone_params()
1240 state->dnxt.pilot_val = CX24116_PILOT_OFF; cx24116_set_frontend()
1248 state->dnxt.rolloff_val = CX24116_ROLLOFF_035; cx24116_set_frontend()
1266 state->dnxt.pilot_val = (c->modulation == QPSK) cx24116_set_frontend()
1271 state->dnxt.pilot_val = CX24116_PILOT_OFF; cx24116_set_frontend()
1274 state->dnxt.pilot_val = CX24116_PILOT_ON; cx24116_set_frontend()
1284 state->dnxt.rolloff_val = CX24116_ROLLOFF_020; cx24116_set_frontend()
1287 state->dnxt.rolloff_val = CX24116_ROLLOFF_025; cx24116_set_frontend()
1290 state->dnxt.rolloff_val = CX24116_ROLLOFF_035; cx24116_set_frontend()
1305 state->dnxt.delsys = c->delivery_system; cx24116_set_frontend()
1306 state->dnxt.modulation = c->modulation; cx24116_set_frontend()
1307 state->dnxt.frequency = c->frequency; cx24116_set_frontend()
1308 state->dnxt.pilot = c->pilot; cx24116_set_frontend()
1309 state->dnxt.rolloff = c->rolloff; cx24116_set_frontend()

Completed in 118 milliseconds