Searched refs:mt352_attach (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/media/dvb-frontends/ |
H A D | mt352.h | 41 extern struct dvb_frontend* mt352_attach(const struct mt352_config* config, 44 static inline struct dvb_frontend* mt352_attach(const struct mt352_config* config, in mt352_attach() function
|
H A D | mt352.c | 530 struct dvb_frontend* mt352_attach(const struct mt352_config* config, in mt352_attach() function 596 EXPORT_SYMBOL_GPL(mt352_attach);
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | umt-010.c | 60 adap->fe_adap[0].fe = dvb_attach(mt352_attach, &umt_config, &adap->dev->i2c_adap); in umt_mt352_frontend_attach()
|
H A D | digitv.c | 149 adap->fe_adap[0].fe = dvb_attach(mt352_attach, &digitv_mt352_config, in digitv_frontend_attach()
|
H A D | cxusb.c | 959 adap->fe_adap[0].fe = dvb_attach(mt352_attach, &cxusb_mt352_config, in cxusb_mt352_frontend_attach() 974 adap->fe_adap[0].fe = dvb_attach(mt352_attach, &cxusb_dee1601_config, in cxusb_dee1601_frontend_attach() 1228 adap->fe_adap[0].fe = dvb_attach(mt352_attach, in cxusb_nano2_frontend_attach()
|
H A D | m920x.c | 566 adap->fe_adap[0].fe = dvb_attach(mt352_attach, in m920x_mt352_frontend_attach()
|
/linux/drivers/media/pci/cx88/ |
H A D | cx88-dvb.c | 1096 fe0->dvb.frontend = dvb_attach(mt352_attach, in dvb_register() 1120 fe0->dvb.frontend = dvb_attach(mt352_attach, in dvb_register() 1140 fe0->dvb.frontend = dvb_attach(mt352_attach, in dvb_register() 1152 fe0->dvb.frontend = dvb_attach(mt352_attach, in dvb_register() 1164 fe0->dvb.frontend = dvb_attach(mt352_attach, in dvb_register() 1193 fe0->dvb.frontend = dvb_attach(mt352_attach, in dvb_register()
|
/linux/drivers/media/pci/bt8xx/ |
H A D | dvb-bt8xx.c | 592 card->fe = dvb_attach(mt352_attach, &thomson_dtt7579_config, card->i2c_adapter); in frontend_init() 634 card->fe = dvb_attach(mt352_attach, &digitv_alps_tded4_config, card->i2c_adapter); in frontend_init() 650 card->fe = dvb_attach(mt352_attach, &advbt771_samsung_tdtc9251dh0_config, card->i2c_adapter); in frontend_init()
|
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-dvb.c | 1259 fe0->dvb.frontend = dvb_attach(mt352_attach, &pinnacle_300i, in dvb_init() 1268 fe0->dvb.frontend = dvb_attach(mt352_attach, &avermedia_777, in dvb_init() 1278 fe0->dvb.frontend = dvb_attach(mt352_attach, in dvb_init() 1642 fe0->dvb.frontend = dvb_attach(mt352_attach, in dvb_init() 1678 fe0->dvb.frontend = dvb_attach(mt352_attach, in dvb_init()
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-dvb.c | 511 dvb->fe = dvb_attach(mt352_attach, in dvb_register()
|
/linux/drivers/media/common/b2c2/ |
H A D | flexcop-fe-tuner.c | 447 fc->fe = dvb_attach(mt352_attach, &samsung_tdtc9251dh0_config, i2c); in airstar_dvbt_attach()
|
/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | anysee.c | 731 adap->fe[0] = dvb_attach(mt352_attach, &anysee_mt352_config, in anysee_frontend_attach()
|
/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-dvb.c | 1595 dvb->fe[0] = dvb_attach(mt352_attach, in em28xx_dvb_init()
|