Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Dstv6110.h35 extern struct dvb_frontend *stv6110_attach(struct dvb_frontend *fe,
39 static inline struct dvb_frontend *stv6110_attach(struct dvb_frontend *fe, in stv6110_attach() function
H A Dstv6110.c379 struct dvb_frontend *stv6110_attach(struct dvb_frontend *fe, in stv6110_attach() function
430 EXPORT_SYMBOL_GPL(stv6110_attach);
/linux/drivers/media/usb/dvb-usb/
H A Ddw2102.c1257 if (dvb_attach(stv6110_attach, d->fe_adap[0].fe, in dw2104_frontend_attach()