Home
last modified time | relevance | path

Searched refs:cx24110_attach (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dcx24110.h37 extern struct dvb_frontend* cx24110_attach(const struct cx24110_config* config,
40 static inline struct dvb_frontend* cx24110_attach(const struct cx24110_config* config, in cx24110_attach() function
H A Dcx24110.c584 struct dvb_frontend* cx24110_attach(const struct cx24110_config* config, in cx24110_attach() function
656 EXPORT_SYMBOL(cx24110_attach);
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.symbols
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c680 card->fe = dvb_attach(cx24110_attach, &pctvsat_config, card->i2c_adapter); in frontend_init()