Home
last modified time | relevance | path

Searched refs:SLIP_ESC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dslip_common.h12 #define SLIP_ESC 0333 /* indicates byte stuffing */ macro
27 case SLIP_ESC: in slip_unesc()
33 c = SLIP_ESC; in slip_unesc()
68 *ptr++ = SLIP_ESC; in slip_esc()
71 case SLIP_ESC: in slip_esc()
72 *ptr++ = SLIP_ESC; in slip_esc()
/openbmc/linux/drivers/bluetooth/
H A Dhci_h5.c51 #define SLIP_ESC 0xdb macro
520 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte()
523 if (!test_bit(H5_RX_ESC, &h5->flags) && c == SLIP_ESC) { in h5_unslip_one_byte()
653 const char esc_delim[2] = { SLIP_ESC, SLIP_ESC_DELIM }; in h5_slip_one_byte()
654 const char esc_esc[2] = { SLIP_ESC, SLIP_ESC_ESC }; in h5_slip_one_byte()
660 case SLIP_ESC: in h5_slip_one_byte()