Lines Matching defs:fe1
990 struct vb2_dvb_frontend *fe0, *fe1 = NULL;
1078 fe1 = vb2_dvb_get_frontend(&dev->frontends, 2);
1079 if (!fe1)
1082 fe1->dvb.frontend = dvb_attach(cx22702_attach,
1085 if (fe1->dvb.frontend) {
1086 fe1->dvb.frontend->id = 1;
1088 fe1->dvb.frontend,
1454 fe1 = vb2_dvb_get_frontend(&dev->frontends, 2);
1455 if (!fe1)
1458 fe1->dvb.frontend = dvb_attach(cx22702_attach,
1461 if (fe1->dvb.frontend) {
1462 fe1->dvb.frontend->id = 1;
1464 fe1->dvb.frontend,
1615 if ((NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend)) {
1624 if (fe1)
1625 fe1->dvb.frontend->ops.ts_bus_ctrl = cx88_dvb_bus_ctrl;