Lines Matching defs:fe1
1192 struct vb2_dvb_frontend *fe0, *fe1 = NULL;
1736 fe1 = vb2_dvb_get_frontend(&port->frontends, 2);
1737 if (fe1 == NULL)
1740 fe1->dvb.frontend = dvb_attach(stv0367cab_attach,
1743 if (fe1->dvb.frontend == NULL)
1746 fe1->dvb.frontend->id = 1;
1748 fe1->dvb.frontend,
2558 if ((NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend)) {
2566 if (fe1)
2567 fe1->dvb.frontend->callback = cx23885_tuner_callback;
2571 if (fe1)
2572 fe1->dvb.frontend->ops.ts_bus_ctrl = cx23885_dvb_bus_ctrl;