Searched refs:tuner_get_bandwidth (Results 1 – 7 of 7) sorted by relevance
39 int (*tuner_get_bandwidth) (struct dvb_frontend *fe, u32 *bandwidth); member
87 int (*tuner_get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth); member
128 int (*tuner_get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth); member
1473 if (state->config->tuner_get_bandwidth) in stb0899_search()1474 state->config->tuner_get_bandwidth(fe, &internal->tuner_bw); in stb0899_search()1512 if (state->config->tuner_get_bandwidth) in stb0899_search()1513 state->config->tuner_get_bandwidth(fe, &internal->tuner_bw); in stb0899_search()
140 if (config->tuner_get_bandwidth) { in stb0899_first_subrange()142 config->tuner_get_bandwidth(&state->frontend, &bandwidth); in stb0899_first_subrange()607 if (config->tuner_get_bandwidth) in stb0899_dvbs_algo()608 config->tuner_get_bandwidth(&state->frontend, &bandwidth); in stb0899_dvbs_algo()
287 .tuner_get_bandwidth = stb6100_get_bandwidth,
1142 .tuner_get_bandwidth = tda8261_get_bandwidth,