Searched refs:dsp_conf (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/isdn/mISDN/
H A Ddsp.h99 struct dsp_conf { struct
192 struct dsp_conf *conf;
246 extern void dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp);
253 extern int dsp_cmx_del_conf(struct dsp_conf *conf);
H A Ddsp_cmx.c14 * There is a chain of struct dsp_conf which has one or more members in a chain
26 * The current solution is stored within the struct dsp_conf entry.
150 struct dsp_conf *conf;
186 static struct dsp_conf *
189 struct dsp_conf *conf;
209 dsp_cmx_add_conf_member(struct dsp *dsp, struct dsp_conf *conf)
297 static struct dsp_conf
300 struct dsp_conf *conf;
308 conf = kzalloc(sizeof(struct dsp_conf), GFP_ATOMIC);
310 printk(KERN_ERR "kzalloc struct dsp_conf faile
[all...]

Completed in 205 milliseconds