Searched refs:tuner_bw (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/dvb-frontends/ |
A D | stb0899_priv.h | 159 u32 tuner_bw; /* Current bandwidth of the tuner (Hz) */ member
|
A D | stv090x_priv.h | 259 s32 tuner_bw; member
|
A D | stv090x.c | 1803 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_srate_srch_coarse() 2176 state->tuner_bw = stv090x_car_width(state->srate, state->rolloff) + state->srate; in stv090x_get_coldlock() 2193 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_get_coldlock() 3009 state->tuner_bw = stv090x_car_width(srate, state->rolloff) + 10000000; in stv090x_optimize_track() 3019 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_optimize_track() 3191 state->tuner_bw = 2 * 36000000; /* wide bw for unknown srate */ in stv090x_algo() 3222 state->tuner_bw = (15 * (stv090x_car_width(state->srate, state->rolloff) + 10000000)) / 10; in stv090x_algo() 3224 state->tuner_bw = stv090x_car_width(state->srate, state->rolloff) + 10000000; in stv090x_algo() 3267 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_algo()
|
A D | stb0899_drv.c | 1474 state->config->tuner_get_bandwidth(fe, &internal->tuner_bw); in stb0899_search() 1513 state->config->tuner_get_bandwidth(fe, &internal->tuner_bw); in stb0899_search()
|
Completed in 14 milliseconds