Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Di4l.c299 commands[AT_PROTO] = kmalloc(9, GFP_ATOMIC); in command_from_LL()
300 if (!commands[AT_PROTO]) in command_from_LL()
302 snprintf(commands[AT_PROTO], 9, "^SBPR=%u\r", bcs->proto2); in command_from_LL()
Dev-layer.c267 {RSP_OK, 601, 601, -1, 603, 5, {ACT_CMD + AT_PROTO} },
327 {RSP_INIT, 720, 720, SEQ_ACCEPT, 721, 5, {ACT_CMD + AT_PROTO} },
893 bcs->commands[AT_PROTO] = kmalloc(9, GFP_ATOMIC); in start_accept()
895 if (!bcs->commands[AT_PROTO] || !bcs->commands[AT_ISO]) { in start_accept()
904 snprintf(bcs->commands[AT_PROTO], 9, "^SBPR=%u\r", bcs->proto2); in start_accept()
Dgigaset.h178 #define AT_PROTO 4 macro
Dcapi.c1566 commands[AT_PROTO] = kmalloc(9, GFP_KERNEL); in do_connect_req()
1567 if (!commands[AT_PROTO]) in do_connect_req()
1569 snprintf(commands[AT_PROTO], 9, "^SBPR=%u\r", bcs->proto2); in do_connect_req()