Searched refs:fe2 (Results 1 – 10 of 10) sorted by relevance
111 const struct stv6110x_devctl *fe2; in c8sectpfe_frontend_attach() local199 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 …]
23 balrog@c046a42c-6fe2-441c-8c8c-71466251a162 balrogg@gmail.com24 aliguori@c046a42c-6fe2-441c-8c8c-71466251a162 anthony@codemonkey.ws25 aurel32@c046a42c-6fe2-441c-8c8c-71466251a162 aurelien@aurel32.net26 blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162 blauwirbel@gmail.com27 edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162 edgar.iglesias@gmail.com28 bellard@c046a42c-6fe2-441c-8c8c-71466251a162 fabrice@bellard.org29 j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162 l_indien@magic.fr30 pbrook@c046a42c-6fe2-441c-8c8c-71466251a162 paul@codesourcery.com31 ths@c046a42c-6fe2-441c-8c8c-71466251a162 ths@networkno.de32 malc@c046a42c-6fe2-441c-8c8c-71466251a162 av1474@comtv.ru[all …]
19 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 …]
40 label = "fe2";
47 label = "fe2";
33 label = "fe2";
1405 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()
615 struct dvb_frontend *fe2; member
1300 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 …]
160 struct dvb_frontend *fe2; member