Searched refs:digits (Results 1 - 4 of 4) sorted by relevance

/drivers/isdn/mISDN/
H A Ddsp_dtmf.c130 dsp->dtmf.digits[0] = '\0';
155 return dsp->dtmf.digits;
179 return dsp->dtmf.digits;
289 if ((strlen(dsp->dtmf.digits)+1)
290 < sizeof(dsp->dtmf.digits)) {
291 dsp->dtmf.digits[strlen(
292 dsp->dtmf.digits)+1] = '\0';
293 dsp->dtmf.digits[strlen(
294 dsp->dtmf.digits)] = what;
H A Ddsp_core.c668 u8 *digits = NULL; local
725 digits = dsp_dtmf_goertzel_decode(dsp, skb->data,
737 if (digits) {
738 while (*digits) {
744 __func__, *digits, dsp->name);
745 k = *digits | DTMF_TONE_VAL;
757 digits++;
782 digits = dsp_dtmf_goertzel_decode(dsp, skb->data,
784 while (*digits) {
790 __func__, *digits, ds
[all...]
H A Ddsp.h128 u8 digits[16]; /* dtmf result */ member in struct:dsp_dtmf
/drivers/watchdog/
H A Docteon-wdt-main.c283 * @digits: Number of digits to print (1 to 16)
285 static void octeon_wdt_write_hex(u64 value, int digits) argument
289 for (d = 0; d < digits; d++) {
290 v = (value >> ((digits - d - 1) * 4)) & 0xf;

Completed in 75 milliseconds