Home
last modified time | relevance | path

Searched refs:digits (Results 1 – 8 of 8) sorted by relevance

/drivers/isdn/mISDN/
Ddsp_dtmf.c127 dsp->dtmf.digits[0] = '\0'; in dsp_dtmf_goertzel_decode()
152 return dsp->dtmf.digits; in dsp_dtmf_goertzel_decode()
176 return dsp->dtmf.digits; in dsp_dtmf_goertzel_decode()
286 if ((strlen(dsp->dtmf.digits)+1) in dsp_dtmf_goertzel_decode()
287 < sizeof(dsp->dtmf.digits)) { in dsp_dtmf_goertzel_decode()
288 dsp->dtmf.digits[strlen( in dsp_dtmf_goertzel_decode()
289 dsp->dtmf.digits)+1] = '\0'; in dsp_dtmf_goertzel_decode()
290 dsp->dtmf.digits[strlen( in dsp_dtmf_goertzel_decode()
291 dsp->dtmf.digits)] = what; in dsp_dtmf_goertzel_decode()
Ddsp_core.c663 u8 *digits; in dsp_function() local
720 digits = dsp_dtmf_goertzel_decode(dsp, skb->data, in dsp_function()
722 while (*digits) { in dsp_function()
727 __func__, *digits, dsp->name); in dsp_function()
728 cont = DTMF_TONE_VAL | *digits; in dsp_function()
740 digits++; in dsp_function()
773 digits = dsp_dtmf_goertzel_decode(dsp, skb->data, in dsp_function()
775 while (*digits) { in dsp_function()
781 __func__, *digits, dsp->name); in dsp_function()
782 k = *digits | DTMF_TONE_VAL; in dsp_function()
[all …]
Ddsp.h126 u8 digits[16]; /* just the dtmf result */ member
/drivers/staging/panel/
Dlcd-panel-cgram.txt4 number, and up to 8 couples of hex digits terminated by a semi-colon
5 (';'). Each couple of digits represents a line, with 1-bits for each
/drivers/scsi/
D53c700.scr41 ; The following represent status interrupts we use 3 hex digits for
D53c700_d.h_shipped44 ; The following represent status interrupts we use 3 hex digits for
/drivers/media/video/usbvideo/
Dusbvideo.c265 static const unsigned short digits[16] = { in usbvideo_OverlayChar() local
297 digit = digits[ch]; in usbvideo_OverlayChar()
/drivers/net/
DKconfig1451 in the format 123456-001 (six digits hyphen three digits).