Searched refs:fe0 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-dvb.c | 612 struct vb2_dvb_frontend *fe0 = NULL; in attach_xc3028() local 621 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in attach_xc3028() 622 if (!fe0) in attach_xc3028() 625 if (!fe0->dvb.frontend) { in attach_xc3028() 639 fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, &cfg); in attach_xc3028() 643 dvb_frontend_detach(fe0->dvb.frontend); in attach_xc3028() 644 dvb_unregister_frontend(fe0->dvb.frontend); in attach_xc3028() 645 fe0->dvb.frontend = NULL; in attach_xc3028() 658 struct vb2_dvb_frontend *fe0 = NULL; in attach_xc4000() local 661 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in attach_xc4000() [all …]
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-dvb.c | 605 struct vb2_dvb_frontend *fe0; in configure_tda827x_fe() local 608 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in configure_tda827x_fe() 610 if (!fe0) in configure_tda827x_fe() 613 fe0->dvb.frontend = dvb_attach(tda10046_attach, cdec_conf, &dev->i2c_adap); in configure_tda827x_fe() 614 if (fe0->dvb.frontend) { in configure_tda827x_fe() 616 fe0->dvb.frontend->ops.i2c_gate_ctrl = tda8290_i2c_gate_ctrl; in configure_tda827x_fe() 617 if (dvb_attach(tda827x_attach, fe0->dvb.frontend, in configure_tda827x_fe() 1218 struct vb2_dvb_frontend *fe0; in dvb_init() local 1226 fe0 = vb2_dvb_alloc_frontend(&dev->frontends, 1); in dvb_init() 1227 if (!fe0) { in dvb_init() [all …]
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 1075 struct vb2_dvb_frontend *fe0; in dvb_register_ci_mac() local 1077 fe0 = vb2_dvb_get_frontend(&port->frontends, 1); in dvb_register_ci_mac() 1078 if (!fe0) in dvb_register_ci_mac() 1098 .demux = &fe0->dvb.demux,/* for hw pid filter */ in dvb_register_ci_mac() 1186 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.1.27/arch/m68k/ifpsp060/ |
D | itest.sa | 508 dc.l $00002fe0,$52aeff78,$4cfb3fff,$01700000
|