Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/dvb-frontends/
Dlnbp22.h28 extern struct dvb_frontend *lnbp22_attach(struct dvb_frontend *fe,
31 static inline struct dvb_frontend *lnbp22_attach(struct dvb_frontend *fe, in lnbp22_attach() function
Dlnbp22.c96 struct dvb_frontend *lnbp22_attach(struct dvb_frontend *fe, in lnbp22_attach() function
128 EXPORT_SYMBOL(lnbp22_attach);
/linux-6.1.9/drivers/media/usb/dvb-usb/
Dpctv452e.c924 if (dvb_attach(lnbp22_attach, in pctv452e_frontend_attach()