Searched refs:fe2 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/sti/c8sectpfe/ |
H A D | c8sectpfe-dvb.c | 112 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 in c8sectpfe_frontend_attach() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/c8sectpfe/ |
H A D | c8sectpfe-dvb.c | 111 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 in c8sectpfe_frontend_attach() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 1309 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 in dvb_input_attach() [all...] |
H A D | ddbridge.h | 169 struct dvb_frontend *fe2; member
|
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 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 in dvb_input_attach() [all...] |
H A D | ddbridge.h | 160 struct dvb_frontend *fe2; member
|
/kernel/linux/linux-5.10/drivers/media/pci/ngene/ |
H A D | ngene-core.c | 1405 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()
|
H A D | ngene.h | 652 struct dvb_frontend *fe2; member
|
/kernel/linux/linux-6.6/drivers/media/pci/ngene/ |
H A D | ngene-core.c | 1405 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()
|
H A D | ngene.h | 615 struct dvb_frontend *fe2; member
|
Completed in 17 milliseconds