Searched refs:conf_id (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dchsc.h58 struct conf_id { struct
65 struct conf_id id;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp.h189 u32 conf_id; member in struct:dsp
245 extern int dsp_cmx_conf(struct dsp *dsp, u32 conf_id);
H A Ddsp_cmx.c1055 * conf_id != 0: join or change conference
1056 * conf_id == 0: split from conference if not already
1059 dsp_cmx_conf(struct dsp *dsp, u32 conf_id) argument
1066 if (dsp->conf_id == conf_id)
1070 if (dsp->conf_id) {
1079 dsp->conf_id = 0;
1099 if (!conf_id)
1105 conf_id);
1106 conf = dsp_cmx_search_conf(conf_id);
[all...]

Completed in 143 milliseconds