Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dev-layer.c100 #define ACT_ABORTACCEPT 28 macro
329 {RSP_ERROR, 721, 729, -1, 0, 0, {ACT_ABORTACCEPT} },
330 {EV_TIMEOUT, 721, 729, -1, 0, 0, {ACT_ABORTACCEPT} },
331 {RSP_ZSAU, 700, 729, ZSAU_NULL, 0, 0, {ACT_ABORTACCEPT} },
332 {RSP_ZSAU, 700, 729, ZSAU_ACTIVE, 0, 0, {ACT_ABORTACCEPT} },
333 {RSP_ZSAU, 700, 729, ZSAU_DISCONNECT_IND, 0, 0, {ACT_ABORTACCEPT} },
1341 case ACT_ABORTACCEPT: /* hangup/error/timeout during ICALL procssng */ in do_action()