Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Dnxt6000.h25 extern struct dvb_frontend* nxt6000_attach(const struct nxt6000_config* config,
28 static inline struct dvb_frontend* nxt6000_attach(const struct nxt6000_config* config, in nxt6000_attach() function
H A Dnxt6000.c557 struct dvb_frontend* nxt6000_attach(const struct nxt6000_config* config, in nxt6000_attach() function
624 EXPORT_SYMBOL_GPL(nxt6000_attach);
/linux/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c625 card->fe = dvb_attach(nxt6000_attach, &vp3021_alps_tded4_config, card->i2c_adapter); in frontend_init()