Home
last modified time | relevance | path

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

/linux/drivers/media/platform/sti/c8sectpfe/
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()
214 stv090x_config.tuner_set_bbgain = fe2->tuner_set_bbgain; in c8sectpfe_frontend_attach()
215 stv090x_config.tuner_get_bbgain = fe2->tuner_get_bbgain; in c8sectpfe_frontend_attach()
216 stv090x_config.tuner_set_refclk = fe2->tuner_set_refclk; in c8sectpfe_frontend_attach()
[all …]
/linux/drivers/media/pci/ngene/
A Dngene-core.c1405 if (chan->fe2) in release_channel()
1406 dvb_unregister_frontend(chan->fe2); in release_channel()
1507 if (chan->fe2) { in init_channel()
1508 if (dvb_register_frontend(adapter, chan->fe2) < 0) in init_channel()
1511 chan->fe2->tuner_priv = chan->fe->tuner_priv; in init_channel()
1512 memcpy(&chan->fe2->ops.tuner_ops, in init_channel()
A Dngene.h652 struct dvb_frontend *fe2; member
/linux/drivers/media/pci/ddbridge/
A Dddbridge-core.c1309 if (dvb->fe2) in dvb_input_detach()
1310 dvb_unregister_frontend(dvb->fe2); in dvb_input_detach()
1318 if (dvb->fe2) in dvb_input_detach()
1319 dvb_frontend_detach(dvb->fe2); in dvb_input_detach()
1323 dvb->fe2 = NULL; in dvb_input_detach()
1508 dvb->fe2 = NULL; in dvb_input_attach()
1604 if (dvb->fe2) { in dvb_input_attach()
1609 dvb->fe2->tuner_priv = dvb->fe->tuner_priv; in dvb_input_attach()
1610 memcpy(&dvb->fe2->ops.tuner_ops, in dvb_input_attach()
1622 if (dvb->fe2) in dvb_input_attach()
[all …]
A Dddbridge.h169 struct dvb_frontend *fe2; member

Completed in 21 milliseconds