Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Di4l.c488 if (at_state->str_var[STR_NMBR]) { in gigaset_isdn_icall()
489 strlcpy(response.parm.setup.phone, at_state->str_var[STR_NMBR], in gigaset_isdn_icall()
Dgigaset.h192 #define STR_NMBR 0 macro
Dcapi.c593 if (at_state->str_var[STR_NMBR]) { in gigaset_isdn_icall()
594 i = strlen(at_state->str_var[STR_NMBR]); in gigaset_isdn_icall()
603 memcpy(iif->cgpty_buf + 3, at_state->str_var[STR_NMBR], i); in gigaset_isdn_icall()
Dev-layer.c57 #define RSP_NMBR (RSP_STR + STR_NMBR)