Searched refs:or51211_config (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | or51211.h | 14 struct or51211_config struct 27 extern struct dvb_frontend* or51211_attach(const struct or51211_config* config, 30 static inline struct dvb_frontend* or51211_attach(const struct or51211_config* config, in or51211_attach()
|
H A D | or51211.c | 45 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()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | or51211.h | 14 struct or51211_config struct 27 extern struct dvb_frontend* or51211_attach(const struct or51211_config* config, 30 static inline struct dvb_frontend* or51211_attach(const struct or51211_config* config, in or51211_attach()
|
H A D | or51211.c | 45 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()
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | dvb-bt8xx.c | 446 static const struct or51211_config or51211_config = { variable 689 card->fe = dvb_attach(or51211_attach, &or51211_config, card->i2c_adapter); in frontend_init()
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | dvb-bt8xx.c | 446 static const struct or51211_config or51211_config = { variable 689 card->fe = dvb_attach(or51211_attach, &or51211_config, card->i2c_adapter); in frontend_init()
|
Completed in 5 milliseconds