Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dgarmin_gps.c97 #define DLE 0x10 macro
345 *ptr++ = DLE; in gsp_send_ack()
355 if (pkt_id == DLE) in gsp_send_ack()
356 *ptr++ = DLE; in gsp_send_ack()
360 *ptr++ = DLE; in gsp_send_ack()
496 if (data == DLE) { in gsp_receive()
650 if (*src++ == DLE) in gsp_send()
665 *dst++ = DLE; in gsp_send()
670 if (datalen == DLE) in gsp_send()
671 *dst++ = DLE; in gsp_send()
[all …]
/linux/drivers/staging/gpib/lpvo_usb_gpib/
H A Dlpvo_usb_gpib.c113 #define DLE ('\020')
862 /* send read command and check <DLE><STX> sequence */ in usb_gpib_read()
868 if (one_char(board, &b) != DLE || one_char(board, &b) != STX) { in usb_gpib_read()
869 dev_alert(board->gpib_dev, "%s:%s - wrong <DLE><STX> sequence\n", in usb_gpib_read()
885 if (c == DLE) in usb_gpib_read()
887 if (c != DLE || nc == DLE) { in usb_gpib_read()
892 if (c == DLE) in usb_gpib_read()
901 /* we are in the closing <DLE><ETX> sequence */ in usb_gpib_read()
918 "lone <DLE> i in usb_gpib_read()
115 #define DLE global() macro
[all...]
/linux/drivers/macintosh/
H A Dmacio-adb.c51 #define DLE 2 /* data lost error */ macro