Home
last modified time | relevance | path

Searched refs:or51211_config (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/dvb-frontends/
H A Dor51211.h14 struct or51211_config struct
27 extern struct dvb_frontend* or51211_attach(const struct or51211_config* config, argument
30 static inline struct dvb_frontend* or51211_attach(const struct or51211_config* config, in or51211_attach()
/linux/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c450 static const struct or51211_config or51211_config = { variable
693 card->fe = dvb_attach(or51211_attach, &or51211_config, card->i2c_adapter); in frontend_init()