Searched refs:cx24110_attach (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | cx24110.h | 37 extern struct dvb_frontend* cx24110_attach(const struct cx24110_config* config, 40 static inline struct dvb_frontend* cx24110_attach(const struct cx24110_config* config, in cx24110_attach() function
|
H A D | cx24110.c | 584 struct dvb_frontend* cx24110_attach(const struct cx24110_config* config, in cx24110_attach() function 656 EXPORT_SYMBOL_GPL(cx24110_attach); variable
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | cx24110.h | 37 extern struct dvb_frontend* cx24110_attach(const struct cx24110_config* config, 40 static inline struct dvb_frontend* cx24110_attach(const struct cx24110_config* config, in cx24110_attach() function
|
H A D | cx24110.c | 584 struct dvb_frontend* cx24110_attach(const struct cx24110_config* config, in cx24110_attach() function 656 EXPORT_SYMBOL_GPL(cx24110_attach); variable
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | dvb-bt8xx.c | 680 card->fe = dvb_attach(cx24110_attach, &pctvsat_config, card->i2c_adapter); in frontend_init()
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | dvb-bt8xx.c | 680 card->fe = dvb_attach(cx24110_attach, &pctvsat_config, card->i2c_adapter); in frontend_init()
|
Completed in 5 milliseconds