Searched refs:digits (Results 1 – 8 of 8) sorted by relevance
/drivers/isdn/mISDN/ |
D | dsp_dtmf.c | 127 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()
|
D | dsp_core.c | 663 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 …]
|
D | dsp.h | 126 u8 digits[16]; /* just the dtmf result */ member
|
/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 4 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/ |
D | 53c700.scr | 41 ; The following represent status interrupts we use 3 hex digits for
|
D | 53c700_d.h_shipped | 44 ; The following represent status interrupts we use 3 hex digits for
|
/drivers/media/video/usbvideo/ |
D | usbvideo.c | 265 static const unsigned short digits[16] = { in usbvideo_OverlayChar() local 297 digit = digits[ch]; in usbvideo_OverlayChar()
|
/drivers/net/ |
D | Kconfig | 1451 in the format 123456-001 (six digits hyphen three digits).
|