Searched refs:rolloff (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/media/dvb-frontends/ |
| H A D | stv0900_priv.h | 230 enum fe_stv0900_rolloff rolloff; member 278 enum fe_stv0900_rolloff rolloff; member 290 enum fe_stv0900_rolloff rolloff; member
|
| H A D | stv0900_sw.c | 424 s32 rolloff; in stv0900_set_dvbs2_rolloff() local 428 rolloff = stv0900_read_reg(intp, MATSTR1) & 0x03; in stv0900_set_dvbs2_rolloff() 429 stv0900_write_bits(intp, ROLLOFF_CONTROL, rolloff); in stv0900_set_dvbs2_rolloff() 438 u32 rolloff; in stv0900_carrier_width() local 442 rolloff = 20; in stv0900_carrier_width() 445 rolloff = 25; in stv0900_carrier_width() 449 rolloff = 35; in stv0900_carrier_width() 453 return srate + (srate * rolloff) / 100; in stv0900_carrier_width() 584 intp->rolloff) + intp->symbol_rate[d]; in stv0900_get_demod_cold_lock() 840 stv0900_write_bits(intp, ROLLOFF_CONTROL, intp->rolloff); in stv0900_track_optimization() [all …]
|
| H A D | cx24116.c | 157 enum fe_rolloff rolloff; member 1232 if (c->rolloff != ROLLOFF_35) { in cx24116_set_frontend() 1234 __func__, c->rolloff); in cx24116_set_frontend() 1271 switch (c->rolloff) { in cx24116_set_frontend() 1284 __func__, c->rolloff); in cx24116_set_frontend() 1298 state->dnxt.rolloff = c->rolloff; in cx24116_set_frontend() 1323 state->dcur.rolloff, state->dcur.rolloff_val); in cx24116_set_frontend()
|
| H A D | stv6110.c | 146 static u32 carrier_width(u32 symbol_rate, enum fe_rolloff rolloff) in carrier_width() argument 150 switch (rolloff) { in carrier_width() 339 u32 bandwidth = carrier_width(c->symbol_rate, c->rolloff); in stv6110_set_params()
|
| H A D | cx24117.c | 168 enum fe_rolloff rolloff; member 1359 switch (c->rolloff) { in cx24117_set_frontend() 1377 KBUILD_MODNAME, state->demod, c->rolloff); in cx24117_set_frontend() 1393 state->dnxt.rolloff = c->rolloff; in cx24117_set_frontend() 1424 state->dcur.rolloff, state->dcur.rolloff_val); in cx24117_set_frontend() 1523 if (state->dcur.rolloff == 3) in cx24117_set_frontend()
|
| H A D | stv0900_core.c | 1389 intp->rolloff = p_init->rolloff; in stv0900_init_internal() 1392 stv0900_write_bits(intp, F0900_P1_ROLLOFF_CONTROL, p_init->rolloff); in stv0900_init_internal() 1393 stv0900_write_bits(intp, F0900_P2_ROLLOFF_CONTROL, p_init->rolloff); in stv0900_init_internal() 1613 p_result.rolloff = intp->result[demod].rolloff; in stv0900_search() 1921 init_params.rolloff = STV0900_35; in stv0900_attach()
|
| H A D | stv090x_priv.h | 252 enum stv090x_rolloff rolloff; member
|
| H A D | stb0899_priv.h | 162 s32 rolloff; /* Current RollOff of the filter (x100) */ member
|
| H A D | dib9000.c | 1935 state->fe[sub_index_frontend]->dtv_property_cache.rolloff = in dib9000_get_frontend() 1936 state->fe[index_frontend]->dtv_property_cache.rolloff; in dib9000_get_frontend() 1958 state->fe[index_frontend]->dtv_property_cache.rolloff = c->rolloff; in dib9000_get_frontend()
|
| H A D | mxl5xx.c | 748 p->rolloff = ROLLOFF_20; in get_frontend() 751 p->rolloff = ROLLOFF_35; in get_frontend() 754 p->rolloff = ROLLOFF_25; in get_frontend()
|
| H A D | stb0899_drv.c | 644 internal->rolloff = stb0899_get_alpha(state); in stb0899_init_calc()
|
| H A D | stb0899_algo.c | 124 return (internal->srate + (internal->srate * internal->rolloff) / 100); in stb0899_carr_width()
|
| H A D | stv0910.c | 1592 p->rolloff = ROLLOFF_35; in get_frontend()
|
| /linux/include/media/ |
| H A D | dvb_frontend.h | 609 enum fe_rolloff rolloff; member
|
| /linux/drivers/media/firewire/ |
| H A D | firedtv-avc.c | 390 switch (fdtv->fe.dtv_property_cache.rolloff) { in avc_tuner_tuneqpsk()
|