Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dzd1301_demod.h43 struct dvb_frontend *zd1301_demod_get_dvb_frontend(struct platform_device *pdev);
61 static inline struct dvb_frontend *zd1301_demod_get_dvb_frontend(struct platform_device *dev) in zd1301_demod_get_dvb_frontend() function
Dzd1301_demod.c308 struct dvb_frontend *zd1301_demod_get_dvb_frontend(struct platform_device *pdev) in zd1301_demod_get_dvb_frontend() function
316 EXPORT_SYMBOL(zd1301_demod_get_dvb_frontend);
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/
Dzd1301.c170 frontend = zd1301_demod_get_dvb_frontend(pdev); in zd1301_frontend_attach()