Home
last modified time | relevance | path

Searched refs:feconf (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/media/dvb/ngene/
Dngene-cards.c54 struct stv090x_config *feconf = (struct stv090x_config *) in tuner_attach_stv6110() local
72 feconf->tuner_init = ctl->tuner_init; in tuner_attach_stv6110()
73 feconf->tuner_sleep = ctl->tuner_sleep; in tuner_attach_stv6110()
74 feconf->tuner_set_mode = ctl->tuner_set_mode; in tuner_attach_stv6110()
75 feconf->tuner_set_frequency = ctl->tuner_set_frequency; in tuner_attach_stv6110()
76 feconf->tuner_get_frequency = ctl->tuner_get_frequency; in tuner_attach_stv6110()
77 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
78 feconf->tuner_get_bandwidth = ctl->tuner_get_bandwidth; in tuner_attach_stv6110()
79 feconf->tuner_set_bbgain = ctl->tuner_set_bbgain; in tuner_attach_stv6110()
80 feconf->tuner_get_bbgain = ctl->tuner_get_bbgain; in tuner_attach_stv6110()
[all …]
/linux-3.4.99/drivers/media/dvb/ddbridge/
Dddbridge-core.c669 struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900; in demod_attach_stv0900() local
671 input->fe = dvb_attach(stv090x_attach, feconf, i2c, in demod_attach_stv0900()
690 struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900; in tuner_attach_stv6110() local
703 feconf->tuner_init = ctl->tuner_init; in tuner_attach_stv6110()
704 feconf->tuner_sleep = ctl->tuner_sleep; in tuner_attach_stv6110()
705 feconf->tuner_set_mode = ctl->tuner_set_mode; in tuner_attach_stv6110()
706 feconf->tuner_set_frequency = ctl->tuner_set_frequency; in tuner_attach_stv6110()
707 feconf->tuner_get_frequency = ctl->tuner_get_frequency; in tuner_attach_stv6110()
708 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
709 feconf->tuner_get_bandwidth = ctl->tuner_get_bandwidth; in tuner_attach_stv6110()
[all …]