Searched refs:rolloff (Results 1 - 14 of 14) 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 Dstv0900_priv.h245 enum fe_stv0900_rolloff rolloff; member in struct:stv0900_init_params
293 enum fe_stv0900_rolloff rolloff; member in struct:stv0900_signal_info
305 enum fe_stv0900_rolloff rolloff; member in struct:stv0900_internal
H A Dstv0900_sw.c438 s32 rolloff; local
442 rolloff = stv0900_read_reg(intp, MATSTR1) & 0x03;
443 stv0900_write_bits(intp, ROLLOFF_CONTROL, rolloff);
452 u32 rolloff; local
456 rolloff = 20;
459 rolloff = 25;
463 rolloff = 35;
467 return srate + (srate * rolloff) / 100;
598 intp->rolloff) + intp->symbol_rate[d];
838 enum fe_stv0900_rolloff rolloff; local
[all...]
H A Dstv6110.c151 static u32 carrier_width(u32 symbol_rate, fe_rolloff_t rolloff) argument
155 switch (rolloff) {
354 u32 bandwidth = carrier_width(c->symbol_rate, c->rolloff);
H A Dcx24116.c96 /* rolloff */
169 fe_rolloff_t rolloff; member in struct:cx24116_tuning
1225 if (c->rolloff != ROLLOFF_35) {
1226 dprintk("%s: unsupported rolloff selected (%d)\n",
1227 __func__, c->rolloff);
1264 switch (c->rolloff) {
1276 dprintk("%s: unsupported rolloff selected (%d)\n",
1277 __func__, c->rolloff);
1291 state->dnxt.rolloff = c->rolloff;
[all...]
H A Dstb0899_priv.h174 s32 rolloff; /* Current RollOff of the filter (x100) */ member in struct:stb0899_internal
H A Dstv090x_priv.h264 enum stv090x_rolloff rolloff; member in struct:stv090x_state
H A Dstv0900_core.c1425 intp->rolloff = p_init->rolloff;
1428 stv0900_write_bits(intp, F0900_P1_ROLLOFF_CONTROL, p_init->rolloff);
1429 stv0900_write_bits(intp, F0900_P2_ROLLOFF_CONTROL, p_init->rolloff);
1626 p_result.rolloff = intp->result[demod].rolloff;
1921 init_params.rolloff = STV0900_35;
H A Dstv090x.c930 static u32 stv090x_car_width(u32 srate, enum stv090x_rolloff rolloff) argument
934 switch (rolloff) {
2170 state->tuner_bw = stv090x_car_width(state->srate, state->rolloff) + state->srate;
2624 state->rolloff = STV090x_GETFIELD_Px(reg, ROLLOFF_STATUS_FIELD);
2643 else if (abs(offst_freq) <= (stv090x_car_width(state->srate, state->rolloff) / 2000))
2834 enum stv090x_rolloff rolloff; local
2854 STV090x_SETFIELD_Px(reg, ROLLOFF_CONTROL_FIELD, state->rolloff);
2956 rolloff = STV090x_GETFIELD_Px(reg, ROLLOFF_STATUS_FIELD);
3005 state->tuner_bw = stv090x_car_width(srate, state->rolloff) + 10000000;
3139 /* rolloff t
[all...]
H A Dds3000.c243 u8 rolloff; member in struct:ds3000_tuning
1042 state->dnxt.rolloff = 2;
H A Dstb0899_drv.c618 * return: rolloff
653 internal->rolloff = stb0899_get_alpha(state);
H A Dstb0899_algo.c100 return (internal->srate + (internal->srate * internal->rolloff) / 100);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x.c147 struct vfe_cmd_roll_off_config rolloff; local
148 if (copy_from_user(&rolloff,
152 vfe_roll_off_config(&rolloff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.h342 fe_rolloff_t rolloff; member in struct:dtv_frontend_properties
H A Ddvb_frontend.c1034 c->rolloff = ROLLOFF_35;/* implied for DVB-S */
1240 tvp->u.data = fe->dtv_property_cache.rolloff;
1394 fe->dtv_property_cache.rolloff = tvp->u.data;

Completed in 218 milliseconds