Home
last modified time | relevance | path

Searched refs:set_bandwidth (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/dvb-frontends/
H A Dstv6111.c414 static int set_bandwidth(struct dvb_frontend *fe, u32 cutoff_frequency) in set_bandwidth() function
646 .set_bandwidth = set_bandwidth,
H A Dstv0900_core.c523 if (tuner_ops->set_bandwidth) { in stv0900_set_tuner()
524 if ((tuner_ops->set_bandwidth(fe, bandwidth)) < 0) in stv0900_set_tuner()
540 if (tuner_ops->set_bandwidth) { in stv0900_set_bandwidth()
541 if ((tuner_ops->set_bandwidth(fe, bandwidth)) < 0) in stv0900_set_bandwidth()
H A Dstv6110.c375 .set_bandwidth = stv6110_set_bandwidth,
/linux/include/media/
H A Ddvb_frontend.h268 int (*set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth); member