Searched refs:AT_DIAL (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/isdn/gigaset/ |
D | i4l.c | 253 commands[AT_DIAL] = kmalloc(l, GFP_ATOMIC); in command_from_LL() 254 if (!commands[AT_DIAL]) in command_from_LL() 262 snprintf(commands[AT_DIAL], l, in command_from_LL() 268 snprintf(commands[AT_DIAL], l, in command_from_LL()
|
D | gigaset.h | 176 #define AT_DIAL 1 macro
|
D | capi.c | 1355 commands[AT_DIAL] = kmalloc(l+3, GFP_KERNEL); in do_connect_req() 1356 if (!commands[AT_DIAL]) in do_connect_req() 1358 snprintf(commands[AT_DIAL], l+3, "D%.*s\r", l, pp); in do_connect_req()
|
D | ev-layer.c | 274 {RSP_ZSAU, 609, 609, ZSAU_PROCEEDING, 610, 5, {ACT_CMD+AT_DIAL} },
|