Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/dvb/dvb-usb/
Dmxl111sf-demod.c519 if (fe->ops.tuner_ops.get_bandwidth) in mxl111sf_demod_get_frontend()
520 fe->ops.tuner_ops.get_bandwidth(fe, &p->bandwidth_hz); in mxl111sf_demod_get_frontend()
Dmxl111sf-tuner.c485 .get_bandwidth = mxl111sf_tuner_get_bandwidth,
Ddw2102.c1005 tuner_ops->get_bandwidth = stb6100_get_bandw; in dw2104_frontend_attach()
/linux-3.4.99/drivers/media/dvb/dvb-core/
Ddvb_frontend.h216 int (*get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth); member
/linux-3.4.99/drivers/media/common/tuners/
Dmt2266.c318 .get_bandwidth = mt2266_get_bandwidth
Dmax2165.c399 .get_bandwidth = max2165_get_bandwidth,
Dtda827x.c834 .get_bandwidth = tda827x_get_bandwidth,
850 .get_bandwidth = tda827x_get_bandwidth,
Dmxl5007t.c811 .get_bandwidth = mxl5007t_get_bandwidth,
Dtuner-simple.c1043 .get_bandwidth = simple_get_bandwidth,
Dxc5000.c1152 .get_bandwidth = xc5000_get_bandwidth,
Dtda18271-fe.c1245 .get_bandwidth = tda18271_get_bandwidth,
Dxc4000.c1648 .get_bandwidth = xc4000_get_bandwidth,
Dmt2063.c2239 .get_bandwidth = mt2063_get_bandwidth,
Dmxl5005s.c4078 .get_bandwidth = mxl5005s_get_bandwidth,
/linux-3.4.99/drivers/media/dvb/frontends/
Ditd1000.c362 .get_bandwidth = itd1000_get_bandwidth
Dtda18271c2dd.c1201 static int get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) in get_bandwidth() function
1221 .get_bandwidth = get_bandwidth,
Dstv6110.c388 .get_bandwidth = stv6110_get_bandwidth,
Ddvb-pll.c723 .get_bandwidth = dvb_pll_get_bandwidth,
/linux-3.4.99/drivers/media/video/cx88/
Dcx88-dvb.c1509 tuner_ops->get_bandwidth = stb6100_get_bandw; in dvb_register()