Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/mISDN/
Ddsp.h247 extern int dsp_cmx_conf(struct dsp *dsp, u32 conf_id);
Ddsp_core.c338 ret = dsp_cmx_conf(dsp, *((u32 *)data)); in dsp_control_req()
348 ret = dsp_cmx_conf(dsp, 0); in dsp_control_req()
934 dsp_cmx_conf(dsp, 0); /* dsp_cmx_hardware will also be in dsp_function()
986 dsp_cmx_conf(dsp, 0); /* dsp_cmx_hardware will also be called in dsp_ctrl()
Ddsp_cmx.c1064 dsp_cmx_conf(struct dsp *dsp, u32 conf_id) in dsp_cmx_conf() function