Searched refs:AT_DIAL (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/isdn/gigaset/ |
D | i4l.c | 254 commands[AT_DIAL] = kmalloc(l, GFP_ATOMIC); in command_from_LL() 255 if (!commands[AT_DIAL]) in command_from_LL() 263 snprintf(commands[AT_DIAL], l, in command_from_LL() 269 snprintf(commands[AT_DIAL], l, in command_from_LL()
|
D | gigaset.h | 175 #define AT_DIAL 1 macro
|
D | capi.c | 1408 commands[AT_DIAL] = kmalloc(l + 3, GFP_KERNEL); in do_connect_req() 1409 if (!commands[AT_DIAL]) in do_connect_req() 1411 snprintf(commands[AT_DIAL], l + 3, "D%.*s\r", l, pp); in do_connect_req()
|
D | ev-layer.c | 276 {RSP_ZSAU, 609, 609, ZSAU_PROCEEDING, 610, 5, {ACT_CMD + AT_DIAL} },
|