Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A 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
H A Dbcm3510.c796 struct dvb_frontend* bcm3510_attach(const struct bcm3510_config *config, in bcm3510_attach() function
837 EXPORT_SYMBOL_GPL(bcm3510_attach);
/linux/drivers/media/common/b2c2/
H A Dflexcop-fe-tuner.c468 fc->fe = dvb_attach(bcm3510_attach, &air2pc_atsc_first_gen_config, i2c); in airstar_atsc1_attach()