Lines Matching refs:what
120 u8 what; in dsp_dtmf_goertzel_decode() local
221 what = 0; in dsp_dtmf_goertzel_decode()
279 what = 0; in dsp_dtmf_goertzel_decode()
281 what = dtmf_matrix[lowgroup][highgroup]; in dsp_dtmf_goertzel_decode()
284 if (what && (dsp_debug & DEBUG_DSP_DTMF)) in dsp_dtmf_goertzel_decode()
285 printk(KERN_DEBUG "DTMF what: %c\n", what); in dsp_dtmf_goertzel_decode()
287 if (dsp->dtmf.lastwhat != what) in dsp_dtmf_goertzel_decode()
292 if (dsp->dtmf.lastdigit != what) { in dsp_dtmf_goertzel_decode()
293 dsp->dtmf.lastdigit = what; in dsp_dtmf_goertzel_decode()
294 if (what) { in dsp_dtmf_goertzel_decode()
297 what); in dsp_dtmf_goertzel_decode()
303 dsp->dtmf.digits)] = what; in dsp_dtmf_goertzel_decode()
310 dsp->dtmf.lastwhat = what; in dsp_dtmf_goertzel_decode()