Searched refs:tuner_set_bandwidth (Results 1 – 6 of 6) sorted by relevance
38 int (*tuner_set_bandwidth) (struct dvb_frontend *fe, u32 bandwidth); member
86 int (*tuner_set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth); member
127 int (*tuner_set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth); member
1471 if (state->config->tuner_set_bandwidth) in stb0899_search()1472 state->config->tuner_set_bandwidth(fe, (13 * (stb0899_carr_width(state) + SearchRange)) / 10); in stb0899_search()1510 if (state->config->tuner_set_bandwidth) in stb0899_search()1511 state->config->tuner_set_bandwidth(fe, (stb0899_carr_width(state) + SearchRange)); in stb0899_search()
286 .tuner_set_bandwidth = stb6100_set_bandwidth,
1141 .tuner_set_bandwidth = NULL,