Home
last modified time | relevance | path

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

/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()
Dtda18271c2dd.c1207 static int get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) in get_bandwidth() function
1227 .get_bandwidth = get_bandwidth,
Ditd1000.c369 .get_bandwidth = itd1000_get_bandwidth
Dstv6110.c393 .get_bandwidth = stv6110_get_bandwidth,
Dstb6100.c540 .get_bandwidth = stb6100_get_bandwidth,
Ddvb-pll.c749 .get_bandwidth = dvb_pll_get_bandwidth,
/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-demod.c515 if (fe->ops.tuner_ops.get_bandwidth) in mxl111sf_demod_get_frontend()
516 fe->ops.tuner_ops.get_bandwidth(fe, &p->bandwidth_hz); in mxl111sf_demod_get_frontend()
Dmxl111sf-tuner.c481 .get_bandwidth = mxl111sf_tuner_get_bandwidth,
/drivers/media/dvb-core/
Ddvb_frontend.h241 int (*get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth); member
/drivers/media/tuners/
Dmt2266.c317 .get_bandwidth = mt2266_get_bandwidth
Dfc0012.c433 .get_bandwidth = fc0012_get_bandwidth,
Dmax2165.c393 .get_bandwidth = max2165_get_bandwidth,
Dfc0011.c488 .get_bandwidth = fc0011_get_bandwidth,
Dtda827x.c829 .get_bandwidth = tda827x_get_bandwidth,
845 .get_bandwidth = tda827x_get_bandwidth,
Dfc0013.c593 .get_bandwidth = fc0013_get_bandwidth,
Dmxl5007t.c800 .get_bandwidth = mxl5007t_get_bandwidth,
Dtuner-simple.c1040 .get_bandwidth = simple_get_bandwidth,
Dxc5000.c1364 .get_bandwidth = xc5000_get_bandwidth,
Dtda18271-fe.c1254 .get_bandwidth = tda18271_get_bandwidth,
Dxc4000.c1649 .get_bandwidth = xc4000_get_bandwidth,
Dmt2063.c2216 .get_bandwidth = mt2063_get_bandwidth,
Dmxl5005s.c4084 .get_bandwidth = mxl5005s_get_bandwidth,
/drivers/media/pci/cx88/
Dcx88-dvb.c1570 tuner_ops->get_bandwidth = stb6100_get_bandw; in dvb_register()
/drivers/media/usb/dvb-usb/
Ddw2102.c1203 tuner_ops->get_bandwidth = stb6100_get_bandw; in dw2104_frontend_attach()