Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c387 struct vb2_dvb_frontend *fes[2]; in netup_unidvb_dvb_init() local
415 if (fes[i] == NULL) { in netup_unidvb_dvb_init()
426 fes[i]->dvb.name = fe_name; in netup_unidvb_dvb_init()
429 fes[0]->dvb.frontend = dvb_attach(cxd2841er_attach_s, in netup_unidvb_dvb_init()
431 if (fes[0]->dvb.frontend == NULL) { in netup_unidvb_dvb_init()
440 if (!dvb_attach(horus3a_attach, fes[0]->dvb.frontend, in netup_unidvb_dvb_init()
458 if (!dvb_attach(lnbh25_attach, fes[0]->dvb.frontend, in netup_unidvb_dvb_init()
468 if (fes[1]->dvb.frontend == NULL) { in netup_unidvb_dvb_init()
473 fes[1]->dvb.frontend->id = 1; in netup_unidvb_dvb_init()
476 if (!dvb_attach(ascot2e_attach, fes[1]->dvb.frontend, in netup_unidvb_dvb_init()
[all …]
/openbmc/linux/include/linux/
H A Dnvme-tcp.h123 __le16 fes; member