/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | mt2060.h | 36 /* configuration struct for mt2060_attach() */ 43 extern struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1); 45 static inline struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1) in mt2060_attach() function
|
H A D | mt2060.c | 405 struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1) in mt2060_attach() function 443 EXPORT_SYMBOL_GPL(mt2060_attach); variable
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | mt2060.h | 36 /* configuration struct for mt2060_attach() */ 43 extern struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1); 45 static inline struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1) in mt2060_attach() function
|
H A D | mt2060.c | 405 struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1) in mt2060_attach() function 443 EXPORT_SYMBOL_GPL(mt2060_attach); variable
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | dibusb-mc-common.c | 155 if (dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, &stk3000p_mt2060_config, if1) == NULL) { in dibusb_dib3000mc_tuner_attach()
|
H A D | af9005-fe.c | 1044 if (dvb_attach(mt2060_attach, fe, &adap->dev->i2c_adap, in af9005_fe_init()
|
H A D | m920x.c | 674 if (dvb_attach(mt2060_attach, adap->fe_adap[0].fe, &adap->dev->i2c_adap, in m920x_mt2060_tuner_attach()
|
H A D | dib0700_devices.c | 129 return dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, in bristol_tuner_attach() 758 return dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, &stk7700p_mt2060_config, in stk7700p_tuner_attach()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | dibusb-mc-common.c | 155 if (dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, &stk3000p_mt2060_config, if1) == NULL) { in dibusb_dib3000mc_tuner_attach()
|
H A D | m920x.c | 674 if (dvb_attach(mt2060_attach, adap->fe_adap[0].fe, &adap->dev->i2c_adap, in m920x_mt2060_tuner_attach()
|
H A D | af9005-fe.c | 1044 if (dvb_attach(mt2060_attach, fe, &adap->dev->i2c_adap, in af9005_fe_init()
|
H A D | dib0700_devices.c | 129 return dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, in bristol_tuner_attach() 758 return dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, &stk7700p_mt2060_config, in stk7700p_tuner_attach()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | rtl28xxu.c | 1162 fe = dvb_attach(mt2060_attach, adap->fe[0], in rtl2831u_tuner_attach()
|
H A D | af9015.c | 1014 ret = dvb_attach(mt2060_attach, adap->fe[0], adapter, in af9015_tuner_attach()
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-dvb.c | 1586 dvb_attach(mt2060_attach, dvb->fe[0], in em28xx_dvb_init()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | rtl28xxu.c | 1153 fe = dvb_attach(mt2060_attach, adap->fe[0], in rtl2831u_tuner_attach()
|
H A D | af9015.c | 1015 ret = dvb_attach(mt2060_attach, adap->fe[0], adapter, in af9015_tuner_attach()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-dvb.c | 1609 dvb_attach(mt2060_attach, dvb->fe[0], in em28xx_dvb_init()
|