Home
last modified time | relevance | path

Searched refs:tda18212 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/sti/c8sectpfe/
H A Dc8sectpfe-dvb.c28 #include "tda18212.h"
111 struct tda18212_config *tda18212; in c8sectpfe_frontend_attach() local
115 .type = "tda18212", in c8sectpfe_frontend_attach()
154 /* Allocate the tda18212 structure */ in c8sectpfe_frontend_attach()
155 tda18212 = devm_kzalloc(c8sectpfe->device, in c8sectpfe_frontend_attach()
158 if (!tda18212) { in c8sectpfe_frontend_attach()
164 memcpy(tda18212, &tda18212_conf, in c8sectpfe_frontend_attach()
167 tda18212->fe = (*fe); in c8sectpfe_frontend_attach()
169 tda18212_info.platform_data = tda18212; in c8sectpfe_frontend_attach()
172 request_module("tda18212"); in c8sectpfe_frontend_attach()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-dvb.c27 #include "tda18212.h"
110 struct tda18212_config *tda18212; in c8sectpfe_frontend_attach() local
114 .type = "tda18212", in c8sectpfe_frontend_attach()
153 /* Allocate the tda18212 structure */ in c8sectpfe_frontend_attach()
154 tda18212 = devm_kzalloc(c8sectpfe->device, in c8sectpfe_frontend_attach()
157 if (!tda18212) { in c8sectpfe_frontend_attach()
163 memcpy(tda18212, &tda18212_conf, in c8sectpfe_frontend_attach()
166 tda18212->fe = (*fe); in c8sectpfe_frontend_attach()
168 tda18212_info.platform_data = tda18212; in c8sectpfe_frontend_attach()
171 request_module("tda18212"); in c8sectpfe_frontend_attach()
[all...]
/kernel/linux/linux-5.10/drivers/media/tuners/
H A DMakefile32 obj-$(CONFIG_MEDIA_TUNER_TDA18212) += tda18212.o
/kernel/linux/linux-6.6/drivers/media/tuners/
H A DMakefile36 obj-$(CONFIG_MEDIA_TUNER_TDA18212) += tda18212.o

Completed in 2 milliseconds