Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dmxl5xx.h47 extern struct dvb_frontend *mxl5xx_attach(struct i2c_adapter *i2c,
53 static inline struct dvb_frontend *mxl5xx_attach(struct i2c_adapter *i2c, in mxl5xx_attach() function
H A Dmxl5xx.c1836 struct dvb_frontend *mxl5xx_attach(struct i2c_adapter *i2c, in mxl5xx_attach() function
1892 EXPORT_SYMBOL_GPL(mxl5xx_attach);
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.symbols
/OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/
H A Dddbridge-max.c427 dvb->fe = dvb_attach(mxl5xx_attach, i2c, &cfg, in ddb_fe_attach_mxl5xx()