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

/linux-master/drivers/isdn/mISDN/
H A Ddsp.h122 int treshold; /* above this is dtmf (square of) */ member in struct:dsp_dtmf
H A Ddsp_dtmf.c214 if (result[i] > dsp->dtmf.treshold) {
H A Ddsp_core.c309 dsp->dtmf.treshold = (*(int *)data) * 10000;
1096 ndsp->dtmf.treshold = dtmfthreshold * 10000;

Completed in 213 milliseconds