Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Di4l.c260 commands[AT_TYPE] = kstrdup("^SCTP=0\r", GFP_ATOMIC); in command_from_LL()
261 if (!commands[AT_TYPE]) in command_from_LL()
266 commands[AT_TYPE] = kstrdup("^SCTP=1\r", GFP_ATOMIC); in command_from_LL()
267 if (!commands[AT_TYPE]) in command_from_LL()
Dgigaset.h179 #define AT_TYPE 5 macro
Dcapi.c1405 commands[AT_TYPE] = kstrdup(s, GFP_KERNEL); in do_connect_req()
1406 if (!commands[AT_TYPE]) in do_connect_req()
Dev-layer.c268 {RSP_OK, 603, 603, -1, 604, 5, {ACT_CMD + AT_TYPE} },