Searched refs:fe0 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-dvb.c578 struct videobuf_dvb_frontend *fe0; local
582 fe0 = videobuf_dvb_get_frontend(&port->frontends, 1);
583 if (!fe0)
587 fe0->dvb.name = dev->name;
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
1035 struct videobuf_dvb_frontend *fe0; local
1089 struct videobuf_dvb_frontend *fe0; local
[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.c157 if (f->gate <= 1) /* undefined or fe0 */
528 struct videobuf_dvb_frontend *fe0 = NULL; local
537 fe0 = videobuf_dvb_get_frontend(&dev->frontends, 1);
538 if (!fe0)
541 if (!fe0->dvb.frontend) {
555 fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, &cfg);
559 dvb_frontend_detach(fe0->dvb.frontend);
560 dvb_unregister_frontend(fe0->dvb.frontend);
561 fe0->dvb.frontend = NULL;
869 struct videobuf_dvb_frontend *fe0, *fe local
[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.c559 struct videobuf_dvb_frontend *fe0; local
562 fe0 = videobuf_dvb_get_frontend(&dev->frontends, 1);
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,
1092 struct videobuf_dvb_frontend *fe0; local
1098 fe0 = videobuf_dvb_alloc_frontend(&dev->frontends, 1);
1099 if (!fe0) {
1107 fe0
1669 struct videobuf_dvb_frontend *fe0; local
[all...]

Completed in 119 milliseconds