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