Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dev-layer.c48 #define RSP_VAR 100 macro
49 #define RSP_ZSAU (RSP_VAR + VAR_ZSAU)
50 #define RSP_ZDLE (RSP_VAR + VAR_ZDLE)
51 #define RSP_ZCTP (RSP_VAR + VAR_ZCTP)
53 #define RSP_STR (RSP_VAR + VAR_NUM)
1581 if (ev->type >= RSP_VAR && ev->type < RSP_VAR + VAR_NUM) { in process_event()
1582 index = ev->type - RSP_VAR; in process_event()