Searched refs:fe0 (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-dvb.c | 615 struct vb2_dvb_frontend *fe0 = NULL; in attach_xc3028() local 624 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in attach_xc3028() 625 if (!fe0) in attach_xc3028() 628 if (!fe0->dvb.frontend) { in attach_xc3028() 642 fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, &cfg); in attach_xc3028() 646 dvb_frontend_detach(fe0->dvb.frontend); in attach_xc3028() 647 dvb_unregister_frontend(fe0->dvb.frontend); in attach_xc3028() 648 fe0->dvb.frontend = NULL; in attach_xc3028() 661 struct vb2_dvb_frontend *fe0 = NULL; in attach_xc4000() local 664 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in attach_xc4000() [all …]
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-dvb.c | 599 struct vb2_dvb_frontend *fe0; in configure_tda827x_fe() local 602 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in configure_tda827x_fe() 604 if (!fe0) in configure_tda827x_fe() 607 fe0->dvb.frontend = dvb_attach(tda10046_attach, cdec_conf, &dev->i2c_adap); in configure_tda827x_fe() 608 if (fe0->dvb.frontend) { in configure_tda827x_fe() 610 fe0->dvb.frontend->ops.i2c_gate_ctrl = tda8290_i2c_gate_ctrl; in configure_tda827x_fe() 611 if (dvb_attach(tda827x_attach, fe0->dvb.frontend, in configure_tda827x_fe() 1214 struct vb2_dvb_frontend *fe0; in dvb_init() local 1222 fe0 = vb2_dvb_alloc_frontend(&dev->frontends, 1); in dvb_init() 1223 if (!fe0) { in dvb_init() [all …]
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 1073 struct vb2_dvb_frontend *fe0; in dvb_register_ci_mac() local 1075 fe0 = vb2_dvb_get_frontend(&port->frontends, 1); in dvb_register_ci_mac() 1076 if (!fe0) in dvb_register_ci_mac() 1096 .demux = &fe0->dvb.demux,/* for hw pid filter */ in dvb_register_ci_mac() 1184 struct vb2_dvb_frontend *fe0, *fe1 = NULL; in dvb_register() local 1199 fe0 = vb2_dvb_get_frontend(&port->frontends, 1); in dvb_register() 1200 if (!fe0) in dvb_register() 1204 fe0->dvb.name = dev->name; in dvb_register() 1216 fe0->dvb.frontend = dvb_attach(s5h1409_attach, in dvb_register() 1219 if (fe0->dvb.frontend == NULL) in dvb_register() [all …]
|
/linux-4.4.14/drivers/media/pci/netup_unidvb/ |
D | netup_unidvb_core.c | 376 struct vb2_dvb_frontend *fe0, *fe1, *fe2; in netup_unidvb_dvb_init() local 395 fe0 = vb2_dvb_get_frontend(&ndev->frontends[num], 1); in netup_unidvb_dvb_init() 398 if (fe0 == NULL || fe1 == NULL || fe2 == NULL) { in netup_unidvb_dvb_init() 403 netup_unidvb_queue_init(&ndev->dma[num], &fe0->dvb.dvbq); in netup_unidvb_dvb_init() 406 fe0->dvb.name = "netup_fe0"; in netup_unidvb_dvb_init() 409 fe0->dvb.frontend = dvb_attach(cxd2841er_attach_s, in netup_unidvb_dvb_init() 411 if (fe0->dvb.frontend == NULL) { in netup_unidvb_dvb_init() 418 if (!dvb_attach(horus3a_attach, fe0->dvb.frontend, in netup_unidvb_dvb_init() 425 if (!dvb_attach(lnbh25_attach, fe0->dvb.frontend, in netup_unidvb_dvb_init()
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | itest.sa | 508 dc.l $00002fe0,$52aeff78,$4cfb3fff,$01700000
|