Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/dvb-frontends/
Dzd1301_demod.h34 struct dvb_frontend *zd1301_demod_get_dvb_frontend(struct platform_device *pdev);
46 static inline struct dvb_frontend *zd1301_demod_get_dvb_frontend(struct platform_device *dev) in zd1301_demod_get_dvb_frontend() function
Dzd1301_demod.c299 struct dvb_frontend *zd1301_demod_get_dvb_frontend(struct platform_device *pdev) in zd1301_demod_get_dvb_frontend() function
307 EXPORT_SYMBOL(zd1301_demod_get_dvb_frontend);
/Linux-v5.10/drivers/media/usb/dvb-usb-v2/
Dzd1301.c161 frontend = zd1301_demod_get_dvb_frontend(pdev); in zd1301_frontend_attach()