Lines Matching refs:fe
116 int c8sectpfe_frontend_attach(struct dvb_frontend **fe, in c8sectpfe_frontend_attach() argument
138 *fe = dvb_attach(stv0367ter_attach, in c8sectpfe_frontend_attach()
142 *fe = dvb_attach(stv0367ter_attach, in c8sectpfe_frontend_attach()
146 *fe = dvb_attach(stv0367ter_attach, in c8sectpfe_frontend_attach()
150 if (!*fe) { in c8sectpfe_frontend_attach()
161 (*fe)->ops.init(*fe); in c8sectpfe_frontend_attach()
176 tda18212->fe = (*fe); in c8sectpfe_frontend_attach()
184 dvb_frontend_detach(*fe); in c8sectpfe_frontend_attach()
190 dvb_frontend_detach(*fe); in c8sectpfe_frontend_attach()
199 *fe = dvb_attach(stv090x_attach, &stv090x_config, in c8sectpfe_frontend_attach()
201 if (!*fe) { in c8sectpfe_frontend_attach()
208 fe2 = dvb_attach(stv6110x_attach, *fe, in c8sectpfe_frontend_attach()
228 dvb_attach(lnbh24_attach, *fe, tsin->i2c_adapter, 0, 0, 0x9); in c8sectpfe_frontend_attach()
238 (*fe)->id = chan_num; in c8sectpfe_frontend_attach()