Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/dvb-frontends/
Dcx22700.h23 extern struct dvb_frontend* cx22700_attach(const struct cx22700_config* config,
26 static inline struct dvb_frontend* cx22700_attach(const struct cx22700_config* config, in cx22700_attach() function
Dcx22700.c373 struct dvb_frontend* cx22700_attach(const struct cx22700_config* config, in cx22700_attach() function
435 EXPORT_SYMBOL(cx22700_attach);
/linux-5.19.10/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c1561 ttusb->fe = dvb_attach(cx22700_attach, &alps_tdmb7_config, &ttusb->i2c_adap); in frontend_init()