Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/ngene/
Dngene-cards.c134 struct stv090x_config *feconf = (struct stv090x_config *) in tuner_attach_stv6110() local
146 feconf->tuner_init = ctl->tuner_init; in tuner_attach_stv6110()
147 feconf->tuner_sleep = ctl->tuner_sleep; in tuner_attach_stv6110()
148 feconf->tuner_set_mode = ctl->tuner_set_mode; in tuner_attach_stv6110()
149 feconf->tuner_set_frequency = ctl->tuner_set_frequency; in tuner_attach_stv6110()
150 feconf->tuner_get_frequency = ctl->tuner_get_frequency; in tuner_attach_stv6110()
151 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
152 feconf->tuner_get_bandwidth = ctl->tuner_get_bandwidth; in tuner_attach_stv6110()
153 feconf->tuner_set_bbgain = ctl->tuner_set_bbgain; in tuner_attach_stv6110()
154 feconf->tuner_get_bbgain = ctl->tuner_get_bbgain; in tuner_attach_stv6110()
[all …]
/Linux-v4.19/drivers/media/pci/ddbridge/
Dddbridge-core.c1127 struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900; in demod_attach_stv0900() local
1131 dvb->fe = dvb_attach(stv090x_attach, feconf, i2c, in demod_attach_stv0900()
1153 struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900; in tuner_attach_stv6110() local
1166 feconf->tuner_init = ctl->tuner_init; in tuner_attach_stv6110()
1167 feconf->tuner_sleep = ctl->tuner_sleep; in tuner_attach_stv6110()
1168 feconf->tuner_set_mode = ctl->tuner_set_mode; in tuner_attach_stv6110()
1169 feconf->tuner_set_frequency = ctl->tuner_set_frequency; in tuner_attach_stv6110()
1170 feconf->tuner_get_frequency = ctl->tuner_get_frequency; in tuner_attach_stv6110()
1171 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
1172 feconf->tuner_get_bandwidth = ctl->tuner_get_bandwidth; in tuner_attach_stv6110()
[all …]