Searched refs:digits (Results 1 – 9 of 9) sorted by relevance
130 dsp->dtmf.digits[0] = '\0'; in dsp_dtmf_goertzel_decode()155 return dsp->dtmf.digits; in dsp_dtmf_goertzel_decode()179 return dsp->dtmf.digits; in dsp_dtmf_goertzel_decode()298 if ((strlen(dsp->dtmf.digits) + 1) in dsp_dtmf_goertzel_decode()299 < sizeof(dsp->dtmf.digits)) { in dsp_dtmf_goertzel_decode()300 dsp->dtmf.digits[strlen( in dsp_dtmf_goertzel_decode()301 dsp->dtmf.digits) + 1] = '\0'; in dsp_dtmf_goertzel_decode()302 dsp->dtmf.digits[strlen( in dsp_dtmf_goertzel_decode()303 dsp->dtmf.digits)] = what; in dsp_dtmf_goertzel_decode()
669 u8 *digits = NULL; in dsp_function() local726 digits = dsp_dtmf_goertzel_decode(dsp, skb->data, in dsp_function()738 if (digits) { in dsp_function()739 while (*digits) { in dsp_function()745 __func__, *digits, dsp->name); in dsp_function()746 k = *digits | DTMF_TONE_VAL; in dsp_function()758 digits++; in dsp_function()783 digits = dsp_dtmf_goertzel_decode(dsp, skb->data, in dsp_function()785 while (*digits) { in dsp_function()791 __func__, *digits, dsp->name); in dsp_function()[all …]
130 u8 digits[16]; /* dtmf result */ member
174 static void octeon_wdt_write_hex(u64 value, int digits) in octeon_wdt_write_hex() argument179 for (d = 0; d < digits; d++) { in octeon_wdt_write_hex()180 v = (value >> ((digits - d - 1) * 4)) & 0xf; in octeon_wdt_write_hex()
106 const char *digits; in acpi_ut_put_number() local111 digits = upper ? acpi_gbl_upper_hex_digits : acpi_gbl_lower_hex_digits; in acpi_ut_put_number()119 *(pos++) = digits[digit_index]; in acpi_ut_put_number()
121 static const char digits[16] = "0123456789ABCDEF"; /* "GHIJKLMNOPQRSTUVWXYZ"; */ in number() local134 *--end = digits[num & 0xf] | locase; in number()
27 in the format 123456-001 (six digits hyphen three digits).
41 ; The following represent status interrupts we use 3 hex digits for
44 ; The following represent status interrupts we use 3 hex digits for