Searched refs:dib0070_attach (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/media/dvb-frontends/ |
A D | dib0070.h | 49 extern struct dvb_frontend *dib0070_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct… 55 static inline struct dvb_frontend *dib0070_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c,… in dib0070_attach() function
|
A D | dib0070.c | 739 struct dvb_frontend *dib0070_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct dib007… in dib0070_attach() function 765 EXPORT_SYMBOL(dib0070_attach);
|
/linux-6.3-rc2/drivers/media/usb/dvb-usb/ |
A D | dib0700_devices.c | 889 if (dvb_attach(dib0070_attach, adap->fe_adap[0].fe, tun_i2c, in dib7770p_tuner_attach() 904 if (dvb_attach(dib0070_attach, adap->fe_adap[0].fe, tun_i2c, &dib7070p_dib0070_config[0]) == NULL) in dib7070p_tuner_attach() 907 if (dvb_attach(dib0070_attach, adap->fe_adap[0].fe, tun_i2c, &dib7070p_dib0070_config[1]) == NULL) in dib7070p_tuner_attach() 1312 if (dvb_attach(dib0070_attach, adap->fe_adap[0].fe, tun_i2c, in dib807x_tuner_attach() 1316 if (dvb_attach(dib0070_attach, adap->fe_adap[0].fe, tun_i2c, in dib807x_tuner_attach()
|
A D | cxusb.c | 1201 if (dvb_attach(dib0070_attach, adap->fe_adap[0].fe, tun_i2c, in cxusb_dualdig4_rev2_tuner_attach()
|
/linux-6.3-rc2/drivers/media/pci/cx23885/ |
A D | cx23885-dvb.c | 1471 if (!dvb_attach(dib0070_attach, fe0->dvb.frontend, tun_i2c, &dib7070p_dib0070_config)) in dvb_register()
|
Completed in 17 milliseconds