Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dor51211.h28 struct or51211_config struct
41 extern struct dvb_frontend* or51211_attach(const struct or51211_config* config, argument
44 static inline struct dvb_frontend* or51211_attach(const struct or51211_config* config, in or51211_attach()
Dor51211.c59 const struct or51211_config* config;
366 const struct or51211_config* config = state->config; in or51211_init()
513 struct dvb_frontend* or51211_attach(const struct or51211_config* config, in or51211_attach()
/linux-4.4.14/drivers/media/pci/bt8xx/
Ddvb-bt8xx.c461 static struct or51211_config or51211_config = { variable
702 card->fe = dvb_attach(or51211_attach, &or51211_config, card->i2c_adapter); in frontend_init()