Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Di4l.c304 commands[AT_ISO] = kmalloc(9, GFP_ATOMIC); in command_from_LL()
305 if (!commands[AT_ISO]) in command_from_LL()
307 snprintf(commands[AT_ISO], 9, "^SISO=%u\r", in command_from_LL()
Dev-layer.c272 {RSP_NULL, 606, 606, -1, 607, 5, {ACT_CMD + AT_ISO} },
273 {RSP_OK, 606, 606, -1, 607, 5, {ACT_CMD + AT_ISO} },
328 {RSP_OK, 721, 721, -1, 722, 5, {ACT_CMD + AT_ISO} },
894 bcs->commands[AT_ISO] = kmalloc(9, GFP_ATOMIC); in start_accept()
895 if (!bcs->commands[AT_PROTO] || !bcs->commands[AT_ISO]) { in start_accept()
905 snprintf(bcs->commands[AT_ISO], 9, "^SISO=%u\r", bcs->channel + 1); in start_accept()
Dgigaset.h174 #define AT_ISO 0 macro
Dcapi.c1590 commands[AT_ISO] = kmalloc(9, GFP_KERNEL); in do_connect_req()
1591 if (!commands[AT_ISO]) in do_connect_req()
1593 snprintf(commands[AT_ISO], 9, "^SISO=%u\r", in do_connect_req()