Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/dvb-frontends/
Dnxt200x.h42 extern struct dvb_frontend* nxt200x_attach(const struct nxt200x_config* config,
45 static inline struct dvb_frontend* nxt200x_attach(const struct nxt200x_config* config, in nxt200x_attach() function
Dnxt200x.c1150 struct dvb_frontend* nxt200x_attach(const struct nxt200x_config* config, in nxt200x_attach() function
1245 EXPORT_SYMBOL_GPL(nxt200x_attach);
/linux-4.19.296/drivers/media/common/b2c2/
Dflexcop-fe-tuner.c484 fc->fe = dvb_attach(nxt200x_attach, &samsung_tbmv_config, i2c); in airstar_atsc2_attach()