Home
last modified time | relevance | path

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

/linux/drivers/media/pci/ngene/
H A 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/drivers/media/pci/ddbridge/
H A Dddbridge-core.c1114 struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900; in demod_attach_stv0900() local
1118 dvb->fe = dvb_attach(stv090x_attach, feconf, i2c, in demod_attach_stv0900()
1140 struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900; in tuner_attach_stv6110() local
1153 feconf->tuner_init = ctl->tuner_init; in tuner_attach_stv6110()
1154 feconf->tuner_sleep = ctl->tuner_sleep; in tuner_attach_stv6110()
1155 feconf->tuner_set_mode = ctl->tuner_set_mode; in tuner_attach_stv6110()
1156 feconf->tuner_set_frequency = ctl->tuner_set_frequency; in tuner_attach_stv6110()
1157 feconf->tuner_get_frequency = ctl->tuner_get_frequency; in tuner_attach_stv6110()
1158 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
1159 feconf->tuner_get_bandwidth = ctl->tuner_get_bandwidth; in tuner_attach_stv6110()
[all …]