Home
last modified time | relevance | path

Searched refs:stv0910_attach (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dstv0910.h36 struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c,
41 static inline struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c, in stv0910_attach() function
H A Dstv0910.c1776 struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c, in stv0910_attach() function
1839 EXPORT_SYMBOL_GPL(stv0910_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/ngene/
H A Dngene-cards.c332 chan->fe = dvb_attach(stv0910_attach, i2c, &cfg, (chan->number & 1)); in demod_attach_stv0910()
335 chan->fe = dvb_attach(stv0910_attach, i2c, in demod_attach_stv0910()
/OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/
H A Dddbridge-core.c1216 dvb->fe = dvb_attach(stv0910_attach, i2c, &cfg, (input->nr & 1)); in demod_attach_stv0910()
1219 dvb->fe = dvb_attach(stv0910_attach, i2c, in demod_attach_stv0910()