• 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:frontend

581 	/* 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 != 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,
971 printk(KERN_INFO "%s: The frontend of your DVB/ATSC card "
976 if (NULL == fe0->dvb.frontend) {
977 printk(KERN_ERR "%s: frontend initialization failed\n",
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);
1042 * code then the second frontend would never be allocated (later)
1046 * future addition of any multi-frontend cx23885 based boards.
1048 printk(KERN_INFO "%s() allocating %d frontend(s)\n", __func__,
1072 /* We have to init the queue for each frontend on a port. */
1092 if (fe0->dvb.frontend)