Searched refs:stv0910_attach (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/media/dvb-frontends/ |
D | stv0910.h | 27 struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c, 32 static inline struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c, in stv0910_attach() function
|
D | stv0910.c | 1767 struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c, in stv0910_attach() function 1830 EXPORT_SYMBOL_GPL(stv0910_attach);
|
/linux-5.19.10/drivers/media/pci/ngene/ |
D | ngene-cards.c | 332 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()
|
/linux-5.19.10/drivers/media/pci/ddbridge/ |
D | ddbridge-core.c | 1216 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()
|