Searched refs:SLIP_ESC_ESC (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/um/drivers/
H A Dslip_common.h13 #define SLIP_ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */ macro
29 case SLIP_ESC_ESC: slip_unesc()
72 *ptr++ = SLIP_ESC_ESC; slip_esc()
/linux-4.1.27/drivers/bluetooth/
H A Dhci_h5.c59 #define SLIP_ESC_ESC 0xdd macro
486 case SLIP_ESC_ESC: h5_unslip_one_byte()
594 const char esc_esc[2] = { SLIP_ESC, SLIP_ESC_ESC }; h5_slip_one_byte()

Completed in 52 milliseconds