Home
last modified time | relevance | path

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

/drivers/media/dvb-core/
Ddvb_frontend.h278 int (*set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth); member
/drivers/media/dvb-frontends/
Dstv0900_core.c538 if (tuner_ops->set_bandwidth) { in stv0900_set_tuner()
539 if ((tuner_ops->set_bandwidth(fe, bandwidth)) < 0) in stv0900_set_tuner()
555 if (tuner_ops->set_bandwidth) { in stv0900_set_bandwidth()
556 if ((tuner_ops->set_bandwidth(fe, bandwidth)) < 0) in stv0900_set_bandwidth()
Dstv6110.c399 .set_bandwidth = stv6110_set_bandwidth,
/drivers/media/pci/cx88/
Dcx88-dvb.c1572 tuner_ops->set_bandwidth = stb6100_set_bandw; in dvb_register()
/drivers/media/usb/dvb-usb/
Ddw2102.c1197 tuner_ops->set_bandwidth = stb6100_set_bandw; in dw2104_frontend_attach()