Searched refs:CAPIDTMF_RECV_STATE_IDLE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dcapidtmf.h47 #define CAPIDTMF_RECV_STATE_IDLE 0x00 macro
76 #define capidtmf_recv_process_block(p_state,buffer,length) { if ((p_state)->recv.state != CAPIDTMF_RECV_STATE_IDLE) capidtmf_recv_block (p_state, buffer, length); }
H A Dcapidtmf.c426 p_state->recv.state = CAPIDTMF_RECV_STATE_IDLE;
452 if (p_state->recv.state == CAPIDTMF_RECV_STATE_IDLE)

Completed in 38 milliseconds