Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/netup_unidvb/
Dnetup_unidvb_core.c391 struct vb2_dvb_frontend *fes[2]; in netup_unidvb_dvb_init() local
418 fes[i] = vb2_dvb_get_frontend(&ndev->frontends[num], i+1); in netup_unidvb_dvb_init()
419 if (fes[i] == NULL) { in netup_unidvb_dvb_init()
428 netup_unidvb_queue_init(&ndev->dma[num], &fes[i]->dvb.dvbq); in netup_unidvb_dvb_init()
430 fes[i]->dvb.name = fe_name; in netup_unidvb_dvb_init()
433 fes[0]->dvb.frontend = dvb_attach(cxd2841er_attach_s, in netup_unidvb_dvb_init()
435 if (fes[0]->dvb.frontend == NULL) { in netup_unidvb_dvb_init()
444 if (!dvb_attach(horus3a_attach, fes[0]->dvb.frontend, in netup_unidvb_dvb_init()
453 if (!dvb_attach(helene_attach_s, fes[0]->dvb.frontend, in netup_unidvb_dvb_init()
462 if (!dvb_attach(lnbh25_attach, fes[0]->dvb.frontend, in netup_unidvb_dvb_init()
[all …]