Home
last modified time | relevance | path

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

/drivers/media/dvb-frontends/
Dcx24110.h50 extern struct dvb_frontend* cx24110_attach(const struct cx24110_config* config,
53 static inline struct dvb_frontend* cx24110_attach(const struct cx24110_config* config, in cx24110_attach() function
Dcx24110.c594 struct dvb_frontend* cx24110_attach(const struct cx24110_config* config, in cx24110_attach() function
666 EXPORT_SYMBOL(cx24110_attach);
/drivers/media/pci/bt8xx/
Ddvb-bt8xx.c693 card->fe = dvb_attach(cx24110_attach, &pctvsat_config, card->i2c_adapter); in frontend_init()