Home
last modified time | relevance | path

Searched refs:ts2020_config (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/media/dvb-frontends/
H A Dts2020.h15 struct ts2020_config { struct
61 const struct ts2020_config *config, argument
66 const struct ts2020_config *config, in ts2020_attach()
H A Dts2020.c505 const struct ts2020_config *config, in ts2020_attach()
512 struct ts2020_config pdata; in ts2020_attach()
555 struct ts2020_config *pdata = client->dev.platform_data; in ts2020_probe()
/linux/drivers/media/usb/dvb-usb-v2/
H A Ddvbsky.c280 struct ts2020_config ts2020_config = {}; in dvbsky_s960_attach() local
303 ts2020_config.fe = adap->fe[0]; in dvbsky_s960_attach()
304 ts2020_config.get_agc_pwm = m88ds3103_get_agc_pwm; in dvbsky_s960_attach()
308 0x60, &ts2020_config); in dvbsky_s960_attach()
382 struct ts2020_config ts2020_config = {}; in dvbsky_s960c_attach() local
406 ts2020_config.fe = adap->fe[0]; in dvbsky_s960c_attach()
407 ts2020_config.get_agc_pwm = m88ds3103_get_agc_pwm; in dvbsky_s960c_attach()
411 0x60, &ts2020_config); in dvbsky_s960c_attach()
/linux/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c1170 struct ts2020_config ts2020_config = {}; in em28178_dvb_init_pctv_461e() local
1191 ts2020_config.fe = dvb->fe[0]; in em28178_dvb_init_pctv_461e()
1195 0x60, &ts2020_config); in em28178_dvb_init_pctv_461e()
1230 struct ts2020_config ts2020_config = {}; in em28178_dvb_init_pctv_461e_v2() local
1253 ts2020_config.fe = dvb->fe[0]; in em28178_dvb_init_pctv_461e_v2()
1256 0x60, &ts2020_config); in em28178_dvb_init_pctv_461e_v2()
/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c534 struct ts2020_config ts2020_config = {}; in smi_dvbsky_m88ds3103_fe_attach() local
546 ts2020_config.fe = port->fe; in smi_dvbsky_m88ds3103_fe_attach()
549 tuner_info.platform_data = &ts2020_config; in smi_dvbsky_m88ds3103_fe_attach()
/linux/drivers/media/usb/dvb-usb/
H A Ddw2102.c1126 static struct ts2020_config dw2104_ts2020_config = {
1138 static struct ts2020_config s660_ts2020_config = {
1604 struct ts2020_config ts2020_config = {}; in tt_s2_4600_frontend_attach() local
1693 ts2020_config.fe = adap->fe_adap[0].fe; in tt_s2_4600_frontend_attach()
1697 board_info.platform_data = &ts2020_config; in tt_s2_4600_frontend_attach()
/linux/drivers/media/pci/dm1105/
H A Ddm1105.c836 static struct ts2020_config dvbworld_ts2020_config = {