Home
last modified time | relevance | path

Searched refs:CAPIDTMF_RECV_DIGIT_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/isdn/hardware/eicon/
Dcapidtmf.h46 #define CAPIDTMF_RECV_DIGIT_BUFFER_SIZE 32 macro
51 byte digit_buffer[CAPIDTMF_RECV_DIGIT_BUFFER_SIZE];
Dcapidtmf.c478 j = (j == CAPIDTMF_RECV_DIGIT_BUFFER_SIZE - 1) ? 0 : j + 1; in capidtmf_recv_indication()
650 i = (p_state->recv.digit_write_pos == CAPIDTMF_RECV_DIGIT_BUFFER_SIZE - 1) ? in capidtmf_recv_block()
Dmessage.c6555 byte dtmf_code_buffer[CAPIDTMF_RECV_DIGIT_BUFFER_SIZE + 1]; in nl_ind()