Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Dev-layer.c56 #define RSP_STR (RSP_VAR + VAR_NUM) macro
57 #define RSP_NMBR (RSP_STR + STR_NMBR)
58 #define RSP_ZCPN (RSP_STR + STR_ZCPN)
59 #define RSP_ZCON (RSP_STR + STR_ZCON)
60 #define RSP_ZBC (RSP_STR + STR_ZBC)
61 #define RSP_ZHLC (RSP_STR + STR_ZHLC)
1587 } else if (ev->type >= RSP_STR && ev->type < RSP_STR + STR_NUM) { in process_event()
1588 index = ev->type - RSP_STR; in process_event()