Searched refs:xc2028_attach (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/media/tuners/ |
H A D | xc2028.h | 61 extern struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe, 64 static inline struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe, in xc2028_attach() function
|
H A D | xc2028.c | 1463 struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe, in xc2028_attach() function 1522 EXPORT_SYMBOL_GPL(xc2028_attach);
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-dvb.c | 500 fe = dvb_attach(xc2028_attach, dvb->fe, &cfg); in dvb_register() 532 fe = dvb_attach(xc2028_attach, dvb->fe, &cfg); in dvb_register() 555 fe = dvb_attach(xc2028_attach, dvb->fe, &cfg); in dvb_register()
|
/linux/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 379 if (!dvb_attach(xc2028_attach, &t->fe, &cfg)) in set_type()
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | cxusb.c | 787 fe = dvb_attach(xc2028_attach, adap->fe_adap[0].fe, &cfg); in cxusb_dvico_xc3028_tuner_attach()
|
H A D | dib0700_devices.c | 505 return dvb_attach(xc2028_attach, adap->fe_adap[0].fe, &stk7700ph_xc3028_config) in stk7700ph_tuner_attach()
|
/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-dvb.c | 958 fe = dvb_attach(xc2028_attach, dev->dvb->fe[0], &cfg); in em28xx_attach_xc3028()
|
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-dvb.c | 1906 fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, &cfg); in dvb_init()
|