Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/dvb-frontends/
Dstv6111.c423 static int set_bandwidth(struct dvb_frontend *fe, u32 cutoff_frequency) in set_bandwidth() function
655 .set_bandwidth = set_bandwidth,
Dstv0900_core.c534 if (tuner_ops->set_bandwidth) { in stv0900_set_tuner()
535 if ((tuner_ops->set_bandwidth(fe, bandwidth)) < 0) in stv0900_set_tuner()
551 if (tuner_ops->set_bandwidth) { in stv0900_set_bandwidth()
552 if ((tuner_ops->set_bandwidth(fe, bandwidth)) < 0) in stv0900_set_bandwidth()
Dstv6110.c385 .set_bandwidth = stv6110_set_bandwidth,
/linux-4.19.296/include/media/
Ddvb_frontend.h267 int (*set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth); member