Home
last modified time | relevance | path

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

/openbmc/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()
H A Dor51211.c45 const struct or51211_config* config;
352 const struct or51211_config* config = state->config; in or51211_init()
498 struct dvb_frontend* or51211_attach(const struct or51211_config* config, in or51211_attach()
/openbmc/linux/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c446 static const struct or51211_config or51211_config = { variable
689 card->fe = dvb_attach(or51211_attach, &or51211_config, card->i2c_adapter); in frontend_init()