Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/tuners/
Dtuner-xc2028.h61 extern struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe,
64 static inline struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe, in xc2028_attach() function
Dtuner-xc2028.c1457 struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe, in xc2028_attach() function
1516 EXPORT_SYMBOL_GPL(xc2028_attach);
/linux-4.19.296/drivers/media/v4l2-core/
Dtuner-core.c331 if (!dvb_attach(xc2028_attach, &t->fe, &cfg)) in set_type()