Home
last modified time | relevance | path

Searched refs:dtmf (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/isdn/mISDN/
H A Ddsp_dtmf.c42 dsp->dtmf.size = 0; in dsp_dtmf_goertzel_init()
43 dsp->dtmf.lastwhat = '\0'; in dsp_dtmf_goertzel_init()
44 dsp->dtmf.lastdigit = '\0'; in dsp_dtmf_goertzel_init()
45 dsp->dtmf.count = 0; in dsp_dtmf_goertzel_init()
54 if (!dsp->dtmf.enable) in dsp_dtmf_hardware()
92 dsp->dtmf.hardware = hardware; in dsp_dtmf_hardware()
93 dsp->dtmf.software = !hardware; in dsp_dtmf_hardware()
130 dsp->dtmf.digits[0] = '\0'; in dsp_dtmf_goertzel_decode()
137 size = dsp->dtmf.size; in dsp_dtmf_goertzel_decode()
138 buf = dsp->dtmf.buffer; in dsp_dtmf_goertzel_decode()
[all …]
H A Ddsp_core.c203 else if (dsp->dtmf.software) in dsp_rx_off_member()
310 dsp->dtmf.treshold = (*(int *)data) * 10000; in dsp_control_req()
312 dsp->dtmf.enable = 1; in dsp_control_req()
323 dsp->dtmf.enable = 0; in dsp_control_req()
324 dsp->dtmf.hardware = 0; in dsp_control_req()
325 dsp->dtmf.software = 0; in dsp_control_req()
726 if (dsp->dtmf.software) { in dsp_function()
777 if (!dsp->dtmf.hardware) { in dsp_function()
910 if (dsp->dtmf.hardware || dsp->dtmf.software) in dsp_function()
1097 ndsp->dtmf.treshold = dtmfthreshold * 10000; in dspcreate()
H A DKconfig21 cross connecting of bchannels, conferencing, dtmf decoding,
H A Ddsp.h181 struct dsp_dtmf dtmf; member
/linux/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h200 int dtmf; /* flag that dtmf is currently in process */ member