Searched refs:dcur (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | cx24116.c | 179 struct cx24116_tuning dcur; member 813 state->dcur = state->dnxt; in cx24116_clone_params() 1316 dprintk("%s: delsys = %d\n", __func__, state->dcur.delsys); in cx24116_set_frontend() 1317 dprintk("%s: modulation = %d\n", __func__, state->dcur.modulation); in cx24116_set_frontend() 1318 dprintk("%s: frequency = %d\n", __func__, state->dcur.frequency); in cx24116_set_frontend() 1320 state->dcur.pilot, state->dcur.pilot_val); in cx24116_set_frontend() 1323 state->dcur.rolloff, state->dcur.rolloff_val); in cx24116_set_frontend() 1324 dprintk("%s: symbol_rate = %d\n", __func__, state->dcur.symbol_rate); 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() [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() 1131 state->dcur = state->dnxt; in cx24120_clone_params() 1180 "delsys = %d\n", state->dcur.delsys); in cx24120_set_frontend() 1182 "modulation = %d\n", state->dcur.modulation); in cx24120_set_frontend() 1184 "frequency = %d\n", state->dcur.frequency); in cx24120_set_frontend() 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() [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 …]
|