Searched refs:mt2060_attach (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/media/tuners/ |
D | mt2060.h | 34 extern struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct… 36 static inline struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c,… in mt2060_attach() function
|
D | mt2060.c | 361 struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060… in mt2060_attach() function 398 EXPORT_SYMBOL(mt2060_attach);
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | dibusb-common.c | 331 …if (dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, &stk3000p_mt2060_config, if1) == NULL)… in dibusb_dib3000mc_tuner_attach()
|
D | m920x.c | 673 if (dvb_attach(mt2060_attach, adap->fe_adap[0].fe, &adap->dev->i2c_adap, in m920x_mt2060_tuner_attach()
|
D | af9005-fe.c | 1057 if (dvb_attach(mt2060_attach, fe, &adap->dev->i2c_adap, in af9005_fe_init()
|
D | dib0700_devices.c | 130 return dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, in bristol_tuner_attach() 757 return dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, &stk7700p_mt2060_config, in stk7700p_tuner_attach()
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
D | af9015.c | 947 ret = dvb_attach(mt2060_attach, adap->fe[0], in af9015_tuner_attach()
|
D | rtl28xxu.c | 1093 fe = dvb_attach(mt2060_attach, adap->fe[0], in rtl2831u_tuner_attach()
|