Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
DmISDNdsp.h11 struct mISDN_dsp_element { struct
23 extern int mISDN_dsp_element_register(struct mISDN_dsp_element *elem); argument
24 extern void mISDN_dsp_element_unregister(struct mISDN_dsp_element *elem);
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
Ddsp_pipeline.c24 struct mISDN_dsp_element *elem;
29 struct mISDN_dsp_element *elem;
42 struct mISDN_dsp_element *elem = dev_get_drvdata(dev); in attr_show_args()
71 int mISDN_dsp_element_register(struct mISDN_dsp_element *elem) in mISDN_dsp_element_register()
122 void mISDN_dsp_element_unregister(struct mISDN_dsp_element *elem) in mISDN_dsp_element_unregister()
225 struct mISDN_dsp_element *elem; in dsp_pipeline_build()
Ddsp_hwec.c23 static struct mISDN_dsp_element dsp_hwec_p = {
32 struct mISDN_dsp_element *dsp_hwec = &dsp_hwec_p;
Ddsp_hwec.h6 extern struct mISDN_dsp_element *dsp_hwec;