Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dev-layer.c264 {RSP_OK, 601, 601, -1, 603, 5, {ACT_CMD + AT_PROTO} },
324 {RSP_INIT, 720, 720, SEQ_ACCEPT, 721, 5, {ACT_CMD + AT_PROTO} },
890 bcs->commands[AT_PROTO] = kmalloc(9, GFP_ATOMIC); in start_accept()
892 if (!bcs->commands[AT_PROTO] || !bcs->commands[AT_ISO]) { in start_accept()
901 snprintf(bcs->commands[AT_PROTO], 9, "^SBPR=%u\r", bcs->proto2); in start_accept()
Dgigaset.h175 #define AT_PROTO 4 macro
Dcapi.c1563 commands[AT_PROTO] = kmalloc(9, GFP_KERNEL); in do_connect_req()
1564 if (!commands[AT_PROTO]) in do_connect_req()
1566 snprintf(commands[AT_PROTO], 9, "^SBPR=%u\r", bcs->proto2); in do_connect_req()