Home
last modified time | relevance | path

Searched refs:mISDN_dsp_element (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/
DmISDNdsp.h10 struct mISDN_dsp_element { struct
22 extern int mISDN_dsp_element_register(struct mISDN_dsp_element *elem); argument
23 extern void mISDN_dsp_element_unregister(struct mISDN_dsp_element *elem);
/linux-2.6.39/drivers/isdn/mISDN/
Ddsp_pipeline.c40 struct mISDN_dsp_element *elem;
45 struct mISDN_dsp_element *elem;
58 struct mISDN_dsp_element *elem = dev_get_drvdata(dev); in attr_show_args()
87 int mISDN_dsp_element_register(struct mISDN_dsp_element *elem) in mISDN_dsp_element_register()
138 void mISDN_dsp_element_unregister(struct mISDN_dsp_element *elem) in mISDN_dsp_element_unregister()
241 struct mISDN_dsp_element *elem; in dsp_pipeline_build()
Ddsp_hwec.c40 static struct mISDN_dsp_element dsp_hwec_p = {
49 struct mISDN_dsp_element *dsp_hwec = &dsp_hwec_p;
Ddsp_hwec.h5 extern struct mISDN_dsp_element *dsp_hwec;