Searched refs:digits (Results 1 – 10 of 10) sorted by relevance
/drivers/isdn/mISDN/ |
D | dsp_dtmf.c | 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()
|
D | dsp_core.c | 671 u8 *digits = NULL; in dsp_function() local 728 digits = dsp_dtmf_goertzel_decode(dsp, skb->data, in dsp_function() 740 if (digits) { in dsp_function() 741 while (*digits) { in dsp_function() 747 __func__, *digits, dsp->name); in dsp_function() 748 k = *digits | DTMF_TONE_VAL; in dsp_function() 760 digits++; in dsp_function() 785 digits = dsp_dtmf_goertzel_decode(dsp, skb->data, in dsp_function() 787 while (*digits) { in dsp_function() 793 __func__, *digits, dsp->name); in dsp_function() [all …]
|
D | dsp.h | 130 u8 digits[16]; /* dtmf result */ member
|
/drivers/staging/unisys/common-spar/include/ |
D | vbusdeviceinfo.h | 105 int digits = 0; in vbuschannel_itoa() local 118 if (digits >= (int) sizeof(s)) in vbuschannel_itoa() 120 s[digits++] = (num % 10) + '0'; in vbuschannel_itoa() 123 if (remain < digits) { in vbuschannel_itoa() 132 i = digits; in vbuschannel_itoa() 138 return digits; in vbuschannel_itoa()
|
/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/acpi/acpica/ |
D | utprint.c | 145 const char *digits; in acpi_ut_put_number() local 150 digits = upper ? acpi_gbl_upper_hex_digits : acpi_gbl_lower_hex_digits; in acpi_ut_put_number() 158 *(pos++) = digits[digit_index]; in acpi_ut_put_number()
|
/drivers/watchdog/ |
D | octeon-wdt-main.c | 293 static void octeon_wdt_write_hex(u64 value, int digits) in octeon_wdt_write_hex() argument 297 for (d = 0; d < digits; d++) { in octeon_wdt_write_hex() 298 v = (value >> ((digits - d - 1) * 4)) & 0xf; in octeon_wdt_write_hex()
|
/drivers/net/ethernet/intel/ |
D | Kconfig | 28 in the format 123456-001 (six digits hyphen three digits).
|
/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
|