Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/st/sti/c8sectpfe/
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 …]
/linux-6.1.9/drivers/media/pci/ngene/
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()
Dngene.h615 struct dvb_frontend *fe2; member
/linux-6.1.9/drivers/media/pci/ddbridge/
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 …]
Dddbridge.h160 struct dvb_frontend *fe2; member