Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/capi/
Dcapidrv.h134 #define EV_NCCI_DISCONNECT_B3_REQ 12 /* N-1 -> N-4 macro
Dcapidrv.c707 {ST_NCCI_INCOMING, ST_NCCI_DISCONNECTING, EV_NCCI_DISCONNECT_B3_REQ, NULL},
711 {ST_NCCI_ALLOCATED, ST_NCCI_DISCONNECTING, EV_NCCI_DISCONNECT_B3_REQ, NULL},
716 {ST_NCCI_ACTIVE, ST_NCCI_DISCONNECTING, EV_NCCI_DISCONNECT_B3_REQ, NULL},
720 {ST_NCCI_RESETING, ST_NCCI_DISCONNECTING, EV_NCCI_DISCONNECT_B3_REQ, NULL},
1952 ncci_change_state(card, bchan->nccip, EV_NCCI_DISCONNECT_B3_REQ); in capidrv_command()