• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/

Lines Matching refs:fe0

578 	struct videobuf_dvb_frontend *fe0;
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->dvb.frontend,
616 fe0->dvb.frontend = dvb_attach(s5h1411_attach,
619 if (fe0->dvb.frontend != NULL) {
620 dvb_attach(tda18271_attach, fe0->dvb.frontend,
629 fe0->dvb.frontend =
633 if (fe0->dvb.frontend != NULL) {
634 dvb_attach(tda829x_attach, fe0->dvb.frontend,
637 dvb_attach(tda18271_attach, fe0->dvb.frontend,
644 fe0->dvb.frontend =
648 if (fe0->dvb.frontend != NULL)
649 dvb_attach(mt2131_attach, fe0->dvb.frontend,
657 fe0->dvb.frontend = dvb_attach(s5h1409_attach,
660 if (fe0->dvb.frontend != NULL) {
661 dvb_attach(mt2131_attach, fe0->dvb.frontend,
668 fe0->dvb.frontend = dvb_attach(lgdt330x_attach,
671 if (fe0->dvb.frontend != NULL) {
672 dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
679 fe0->dvb.frontend = dvb_attach(s5h1409_attach,
682 if (fe0->dvb.frontend != NULL)
683 dvb_attach(xc5000_attach, fe0->dvb.frontend,
689 fe0->dvb.frontend = dvb_attach(s5h1409_attach,
692 if (fe0->dvb.frontend != NULL) {
705 fe0->dvb.frontend, &cfg);
713 fe0->dvb.frontend = dvb_attach(tda10048_attach,
716 if (fe0->dvb.frontend != NULL) {
717 dvb_attach(tda829x_attach, fe0->dvb.frontend,
720 dvb_attach(tda18271_attach, fe0->dvb.frontend,
727 fe0->dvb.frontend = dvb_attach(tda10048_attach,
730 if (fe0->dvb.frontend != NULL) {
731 dvb_attach(tda18271_attach, fe0->dvb.frontend,
738 fe0->dvb.frontend = dvb_attach(dib7000p_attach,
741 if (fe0->dvb.frontend != NULL) {
757 fe0->dvb.frontend, &cfg);
765 fe0->dvb.frontend = dvb_attach(s5h1409_attach,
768 if (fe0->dvb.frontend == NULL)
769 fe0->dvb.frontend = dvb_attach(s5h1411_attach,
772 if (fe0->dvb.frontend != NULL)
773 dvb_attach(xc5000_attach, fe0->dvb.frontend,
780 fe0->dvb.frontend = dvb_attach(zl10353_attach,
783 if (fe0->dvb.frontend != NULL) {
795 fe = dvb_attach(xc2028_attach, fe0->dvb.frontend,
807 fe0->dvb.frontend = dvb_attach(zl10353_attach,
810 if (fe0->dvb.frontend != NULL) {
822 fe = dvb_attach(xc2028_attach, fe0->dvb.frontend,
831 fe0->dvb.frontend = dvb_attach(cx24116_attach,
834 if (fe0->dvb.frontend != NULL)
835 fe0->dvb.frontend->ops.set_voltage = f300_set_voltage;
841 fe0->dvb.frontend = dvb_attach(ds3000_attach,
844 if (fe0->dvb.frontend != NULL)
845 fe0->dvb.frontend->ops.set_voltage = f300_set_voltage;
851 fe0->dvb.frontend = dvb_attach(cx24116_attach,
860 fe0->dvb.frontend = dvb_attach(stv0900_attach,
863 if (fe0->dvb.frontend != NULL) {
865 fe0->dvb.frontend,
869 fe0->dvb.frontend,
881 fe0->dvb.frontend = dvb_attach(stv0900_attach,
884 if (fe0->dvb.frontend != NULL) {
886 fe0->dvb.frontend,
890 fe0->dvb.frontend,
905 fe0->dvb.frontend = dvb_attach(lgs8gxx_attach,
908 if (fe0->dvb.frontend != NULL) {
910 fe0->dvb.frontend,
918 fe0->dvb.frontend = dvb_attach(lgs8gxx_attach,
921 if (fe0->dvb.frontend != NULL) {
923 fe0->dvb.frontend,
931 fe0->dvb.frontend = dvb_attach(s5h1411_attach,
934 if (fe0->dvb.frontend != NULL)
935 dvb_attach(tda18271_attach, fe0->dvb.frontend,
944 fe0->dvb.frontend = dvb_attach(atbm8830_attach,
947 if (fe0->dvb.frontend != NULL) {
949 fe0->dvb.frontend,
957 fe0->dvb.frontend = dvb_attach(atbm8830_attach,
960 if (fe0->dvb.frontend != NULL) {
962 fe0->dvb.frontend,
976 if (NULL == fe0->dvb.frontend) {
982 fe0->dvb.frontend->callback = cx23885_tuner_callback;
987 if (fe0->dvb.frontend->ops.analog_ops.standby)
988 fe0->dvb.frontend->ops.analog_ops.standby(fe0->dvb.frontend);
1035 struct videobuf_dvb_frontend *fe0;
1058 fe0 = videobuf_dvb_get_frontend(&port->frontends, i);
1059 if (!fe0)
1074 videobuf_queue_sg_init(&fe0->dvb.dvbq, &dvb_qops,
1089 struct videobuf_dvb_frontend *fe0;
1091 fe0 = videobuf_dvb_get_frontend(&port->frontends, 1);
1092 if (fe0->dvb.frontend)