Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dbcm3510.h34 extern struct dvb_frontend* bcm3510_attach(const struct bcm3510_config* config,
37 static inline struct dvb_frontend* bcm3510_attach(const struct bcm3510_config* config, in bcm3510_attach() function
Dbcm3510.c795 struct dvb_frontend* bcm3510_attach(const struct bcm3510_config *config, in bcm3510_attach() function
837 EXPORT_SYMBOL(bcm3510_attach);
/Linux-v4.19/drivers/media/common/b2c2/
Dflexcop-fe-tuner.c468 fc->fe = dvb_attach(bcm3510_attach, &air2pc_atsc_first_gen_config, i2c); in airstar_atsc1_attach()