Searched refs:tda10086_config (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/media/dvb-frontends/
H A Dtda10086.h21 struct tda10086_config struct
37 extern struct dvb_frontend* tda10086_attach(const struct tda10086_config* config,
40 static inline struct dvb_frontend* tda10086_attach(const struct tda10086_config* config,
H A Dtda10086.c24 const struct tda10086_config* config;
732 struct dvb_frontend* tda10086_attach(const struct tda10086_config* config,
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-dvb.c959 static struct tda10086_config flydvbs = {
966 static struct tda10086_config sd1878_4m = {
/linux-master/drivers/media/pci/ttpci/
H A Dbudget.c379 static struct tda10086_config tda10086_config = { variable in typeref:struct:tda10086_config
627 fe = dvb_attach(tda10086_attach, &tda10086_config, &budget->i2c_adap);
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dlmedm04.c758 static struct tda10086_config tda10086_config = { variable in typeref:struct:tda10086_config
965 &tda10086_config, &d->i2c_adap);
/linux-master/drivers/media/usb/dvb-usb/
H A Dttusb2.c487 static struct tda10086_config tda10086_config = { variable in typeref:struct:tda10086_config
528 if ((adap->fe_adap[0].fe = dvb_attach(tda10086_attach, &tda10086_config, &adap->dev->i2c_adap)) == NULL) {

Completed in 573 milliseconds