Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/eicon/
Deicon.h261 #define EICON_STATE_ICALL 1 macro
Deicon_idi.c2421 chan->fsm_state = EICON_STATE_ICALL; in idi_handle_ind()
2459 if ((chan->fsm_state == EICON_STATE_ICALL) || (chan->fsm_state == EICON_STATE_ICALLW)) { in idi_handle_ind()
2460 chan->fsm_state = EICON_STATE_ICALL; in idi_handle_ind()
2484 if ((chan->fsm_state == EICON_STATE_ICALL) || (chan->fsm_state == EICON_STATE_IWAIT)) { in idi_handle_ind()
Deicon_mod.c483 if (chan->fsm_state == EICON_STATE_ICALL) { in eicon_command()