Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-frontends/
Dcx22700.h35 extern struct dvb_frontend* cx22700_attach(const struct cx22700_config* config,
38 static inline struct dvb_frontend* cx22700_attach(const struct cx22700_config* config, in cx22700_attach() function
Dcx22700.c384 struct dvb_frontend* cx22700_attach(const struct cx22700_config* config, in cx22700_attach() function
446 EXPORT_SYMBOL(cx22700_attach);
/linux-4.1.27/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c1612 ttusb->fe = dvb_attach(cx22700_attach, &alps_tdmb7_config, &ttusb->i2c_adap); in frontend_init()