Searched refs:dcur (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/media/dvb-frontends/ |
| H A D | cx24116.c | 179 struct cx24116_tuning dcur; member 813 state->dcur = state->dnxt; in cx24116_clone_params() 1320 state->dcur.pilot, state->dcur.pilot_val); in cx24116_set_frontend() 1323 state->dcur.rolloff, state->dcur.rolloff_val); in cx24116_set_frontend() 1326 state->dcur.fec, state->dcur.fec_mask, state->dcur.fec_val); in cx24116_set_frontend() 1328 state->dcur.inversion, state->dcur.inversion_val); in cx24116_set_frontend() 1358 cmd.args[0x07] = state->dcur.fec_val | state->dcur.pilot_val; in cx24116_set_frontend() 1364 cmd.args[0x0c] = state->dcur.rolloff_val; in cx24116_set_frontend() 1365 cmd.args[0x0d] = state->dcur.fec_mask; in cx24116_set_frontend() 1367 if (state->dcur.symbol_rate > 30000000) { in cx24116_set_frontend() [all …]
|
| H A D | cx24120.c | 140 struct cx24120_tuning dcur; member 1131 state->dcur = state->dnxt; in cx24120_clone_params() 1187 state->dcur.pilot, state->dcur.pilot_val); in cx24120_set_frontend() 1190 state->dcur.symbol_rate, in cx24120_set_frontend() 1191 state->dcur.clkdiv, state->dcur.ratediv); in cx24120_set_frontend() 1194 state->dcur.fec, state->dcur.fec_mask, state->dcur.fec_val); in cx24120_set_frontend() 1197 state->dcur.inversion, state->dcur.inversion_val); in cx24120_set_frontend() 1212 cmd.arg[7] = state->dcur.fec_val | state->dcur.pilot_val; in cx24120_set_frontend() 1217 cmd.arg[12] = state->dcur.ratediv; in cx24120_set_frontend() 1218 cmd.arg[13] = state->dcur.clkdiv; in cx24120_set_frontend() [all …]
|
| H A D | cx24117.c | 201 struct cx24117_tuning dcur; member 870 state->dcur = state->dnxt; in cx24117_clone_params() 1419 state->dcur.pilot, state->dcur.pilot_val); in cx24117_set_frontend() 1424 state->dcur.rolloff, state->dcur.rolloff_val); in cx24117_set_frontend() 1429 state->dcur.fec, state->dcur.fec_mask, state->dcur.fec_val); in cx24117_set_frontend() 1432 state->dcur.inversion, state->dcur.inversion_val); in cx24117_set_frontend() 1450 cmd.args[7] = state->dcur.inversion_val; in cx24117_set_frontend() 1453 cmd.args[8] = state->dcur.fec_val | state->dcur.pilot_val; in cx24117_set_frontend() 1458 cmd.args[11] = state->dcur.rolloff_val; in cx24117_set_frontend() 1459 cmd.args[12] = state->dcur.fec_mask; in cx24117_set_frontend() [all …]
|