Home
last modified time | relevance | path

Searched refs:get_bandwidth (Results 1 – 23 of 23) sorted by relevance

/linux-4.19.296/drivers/media/dvb-frontends/
Dstb6100_cfg.h69 if (tuner_ops->get_bandwidth) { in stb6100_get_bandwidth()
70 err = tuner_ops->get_bandwidth(fe, bandwidth); in stb6100_get_bandwidth()
Dstb6100_proc.h82 if (tuner_ops->get_bandwidth) { in stb6100_get_bandw()
86 err = tuner_ops->get_bandwidth(fe, bandwidth); in stb6100_get_bandw()
Ditd1000.c369 .get_bandwidth = itd1000_get_bandwidth
Dtda18271c2dd.c1207 static int get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) in get_bandwidth() function
1227 .get_bandwidth = get_bandwidth,
Dstv6110.c384 .get_bandwidth = stv6110_get_bandwidth,
Dstb6100.c539 .get_bandwidth = stb6100_get_bandwidth,
Ddvb-pll.c787 .get_bandwidth = dvb_pll_get_bandwidth,
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-demod.c520 if (fe->ops.tuner_ops.get_bandwidth) in mxl111sf_demod_get_frontend()
521 fe->ops.tuner_ops.get_bandwidth(fe, &p->bandwidth_hz); in mxl111sf_demod_get_frontend()
Dmxl111sf-tuner.c481 .get_bandwidth = mxl111sf_tuner_get_bandwidth,
/linux-4.19.296/drivers/media/tuners/
Dmt2266.c317 .get_bandwidth = mt2266_get_bandwidth
Dfc0012.c432 .get_bandwidth = fc0012_get_bandwidth,
Dmax2165.c393 .get_bandwidth = max2165_get_bandwidth,
Dfc0011.c488 .get_bandwidth = fc0011_get_bandwidth,
Dfc0013.c592 .get_bandwidth = fc0013_get_bandwidth,
Dtda827x.c829 .get_bandwidth = tda827x_get_bandwidth,
845 .get_bandwidth = tda827x_get_bandwidth,
Dmxl5007t.c798 .get_bandwidth = mxl5007t_get_bandwidth,
Dtuner-simple.c1042 .get_bandwidth = simple_get_bandwidth,
Dxc5000.c1370 .get_bandwidth = xc5000_get_bandwidth,
Dtda18271-fe.c1254 .get_bandwidth = tda18271_get_bandwidth,
Dxc4000.c1652 .get_bandwidth = xc4000_get_bandwidth,
Dmt2063.c2213 .get_bandwidth = mt2063_get_bandwidth,
Dmxl5005s.c4089 .get_bandwidth = mxl5005s_get_bandwidth,
/linux-4.19.296/include/media/
Ddvb_frontend.h242 int (*get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth); member