Lines Matching defs:fe1
991 struct vb2_dvb_frontend *fe0, *fe1 = NULL;
1079 fe1 = vb2_dvb_get_frontend(&dev->frontends, 2);
1080 if (!fe1)
1083 fe1->dvb.frontend = dvb_attach(cx22702_attach,
1086 if (fe1->dvb.frontend) {
1087 fe1->dvb.frontend->id = 1;
1089 fe1->dvb.frontend,
1455 fe1 = vb2_dvb_get_frontend(&dev->frontends, 2);
1456 if (!fe1)
1459 fe1->dvb.frontend = dvb_attach(cx22702_attach,
1462 if (fe1->dvb.frontend) {
1463 fe1->dvb.frontend->id = 1;
1465 fe1->dvb.frontend,
1616 if ((NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend)) {
1625 if (fe1)
1626 fe1->dvb.frontend->ops.ts_bus_ctrl = cx88_dvb_bus_ctrl;