Home
last modified time | relevance | path

Searched refs:conf_id (Results 1 – 2 of 2) sorted by relevance

/drivers/isdn/mISDN/
Ddsp_cmx.c1044 dsp_cmx_conf(struct dsp *dsp, u32 conf_id) in dsp_cmx_conf() argument
1051 if (dsp->conf_id == conf_id) in dsp_cmx_conf()
1055 if (dsp->conf_id) { in dsp_cmx_conf()
1064 dsp->conf_id = 0; in dsp_cmx_conf()
1084 if (!conf_id) in dsp_cmx_conf()
1090 conf_id); in dsp_cmx_conf()
1091 conf = dsp_cmx_search_conf(conf_id); in dsp_cmx_conf()
1097 conf = dsp_cmx_new_conf(conf_id); in dsp_cmx_conf()
1120 dsp->conf_id = conf_id; in dsp_cmx_conf()
Ddsp.h178 u32 conf_id; member
234 extern int dsp_cmx_conf(struct dsp *dsp, u32 conf_id);