Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/mISDN/
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 …]
Ddsp_core.c204 else if (dsp->dtmf.software) in dsp_rx_off_member()
311 dsp->dtmf.treshold = (*(int *)data) * 10000; in dsp_control_req()
313 dsp->dtmf.enable = 1; in dsp_control_req()
324 dsp->dtmf.enable = 0; in dsp_control_req()
325 dsp->dtmf.hardware = 0; in dsp_control_req()
326 dsp->dtmf.software = 0; in dsp_control_req()
727 if (dsp->dtmf.software) { in dsp_function()
778 if (!dsp->dtmf.hardware) { in dsp_function()
911 if (dsp->dtmf.hardware || dsp->dtmf.software) in dsp_function()
1099 ndsp->dtmf.treshold = dtmfthreshold * 10000; in dspcreate()
DKconfig20 cross connecting of bchannels, conferencing, dtmf decoding,
Ddsp.h181 struct dsp_dtmf dtmf; member
/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dhfc_multi.h200 int dtmf; /* flag that dtmf is currently in process */ member
Dhfcmulti.c1846 int dtmf = 0; in hfcmulti_dtmf() local
1867 dtmf = 1; in hfcmulti_dtmf()
1935 hc->dtmf = dtmf; in hfcmulti_dtmf()
1936 if (dtmf) in hfcmulti_dtmf()
3513 if (ch->protocol == ISDN_P_B_RAW && !hc->dtmf in handle_bmsg()
3516 hc->dtmf = 1; in handle_bmsg()