Home
last modified time | relevance | path

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

/drivers/staging/isdn/gigaset/
Dev-layer.c269 {RSP_NULL, 606, 606, -1, 607, 5, {ACT_CMD + AT_ISO} },
270 {RSP_OK, 606, 606, -1, 607, 5, {ACT_CMD + AT_ISO} },
325 {RSP_OK, 721, 721, -1, 722, 5, {ACT_CMD + AT_ISO} },
891 bcs->commands[AT_ISO] = kmalloc(9, GFP_ATOMIC); in start_accept()
892 if (!bcs->commands[AT_PROTO] || !bcs->commands[AT_ISO]) { in start_accept()
902 snprintf(bcs->commands[AT_ISO], 9, "^SISO=%u\r", bcs->channel + 1); in start_accept()
Dgigaset.h171 #define AT_ISO 0 macro
Dcapi.c1587 commands[AT_ISO] = kmalloc(9, GFP_KERNEL); in do_connect_req()
1588 if (!commands[AT_ISO]) in do_connect_req()
1590 snprintf(commands[AT_ISO], 9, "^SISO=%u\r", in do_connect_req()