Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dev-layer.c53 #define RSP_STR (RSP_VAR + VAR_NUM) macro
54 #define RSP_NMBR (RSP_STR + STR_NMBR)
55 #define RSP_ZCPN (RSP_STR + STR_ZCPN)
56 #define RSP_ZCON (RSP_STR + STR_ZCON)
57 #define RSP_ZBC (RSP_STR + STR_ZBC)
58 #define RSP_ZHLC (RSP_STR + STR_ZHLC)
1584 } else if (ev->type >= RSP_STR && ev->type < RSP_STR + STR_NUM) { in process_event()
1585 index = ev->type - RSP_STR; in process_event()