Home
last modified time | relevance | path

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

/drivers/media/dvb-frontends/
Daf9013.h106 extern struct dvb_frontend *af9013_attach(const struct af9013_config *config,
109 static inline struct dvb_frontend *af9013_attach( in af9013_attach() function
Daf9013.c1467 struct dvb_frontend *af9013_attach(const struct af9013_config *config, in af9013_attach() function
1517 EXPORT_SYMBOL(af9013_attach);
/drivers/media/usb/dvb-usb-v2/
Daf9015.c845 adap->fe[0] = dvb_attach(af9013_attach, in af9015_af9013_frontend_attach()