Searched refs:DLE (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/Documentation/isdn/ |
D | README.audio | 99 escape sequences defined, all using DLE (0x10) as Escape char: 101 <DLE><ETX> End of audio data. (i.e. caused by a 104 <DLE><DC4> Abort recording, (send by appl.) Emulator 105 stops recording, sends DLE,ETX. 106 <DLE><DLE> Escape sequence for DLE in data stream. 107 <DLE>0 Touchtone "0" received. 109 <DLE>9 Touchtone "9" received. 110 <DLE># Touchtone "#" received. 111 <DLE>* Touchtone "*" received. 112 <DLE>A Touchtone "A" received. [all …]
|
D | INTERFACE.fax | 16 In send-mode the HL-driver has to handle the <DLE> codes and the bit-order 104 and <DLE><ETX> is acknowledged,
|
/linux-2.6.39/drivers/usb/serial/ |
D | garmin_gps.c | 114 #define DLE 0x10 macro 375 *ptr++ = DLE; in gsp_send_ack() 385 if (pkt_id == DLE) in gsp_send_ack() 386 *ptr++ = DLE; in gsp_send_ack() 390 *ptr++ = DLE; in gsp_send_ack() 522 if (data == DLE) { in gsp_receive() 675 if (*src++ == DLE) in gsp_send() 690 *dst++ = DLE; in gsp_send() 695 if (datalen == DLE) in gsp_send() 696 *dst++ = DLE; in gsp_send() [all …]
|
/linux-2.6.39/drivers/tty/ |
D | n_r3964.c | 456 if (pBlock->data[pInfo->tx_position] == DLE) { in transmit_block() 458 put_char(pInfo, DLE); in transmit_block() 466 put_char(pInfo, DLE); in transmit_block() 513 put_char(pInfo, DLE); in on_receive_block() 556 if (c == DLE) { in receive_char() 592 if (c == DLE) { in receive_char() 625 put_char(pInfo, DLE); in receive_char() 634 if (c == DLE) { in receive_char() 635 if (pInfo->last_rx == DLE) { in receive_char() 639 pInfo->last_rx = DLE; in receive_char() [all …]
|
/linux-2.6.39/include/linux/ |
D | n_r3964.h | 62 #define DLE 0x10 macro
|
/linux-2.6.39/drivers/isdn/i4l/ |
D | isdn_tty.h | 14 #define DLE 0x10 macro
|
D | isdn_common.c | 757 #define DLE 0x10 macro 810 *cp++ = DLE; in isdn_readbchan() 814 if (*p == DLE) { in isdn_readbchan() 924 last = DLE; in isdn_readbchan_tty() 928 if (last == DLE) { in isdn_readbchan_tty()
|
D | isdn_ttyfax.c | 224 sprintf(rs, "%c%c", DLE, ETX); in isdn_tty_fax_command() 253 sprintf(rs, "%c%c", DLE, ETX); in isdn_tty_fax_command()
|
D | isdn_tty.c | 87 if (*dp == DLE) in isdn_tty_try_read() 88 tty_insert_flip_char(tty, DLE, 0); in isdn_tty_try_read() 91 if (*dp == DLE) in isdn_tty_try_read() 92 tty_insert_flip_char(tty, DLE, 0); in isdn_tty_try_read() 319 if (*buf++ == DLE) in isdn_tty_countDLE() 337 case DLE: in isdn_tty_handleDLEdown() 375 if (*p == DLE) in isdn_tty_handleDLEdown()
|
/linux-2.6.39/drivers/macintosh/ |
D | macio-adb.c | 49 #define DLE 2 /* data lost error */ macro
|
/linux-2.6.39/drivers/isdn/hisax/ |
D | isar.c | 21 #define DLE 0x10 macro 457 u_char dleetx[2] = {DLE,ETX}; in send_DLE_ETX() 475 if (*buf++ == DLE) in dle_count() 485 if (*src++ == DLE) in insert_dle() 486 *dest++ = DLE; in insert_dle()
|