Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/capi/
Dcapidrv.h132 #define EV_NCCI_DISCONNECT_B3_IND 10 /* N-4 -> N.5 */ macro
Dcapidrv.c704 {ST_NCCI_INCOMING, ST_NCCI_DISCONNECTED, EV_NCCI_DISCONNECT_B3_IND, NULL},
708 {ST_NCCI_ALLOCATED, ST_NCCI_DISCONNECTED, EV_NCCI_DISCONNECT_B3_IND, NULL},
713 {ST_NCCI_ACTIVE, ST_NCCI_DISCONNECTED, EV_NCCI_DISCONNECT_B3_IND, NULL},
717 {ST_NCCI_RESETING, ST_NCCI_DISCONNECTED, EV_NCCI_DISCONNECT_B3_IND, NULL},
720 {ST_NCCI_DISCONNECTING, ST_NCCI_DISCONNECTED, EV_NCCI_DISCONNECT_B3_IND, NULL},
1301 ncci_change_state(card, nccip, EV_NCCI_DISCONNECT_B3_IND); in handle_ncci()