Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/ !
Dcapidtmf.h47 #define CAPIDTMF_RECV_STATE_IDLE 0x00 macro
76 …_block(p_state, buffer, length) { if ((p_state)->recv.state != CAPIDTMF_RECV_STATE_IDLE) capidtmf…
Dcapidtmf.c426 p_state->recv.state = CAPIDTMF_RECV_STATE_IDLE; in capidtmf_recv_init()
452 if (p_state->recv.state == CAPIDTMF_RECV_STATE_IDLE) in capidtmf_recv_disable()