Searched refs:dcur (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/media/dvb-frontends/ |
D | cx24116.c | 179 struct cx24116_tuning dcur; member 808 state->dcur = state->dnxt; in cx24116_clone_params() 1311 dprintk("%s: delsys = %d\n", __func__, state->dcur.delsys); in cx24116_set_frontend() 1312 dprintk("%s: modulation = %d\n", __func__, state->dcur.modulation); in cx24116_set_frontend() 1313 dprintk("%s: frequency = %d\n", __func__, state->dcur.frequency); in cx24116_set_frontend() 1315 state->dcur.pilot, state->dcur.pilot_val); in cx24116_set_frontend() 1318 state->dcur.rolloff, state->dcur.rolloff_val); in cx24116_set_frontend() 1319 dprintk("%s: symbol_rate = %d\n", __func__, state->dcur.symbol_rate); in cx24116_set_frontend() 1321 state->dcur.fec, state->dcur.fec_mask, state->dcur.fec_val); in cx24116_set_frontend() 1323 state->dcur.inversion, state->dcur.inversion_val); in cx24116_set_frontend() [all …]
|
D | cx24120.c | 140 struct cx24120_tuning dcur; member 809 if (modfec_lookup_table[idx].delsys != state->dcur.delsys) in cx24120_get_fec() 928 if (clock_ratios_table[idx].delsys != state->dcur.delsys) in cx24120_set_clock_ratios() 1129 state->dcur = state->dnxt; in cx24120_clone_params() 1178 "delsys = %d\n", state->dcur.delsys); in cx24120_set_frontend() 1180 "modulation = %d\n", state->dcur.modulation); in cx24120_set_frontend() 1182 "frequency = %d\n", state->dcur.frequency); in cx24120_set_frontend() 1185 state->dcur.pilot, state->dcur.pilot_val); in cx24120_set_frontend() 1188 state->dcur.symbol_rate, in cx24120_set_frontend() 1189 state->dcur.clkdiv, state->dcur.ratediv); in cx24120_set_frontend() [all …]
|
D | cx24117.c | 201 struct cx24117_tuning dcur; member 870 state->dcur = state->dnxt; in cx24117_clone_params() 1412 "%s: delsys = %d\n", __func__, state->dcur.delsys); in cx24117_set_frontend() 1414 "%s: modulation = %d\n", __func__, state->dcur.modulation); in cx24117_set_frontend() 1416 "%s: frequency = %d\n", __func__, state->dcur.frequency); in cx24117_set_frontend() 1419 state->dcur.pilot, state->dcur.pilot_val); in cx24117_set_frontend() 1424 state->dcur.rolloff, state->dcur.rolloff_val); in cx24117_set_frontend() 1426 "%s: symbol_rate = %d\n", __func__, state->dcur.symbol_rate); 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() [all …]
|