Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/capi/
Dcapidrv.h132 #define EV_NCCI_DISCONNECT_B3_IND 10 /* N-4 -> N.5 */ macro
Dcapidrv.c706 {ST_NCCI_INCOMING, ST_NCCI_DISCONNECTED, EV_NCCI_DISCONNECT_B3_IND, NULL},
710 {ST_NCCI_ALLOCATED, ST_NCCI_DISCONNECTED, EV_NCCI_DISCONNECT_B3_IND, NULL},
715 {ST_NCCI_ACTIVE, ST_NCCI_DISCONNECTED, EV_NCCI_DISCONNECT_B3_IND, NULL},
719 {ST_NCCI_RESETING, ST_NCCI_DISCONNECTED, EV_NCCI_DISCONNECT_B3_IND, NULL},
722 {ST_NCCI_DISCONNECTING, ST_NCCI_DISCONNECTED, EV_NCCI_DISCONNECT_B3_IND, NULL},
1498 ncci_change_state(card, nccip, EV_NCCI_DISCONNECT_B3_IND); in handle_ncci()