Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-dvb.c112 const struct stv6110x_devctl *fe2; in c8sectpfe_frontend_attach() local
200 fe2 = dvb_attach(stv6110x_attach, *fe, in c8sectpfe_frontend_attach()
202 if (!fe2) { in c8sectpfe_frontend_attach()
209 stv090x_config.tuner_init = fe2->tuner_init; in c8sectpfe_frontend_attach()
210 stv090x_config.tuner_set_mode = fe2->tuner_set_mode; in c8sectpfe_frontend_attach()
211 stv090x_config.tuner_set_frequency = fe2->tuner_set_frequency; in c8sectpfe_frontend_attach()
212 stv090x_config.tuner_get_frequency = fe2->tuner_get_frequency; in c8sectpfe_frontend_attach()
213 stv090x_config.tuner_set_bandwidth = fe2->tuner_set_bandwidth; in c8sectpfe_frontend_attach()
214 stv090x_config.tuner_get_bandwidth = fe2->tuner_get_bandwidth; in c8sectpfe_frontend_attach()
215 stv090x_config.tuner_set_bbgain = fe2->tuner_set_bbgain; in c8sectpfe_frontend_attach()
[all …]
/kernel/linux/linux-5.10/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.h652 struct dvb_frontend *fe2; member
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/
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()
1605 if (dvb_register_frontend(adap, dvb->fe2) < 0) { 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()
[all …]
Dddbridge.h169 struct dvb_frontend *fe2; member