Searched refs:AT_TYPE (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/isdn/gigaset/ |
D | i4l.c | 260 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()
|
D | gigaset.h | 179 #define AT_TYPE 5 macro
|
D | capi.c | 1405 commands[AT_TYPE] = kstrdup(s, GFP_KERNEL); in do_connect_req() 1406 if (!commands[AT_TYPE]) in do_connect_req()
|
D | ev-layer.c | 268 {RSP_OK, 603, 603, -1, 604, 5, {ACT_CMD + AT_TYPE} },
|