Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-dvb.c111 const struct stv6110x_devctl *fe2; in c8sectpfe_frontend_attach() local
199 fe2 = dvb_attach(stv6110x_attach, *fe, in c8sectpfe_frontend_attach()
201 if (!fe2) { in c8sectpfe_frontend_attach()
208 stv090x_config.tuner_init = fe2->tuner_init; in c8sectpfe_frontend_attach()
209 stv090x_config.tuner_set_mode = fe2->tuner_set_mode; in c8sectpfe_frontend_attach()
210 stv090x_config.tuner_set_frequency = fe2->tuner_set_frequency; in c8sectpfe_frontend_attach()
211 stv090x_config.tuner_get_frequency = fe2->tuner_get_frequency; in c8sectpfe_frontend_attach()
212 stv090x_config.tuner_set_bandwidth = fe2->tuner_set_bandwidth; in c8sectpfe_frontend_attach()
213 stv090x_config.tuner_get_bandwidth = fe2->tuner_get_bandwidth; in c8sectpfe_frontend_attach()
214 stv090x_config.tuner_set_bbgain = fe2->tuner_set_bbgain; in c8sectpfe_frontend_attach()
[all …]
/openbmc/qemu/contrib/gitdm/
H A Daliases23 balrog@c046a42c-6fe2-441c-8c8c-71466251a162 balrogg@gmail.com
24 aliguori@c046a42c-6fe2-441c-8c8c-71466251a162 anthony@codemonkey.ws
25 aurel32@c046a42c-6fe2-441c-8c8c-71466251a162 aurelien@aurel32.net
26 blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162 blauwirbel@gmail.com
27 edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162 edgar.iglesias@gmail.com
28 bellard@c046a42c-6fe2-441c-8c8c-71466251a162 fabrice@bellard.org
29 j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162 l_indien@magic.fr
30 pbrook@c046a42c-6fe2-441c-8c8c-71466251a162 paul@codesourcery.com
31 ths@c046a42c-6fe2-441c-8c8c-71466251a162 ths@networkno.de
32 malc@c046a42c-6fe2-441c-8c8c-71466251a162 av1474@comtv.ru
[all …]
/openbmc/qemu/
H A D.mailmap19 Andrzej Zaborowski <balrogg@gmail.com> balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
20 Anthony Liguori <anthony@codemonkey.ws> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
21 Aurelien Jarno <aurelien@aurel32.net> aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
22 Blue Swirl <blauwirbel@gmail.com> blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
23 Edgar E. Iglesias <edgar.iglesias@gmail.com> edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a…
24 Fabrice Bellard <fabrice@bellard.org> bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
25 Jocelyn Mayer <l_indien@magic.fr> j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
26 Paul Brook <paul@codesourcery.com> pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
27 Thiemo Seufer <ths@networkno.de> ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
28 malc <av1474@comtv.ru> malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
[all …]
/openbmc/u-boot/arch/mips/dts/
H A Dcomtrend,ar-5387un.dts40 label = "fe2";
H A Dcomtrend,ar-5315u.dts47 label = "fe2";
H A Dcomtrend,vr-3032u.dts33 label = "fe2";
/openbmc/linux/drivers/media/pci/ngene/
H A Dngene-core.c1405 if (chan->fe2) in release_channel()
1406 dvb_unregister_frontend(chan->fe2); in release_channel()
1509 if (chan->fe2) { in init_channel()
1510 if (dvb_register_frontend(adapter, chan->fe2) < 0) in init_channel()
1513 chan->fe2->tuner_priv = chan->fe->tuner_priv; in init_channel()
1514 memcpy(&chan->fe2->ops.tuner_ops, in init_channel()
H A Dngene.h615 struct dvb_frontend *fe2; member
/openbmc/linux/drivers/media/pci/ddbridge/
H A Dddbridge-core.c1300 if (dvb->fe2) in dvb_input_detach()
1301 dvb_unregister_frontend(dvb->fe2); in dvb_input_detach()
1309 if (dvb->fe2) in dvb_input_detach()
1310 dvb_frontend_detach(dvb->fe2); in dvb_input_detach()
1314 dvb->fe2 = NULL; in dvb_input_detach()
1499 dvb->fe2 = NULL; in dvb_input_attach()
1595 if (dvb->fe2) { in dvb_input_attach()
1596 if (dvb_register_frontend(adap, dvb->fe2) < 0) { in dvb_input_attach()
1600 dvb->fe2->tuner_priv = dvb->fe->tuner_priv; in dvb_input_attach()
1601 memcpy(&dvb->fe2->ops.tuner_ops, in dvb_input_attach()
[all …]
H A Dddbridge.h160 struct dvb_frontend *fe2; member