Searched refs:fe0 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/ |
H A D | saa7134-dvb.c | 586 struct vb2_dvb_frontend *fe0; in configure_tda827x_fe() local 589 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in configure_tda827x_fe() 591 if (!fe0) in configure_tda827x_fe() 594 fe0->dvb.frontend = dvb_attach(tda10046_attach, cdec_conf, &dev->i2c_adap); in configure_tda827x_fe() 595 if (fe0->dvb.frontend) { in configure_tda827x_fe() 597 fe0->dvb.frontend->ops.i2c_gate_ctrl = tda8290_i2c_gate_ctrl; in configure_tda827x_fe() 598 if (dvb_attach(tda827x_attach, fe0->dvb.frontend, in configure_tda827x_fe() 1217 struct vb2_dvb_frontend *fe0; in dvb_init() local 1225 fe0 = vb2_dvb_alloc_frontend(&dev->frontends, 1); in dvb_init() 1226 if (!fe0) { in dvb_init() 1948 struct vb2_dvb_frontend *fe0; dvb_fini() local [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
H A D | saa7134-dvb.c | 586 struct vb2_dvb_frontend *fe0; in configure_tda827x_fe() local 589 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in configure_tda827x_fe() 591 if (!fe0) in configure_tda827x_fe() 594 fe0->dvb.frontend = dvb_attach(tda10046_attach, cdec_conf, &dev->i2c_adap); in configure_tda827x_fe() 595 if (fe0->dvb.frontend) { in configure_tda827x_fe() 597 fe0->dvb.frontend->ops.i2c_gate_ctrl = tda8290_i2c_gate_ctrl; in configure_tda827x_fe() 598 if (dvb_attach(tda827x_attach, fe0->dvb.frontend, in configure_tda827x_fe() 1201 struct vb2_dvb_frontend *fe0; in dvb_init() local 1209 fe0 = vb2_dvb_alloc_frontend(&dev->frontends, 1); in dvb_init() 1210 if (!fe0) { in dvb_init() 1919 struct vb2_dvb_frontend *fe0; dvb_fini() local [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
H A D | cx88-dvb.c | 204 if (f->gate <= 1) /* undefined or fe0 */ in cx88_dvb_gate_ctrl() 605 struct vb2_dvb_frontend *fe0 = NULL; in attach_xc3028() local 614 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in attach_xc3028() 615 if (!fe0) in attach_xc3028() 618 if (!fe0->dvb.frontend) { in attach_xc3028() 630 fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, &cfg); in attach_xc3028() 633 dvb_frontend_detach(fe0->dvb.frontend); in attach_xc3028() 634 dvb_unregister_frontend(fe0->dvb.frontend); in attach_xc3028() 635 fe0->dvb.frontend = NULL; in attach_xc3028() 647 struct vb2_dvb_frontend *fe0 in attach_xc4000() local 990 struct vb2_dvb_frontend *fe0, *fe1 = NULL; dvb_register() local [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/cx88/ |
H A D | cx88-dvb.c | 205 if (f->gate <= 1) /* undefined or fe0 */ in cx88_dvb_gate_ctrl() 606 struct vb2_dvb_frontend *fe0 = NULL; in attach_xc3028() local 615 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in attach_xc3028() 616 if (!fe0) in attach_xc3028() 619 if (!fe0->dvb.frontend) { in attach_xc3028() 631 fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, &cfg); in attach_xc3028() 634 dvb_frontend_detach(fe0->dvb.frontend); in attach_xc3028() 635 dvb_unregister_frontend(fe0->dvb.frontend); in attach_xc3028() 636 fe0->dvb.frontend = NULL; in attach_xc3028() 648 struct vb2_dvb_frontend *fe0 in attach_xc4000() local 991 struct vb2_dvb_frontend *fe0, *fe1 = NULL; dvb_register() local [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
H A D | cx23885-dvb.c | 141 if (f->gate <= 1) /* undefined or fe0 */ in cx23885_dvb_gate_ctrl() 1081 struct vb2_dvb_frontend *fe0; in dvb_register_ci_mac() local 1083 fe0 = vb2_dvb_get_frontend(&port->frontends, 1); in dvb_register_ci_mac() 1084 if (!fe0) in dvb_register_ci_mac() 1104 .demux = &fe0->dvb.demux,/* for hw pid filter */ in dvb_register_ci_mac() 1192 struct vb2_dvb_frontend *fe0, *fe1 = NULL; in dvb_register() local 1210 fe0 = vb2_dvb_get_frontend(&port->frontends, 1); in dvb_register() 1211 if (!fe0) in dvb_register() 1215 fe0->dvb.name = dev->name; in dvb_register() 1217 /* multi-frontend gate control is undefined or defaults to fe0 */ in dvb_register() 2627 struct vb2_dvb_frontend *fe0; cx23885_dvb_register() local 2693 struct vb2_dvb_frontend *fe0; cx23885_dvb_unregister() local [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
H A D | cx23885-dvb.c | 141 if (f->gate <= 1) /* undefined or fe0 */ in cx23885_dvb_gate_ctrl() 1081 struct vb2_dvb_frontend *fe0; in dvb_register_ci_mac() local 1083 fe0 = vb2_dvb_get_frontend(&port->frontends, 1); in dvb_register_ci_mac() 1084 if (!fe0) in dvb_register_ci_mac() 1104 .demux = &fe0->dvb.demux,/* for hw pid filter */ in dvb_register_ci_mac() 1192 struct vb2_dvb_frontend *fe0, *fe1 = NULL; in dvb_register() local 1210 fe0 = vb2_dvb_get_frontend(&port->frontends, 1); in dvb_register() 1211 if (!fe0) in dvb_register() 1215 fe0->dvb.name = dev->name; in dvb_register() 1217 /* multi-frontend gate control is undefined or defaults to fe0 */ in dvb_register() 2627 struct vb2_dvb_frontend *fe0; cx23885_dvb_register() local 2693 struct vb2_dvb_frontend *fe0; cx23885_dvb_unregister() local [all...] |
Completed in 10 milliseconds