Home
last modified time | relevance | path

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

/drivers/isdn/mISDN/
Ddsp_dtmf.c130 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()
Ddsp_core.c669 u8 *digits = NULL; in dsp_function() local
726 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 …]
Ddsp.h130 u8 digits[16]; /* dtmf result */ member
/drivers/watchdog/
Docteon-wdt-main.c174 static void octeon_wdt_write_hex(u64 value, int digits) in octeon_wdt_write_hex() argument
179 for (d = 0; d < digits; d++) { in octeon_wdt_write_hex()
180 v = (value >> ((digits - d - 1) * 4)) & 0xf; in octeon_wdt_write_hex()
/drivers/acpi/acpica/
Dutprint.c106 const char *digits; in acpi_ut_put_number() local
111 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()
/drivers/firmware/efi/libstub/
Dvsprintf.c121 static const char digits[16] = "0123456789ABCDEF"; /* "GHIJKLMNOPQRSTUVWXYZ"; */ in number() local
134 *--end = digits[num & 0xf] | locase; in number()
/drivers/net/ethernet/intel/
DKconfig27 in the format 123456-001 (six digits hyphen three digits).
/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