Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A 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
H A Dcx22700.c373 struct dvb_frontend* cx22700_attach(const struct cx22700_config* config, in cx22700_attach() function
435 EXPORT_SYMBOL(cx22700_attach);
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.symbols
/OK3568_Linux_fs/kernel/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c1561 ttusb->fe = dvb_attach(cx22700_attach, &alps_tdmb7_config, &ttusb->i2c_adap); in frontend_init()