Searched refs:set_bandwidth (Results 1 – 6 of 6) sorted by relevance
423 static int set_bandwidth(struct dvb_frontend *fe, u32 cutoff_frequency) in set_bandwidth() function655 .set_bandwidth = set_bandwidth,
524 if (tuner_ops->set_bandwidth) { in stv0900_set_tuner()525 if ((tuner_ops->set_bandwidth(fe, bandwidth)) < 0) in stv0900_set_tuner()541 if (tuner_ops->set_bandwidth) { in stv0900_set_bandwidth()542 if ((tuner_ops->set_bandwidth(fe, bandwidth)) < 0) in stv0900_set_bandwidth()
375 .set_bandwidth = stv6110_set_bandwidth,
268 int (*set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth); member
1562 tuner_ops->set_bandwidth = stb6100_set_bandw; in dvb_register()
1197 tuner_ops->set_bandwidth = stb6100_set_bandw; in dw2104_frontend_attach()