Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/pci/ngene/
Dngene-cards.c121 struct stv090x_config *feconf = (struct stv090x_config *) in tuner_attach_stv6110() local
133 feconf->tuner_init = ctl->tuner_init; in tuner_attach_stv6110()
134 feconf->tuner_sleep = ctl->tuner_sleep; in tuner_attach_stv6110()
135 feconf->tuner_set_mode = ctl->tuner_set_mode; in tuner_attach_stv6110()
136 feconf->tuner_set_frequency = ctl->tuner_set_frequency; in tuner_attach_stv6110()
137 feconf->tuner_get_frequency = ctl->tuner_get_frequency; in tuner_attach_stv6110()
138 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
139 feconf->tuner_get_bandwidth = ctl->tuner_get_bandwidth; in tuner_attach_stv6110()
140 feconf->tuner_set_bbgain = ctl->tuner_set_bbgain; in tuner_attach_stv6110()
141 feconf->tuner_get_bbgain = ctl->tuner_get_bbgain; in tuner_attach_stv6110()
[all …]
/Linux-v5.10/drivers/media/pci/ddbridge/
Dddbridge-core.c1123 struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900; in demod_attach_stv0900() local
1127 dvb->fe = dvb_attach(stv090x_attach, feconf, i2c, in demod_attach_stv0900()
1149 struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900; in tuner_attach_stv6110() local
1162 feconf->tuner_init = ctl->tuner_init; in tuner_attach_stv6110()
1163 feconf->tuner_sleep = ctl->tuner_sleep; in tuner_attach_stv6110()
1164 feconf->tuner_set_mode = ctl->tuner_set_mode; in tuner_attach_stv6110()
1165 feconf->tuner_set_frequency = ctl->tuner_set_frequency; in tuner_attach_stv6110()
1166 feconf->tuner_get_frequency = ctl->tuner_get_frequency; in tuner_attach_stv6110()
1167 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
1168 feconf->tuner_get_bandwidth = ctl->tuner_get_bandwidth; in tuner_attach_stv6110()
[all …]