Home
last modified time | relevance | path

Searched refs:ves1x93_attach (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/
H A Dves1x93.h31 extern struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config,
34 static inline struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config, in ves1x93_attach() function
H A Dves1x93.c446 struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config, in ves1x93_attach() function
543 EXPORT_SYMBOL_GPL(ves1x93_attach);
/openbmc/linux/drivers/staging/media/av7110/
H A Dbudget-patch.c324 budget->dvb_frontend = dvb_attach(ves1x93_attach, &alps_bsrv2_config, &budget->i2c_adap); in frontend_init()
H A Dav7110.c2115 av7110->fe = dvb_attach(ves1x93_attach, &alps_bsrv2_config, &av7110->i2c_adap); in frontend_init()
2201 av7110->fe = dvb_attach(ves1x93_attach, &alps_bsrv2_config, &av7110->i2c_adap); in frontend_init()
/openbmc/linux/drivers/media/pci/ttpci/
H A Dbudget.c485 budget->dvb_frontend = dvb_attach(ves1x93_attach, &alps_bsrv2_config, &budget->i2c_adap); in frontend_init()