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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dcx24116.c191 struct cx24116_tuning dcur; member in struct:cx24116_state
809 memcpy(&state->dcur, &state->dnxt, sizeof(state->dcur));
1309 dprintk("%s: delsys = %d\n", __func__, state->dcur.delsys);
1310 dprintk("%s: modulation = %d\n", __func__, state->dcur.modulation);
1311 dprintk("%s: frequency = %d\n", __func__, state->dcur.frequency);
1313 state->dcur.pilot, state->dcur.pilot_val);
1316 state->dcur.rolloff, state->dcur
[all...]
H A Dds3000.c252 struct ds3000_tuning dcur; member in struct:ds3000_state
799 memcpy(&state->dcur, &state->dnxt, sizeof(state->dcur));
1058 dprintk("%s: frequency = %d\n", __func__, state->dcur.frequency);
1059 dprintk("%s: symbol_rate = %d\n", __func__, state->dcur.symbol_rate);
1061 state->dcur.fec);
1062 dprintk("%s: Inversion = %d\n", __func__, state->dcur.inversion);
1079 if (state->dcur.frequency < 1146000) {
1081 ndiv = ((state->dcur.frequency * (6 + 8) * 4) +
1086 ndiv = ((state->dcur
[all...]

Completed in 108 milliseconds