Searched refs:frontend (Results 1 - 25 of 170) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-dvb.c581 /* Get the first frontend */
589 /* init frontend */
593 fe0->dvb.frontend = dvb_attach(s5h1409_attach,
596 if (fe0->dvb.frontend != NULL) {
597 dvb_attach(mt2131_attach, fe0->dvb.frontend,
605 fe0->dvb.frontend = dvb_attach(lgdt3305_attach,
608 if (fe0->dvb.frontend != NULL) {
609 dvb_attach(tda18271_attach, fe0->dvb.frontend,
616 fe0->dvb.frontend = dvb_attach(s5h1411_attach,
619 if (fe0->dvb.frontend !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-dvb.c126 printk(KERN_ERR "%s() No frontend found\n", __func__);
162 if (fe && fe->dvb.frontend && fe->dvb.frontend->ops.i2c_gate_ctrl)
163 fe->dvb.frontend->ops.i2c_gate_ctrl(fe->dvb.frontend, open);
536 /* Get the first frontend */
541 if (!fe0->dvb.frontend) {
542 printk(KERN_ERR "%s/2: dvb frontend not attached. "
555 fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, &cfg);
559 dvb_frontend_detach(fe0->dvb.frontend);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-dvb.c561 /* Get the first frontend */
564 fe0->dvb.frontend = dvb_attach(tda10046_attach, cdec_conf, &dev->i2c_adap);
565 if (fe0->dvb.frontend) {
567 fe0->dvb.frontend->ops.i2c_gate_ctrl = tda8290_i2c_gate_ctrl;
568 if (dvb_attach(tda827x_attach, fe0->dvb.frontend,
1097 printk(KERN_INFO "%s() allocating 1 frontend\n", __func__);
1118 fe0->dvb.frontend = dvb_attach(mt352_attach, &pinnacle_300i,
1120 if (fe0->dvb.frontend) {
1121 fe0->dvb.frontend->ops.tuner_ops.set_params = mt352_pinnacle_tuner_set_params;
1127 fe0->dvb.frontend
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dcx22700.h26 #include <linux/dvb/frontend.h>
H A Dcx22702.h31 #include <linux/dvb/frontend.h>
H A Dds3000.h25 #include <linux/dvb/frontend.h>
H A Dec100.h25 #include <linux/dvb/frontend.h>
H A Dl64781.h26 #include <linux/dvb/frontend.h>
H A Dlgdt3304.h25 #include <linux/dvb/frontend.h>
H A Dlgs8gl5.h26 #include <linux/dvb/frontend.h>
H A Dmt312.h29 #include <linux/dvb/frontend.h>
H A Dnxt6000.h25 #include <linux/dvb/frontend.h>
H A Dtda8083.h8 adoption to the new DVB frontend API and diagnostic ioctl's
30 #include <linux/dvb/frontend.h>
H A Dves1x93.h29 #include <linux/dvb/frontend.h>
H A Dbcm3510.h25 #include <linux/dvb/frontend.h>
H A Dcx24116.h24 #include <linux/dvb/frontend.h>
H A Ddvb_dummy_fe.h25 #include <linux/dvb/frontend.h>
H A Dmb86a16.h24 #include <linux/dvb/frontend.h>
H A Dnxt200x.h27 #include <linux/dvb/frontend.h>
H A Dor51132.h26 #include <linux/dvb/frontend.h>
H A Ds921_module.h25 #include <linux/dvb/frontend.h>
H A Dsp8870.h26 #include <linux/dvb/frontend.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttusb-dec/
H A Dttusbdecfe.h25 #include <linux/dvb/frontend.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/au0828/
H A Dau0828-dvb.c212 if (!demux->dmx.frontend)
273 /* register frontend */
274 result = dvb_register_frontend(&dvb->adapter, dvb->frontend);
343 dvb_unregister_frontend(dvb->frontend);
345 dvb_frontend_detach(dvb->frontend);
357 if (dvb->frontend == NULL)
365 dvb_unregister_frontend(dvb->frontend);
366 dvb_frontend_detach(dvb->frontend);
381 /* init frontend */
385 dvb->frontend
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-dvb.c53 struct dvb_frontend *frontend; member in struct:cx231xx_dvb
171 if (!demux->dmx.frontend)
228 if ((dev->dvb != NULL) && (dev->dvb->frontend != NULL)) {
230 struct dvb_tuner_ops *dops = &dev->dvb->frontend->ops.tuner_ops;
242 dops->set_analog_params(dev->dvb->frontend, &params);
254 if ((dev->dvb != NULL) && (dev->dvb->frontend != NULL)) {
256 struct dvb_tuner_ops *dops = &dev->dvb->frontend->ops.tuner_ops;
261 status = dops->init(dev->dvb->frontend);
299 dvb->frontend->ops.ts_bus_ctrl = cx231xx_dvb_bus_ctrl;
303 /* register frontend */
[all...]

Completed in 123 milliseconds

1234567