Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-demod.h23 struct dvb_frontend *mxl111sf_demod_attach(struct mxl111sf_state *mxl_state,
27 struct dvb_frontend *mxl111sf_demod_attach(struct mxl111sf_state *mxl_state, in mxl111sf_demod_attach() function
H A Dmxl111sf-demod.c573 struct dvb_frontend *mxl111sf_demod_attach(struct mxl111sf_state *mxl_state, in mxl111sf_demod_attach() function
593 EXPORT_SYMBOL_GPL(mxl111sf_demod_attach);
H A Dmxl111sf.c786 adap->fe[fe_id] = dvb_attach(mxl111sf_demod_attach, state, in mxl111sf_attach_demod()