Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/dvb-frontends/ !
Dbcm3510.h25 extern struct dvb_frontend* bcm3510_attach(const struct bcm3510_config* config,
28 static inline struct dvb_frontend* bcm3510_attach(const struct bcm3510_config* config, in bcm3510_attach() function
Dbcm3510.c796 struct dvb_frontend* bcm3510_attach(const struct bcm3510_config *config, in bcm3510_attach() function
838 EXPORT_SYMBOL(bcm3510_attach);
/linux-6.1.9/drivers/media/common/b2c2/ !
Dflexcop-fe-tuner.c468 fc->fe = dvb_attach(bcm3510_attach, &air2pc_atsc_first_gen_config, i2c); in airstar_atsc1_attach()