Home
last modified time | relevance | path

Searched refs:sp887x_attach (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/
H A Dsp887x.h22 extern struct dvb_frontend* sp887x_attach(const struct sp887x_config* config,
25 static inline struct dvb_frontend* sp887x_attach(const struct sp887x_config* config, in sp887x_attach() function
H A Dsp887x.c565 struct dvb_frontend* sp887x_attach(const struct sp887x_config* config, in sp887x_attach() function
627 EXPORT_SYMBOL_GPL(sp887x_attach);
/openbmc/linux/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c639 card->fe = dvb_attach(sp887x_attach, &microtune_mt7202dtf_config, card->i2c_adapter); in frontend_init()