Home
last modified time | relevance | path

Searched refs:lastdigit (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/isdn/mISDN/
Ddsp_dtmf.c44 dsp->dtmf.lastdigit = '\0'; in dsp_dtmf_goertzel_init()
292 if (dsp->dtmf.lastdigit != what) { in dsp_dtmf_goertzel_decode()
293 dsp->dtmf.lastdigit = what; in dsp_dtmf_goertzel_decode()
Ddsp.h128 u8 lastwhat, lastdigit; member