Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/dvb-frontends/
Ds921.h20 extern struct dvb_frontend *s921_attach(const struct s921_config *config,
24 static inline struct dvb_frontend *s921_attach( in s921_attach() function
Ds921.c474 struct dvb_frontend *s921_attach(const struct s921_config *config, in s921_attach() function
498 EXPORT_SYMBOL_GPL(s921_attach);
/Linux-v6.6/drivers/media/usb/em28xx/
Dem28xx-dvb.c1538 dvb->fe[0] = dvb_attach(s921_attach, in em28xx_dvb_init()