Searched refs:dcur (Results 1 – 3 of 3) sorted by relevance
/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 808 if (modfec_lookup_table[idx].delsys != state->dcur.delsys) in cx24120_get_fec() 927 if (clock_ratios_table[idx].delsys != state->dcur.delsys) in cx24120_set_clock_ratios() 1130 state->dcur = state->dnxt; in cx24120_clone_params() 1179 "delsys = %d\n", state->dcur.delsys); in cx24120_set_frontend() 1181 "modulation = %d\n", state->dcur.modulation); in cx24120_set_frontend() 1183 "frequency = %d\n", state->dcur.frequency); in cx24120_set_frontend() 1186 state->dcur.pilot, state->dcur.pilot_val); in cx24120_set_frontend() 1189 state->dcur.symbol_rate, in cx24120_set_frontend() 1190 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() 1413 "%s: delsys = %d\n", __func__, state->dcur.delsys); in cx24117_set_frontend() 1415 "%s: modulation = %d\n", __func__, state->dcur.modulation); in cx24117_set_frontend() 1417 "%s: frequency = %d\n", __func__, state->dcur.frequency); in cx24117_set_frontend() 1420 state->dcur.pilot, state->dcur.pilot_val); in cx24117_set_frontend() 1425 state->dcur.rolloff, state->dcur.rolloff_val); in cx24117_set_frontend() 1427 "%s: symbol_rate = %d\n", __func__, state->dcur.symbol_rate); in cx24117_set_frontend() 1430 state->dcur.fec, state->dcur.fec_mask, state->dcur.fec_val); in cx24117_set_frontend() 1433 state->dcur.inversion, state->dcur.inversion_val); in cx24117_set_frontend() [all …]
|