Home
last modified time | relevance | path

Searched refs:fe1 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-dvb.c1008 struct vb2_dvb_frontend *fe0, *fe1 = NULL; in dvb_register() local
1096 fe1 = vb2_dvb_get_frontend(&dev->frontends, 2); in dvb_register()
1097 if (!fe1) in dvb_register()
1100 fe1->dvb.frontend = dvb_attach(cx22702_attach, in dvb_register()
1103 if (fe1->dvb.frontend) { in dvb_register()
1104 fe1->dvb.frontend->id = 1; in dvb_register()
1106 fe1->dvb.frontend, in dvb_register()
1465 fe1 = vb2_dvb_get_frontend(&dev->frontends, 2); in dvb_register()
1466 if (!fe1) in dvb_register()
1469 fe1->dvb.frontend = dvb_attach(cx22702_attach, in dvb_register()
[all …]
/linux-4.4.14/drivers/media/pci/netup_unidvb/
Dnetup_unidvb_core.c376 struct vb2_dvb_frontend *fe0, *fe1, *fe2; in netup_unidvb_dvb_init() local
396 fe1 = vb2_dvb_get_frontend(&ndev->frontends[num], 2); in netup_unidvb_dvb_init()
398 if (fe0 == NULL || fe1 == NULL || fe2 == NULL) { in netup_unidvb_dvb_init()
404 netup_unidvb_queue_init(&ndev->dma[num], &fe1->dvb.dvbq); in netup_unidvb_dvb_init()
407 fe1->dvb.name = "netup_fe1"; in netup_unidvb_dvb_init()
432 fe1->dvb.frontend = dvb_attach(cxd2841er_attach_t, in netup_unidvb_dvb_init()
434 if (fe1->dvb.frontend == NULL) { in netup_unidvb_dvb_init()
439 fe1->dvb.frontend->id = 1; in netup_unidvb_dvb_init()
441 if (!dvb_attach(ascot2e_attach, fe1->dvb.frontend, in netup_unidvb_dvb_init()
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-dvb.c1184 struct vb2_dvb_frontend *fe0, *fe1 = NULL; in dvb_register() local
1722 fe1 = vb2_dvb_get_frontend(&port->frontends, 2); in dvb_register()
1723 if (fe1 == NULL) in dvb_register()
1726 fe1->dvb.frontend = dvb_attach(stv0367cab_attach, in dvb_register()
1729 if (fe1->dvb.frontend == NULL) in dvb_register()
1732 fe1->dvb.frontend->id = 1; in dvb_register()
1734 fe1->dvb.frontend, in dvb_register()
2277 if ((NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend)) { in dvb_register()
2285 if (fe1) in dvb_register()
2286 fe1->dvb.frontend->callback = cx23885_tuner_callback; in dvb_register()
[all …]