Home
last modified time | relevance | path

Searched refs:tda18212_config (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-dvb.c109 static struct tda18212_config tda18212_conf = {
120 struct tda18212_config *tda18212; in c8sectpfe_frontend_attach()
165 sizeof(struct tda18212_config), in c8sectpfe_frontend_attach()
174 sizeof(struct tda18212_config)); in c8sectpfe_frontend_attach()
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Danysee.c334 static struct tda18212_config anysee_tda18212_config = {
341 static struct tda18212_config anysee_tda18212_config2 = {
1029 struct tda18212_config tda18212_config = in anysee_tuner_attach() local
1032 tda18212_config.fe = adap->fe[0]; in anysee_tuner_attach()
1034 &tda18212_config); in anysee_tuner_attach()
1068 struct tda18212_config tda18212_config = anysee_tda18212_config; in anysee_tuner_attach() local
1070 tda18212_config.fe = adap->fe[0]; in anysee_tuner_attach()
1071 ret = anysee_add_i2c_dev(d, "tda18212", 0x60, &tda18212_config); in anysee_tuner_attach()
1105 struct tda18212_config tda18212_config = in anysee_tuner_attach() local
1108 tda18212_config.fe = adap->fe[0]; in anysee_tuner_attach()
[all …]
/linux-4.4.14/drivers/media/tuners/
Dtda18212.c25 struct tda18212_config cfg;
192 struct tda18212_config *cfg = client->dev.platform_data; in tda18212_probe()
210 memcpy(&dev->cfg, cfg, sizeof(struct tda18212_config)); in tda18212_probe()
Dtda18212.h27 struct tda18212_config { struct
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-dvb.c373 static struct tda18212_config kworld_ub435q_v3_config = {