SLIP_ESC           27 arch/um/drivers/slip_common.h 	case SLIP_ESC:
SLIP_ESC           33 arch/um/drivers/slip_common.h 			c = SLIP_ESC;
SLIP_ESC           68 arch/um/drivers/slip_common.h 			*ptr++ = SLIP_ESC;
SLIP_ESC           71 arch/um/drivers/slip_common.h 		case SLIP_ESC:
SLIP_ESC           72 arch/um/drivers/slip_common.h 			*ptr++ = SLIP_ESC;
SLIP_ESC          498 drivers/bluetooth/hci_h5.c 	const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC;
SLIP_ESC          501 drivers/bluetooth/hci_h5.c 	if (!test_bit(H5_RX_ESC, &h5->flags) && c == SLIP_ESC) {
SLIP_ESC          618 drivers/bluetooth/hci_h5.c 	const char esc_delim[2] = { SLIP_ESC, SLIP_ESC_DELIM };
SLIP_ESC          619 drivers/bluetooth/hci_h5.c 	const char esc_esc[2] = { SLIP_ESC, SLIP_ESC_ESC };
SLIP_ESC          625 drivers/bluetooth/hci_h5.c 	case SLIP_ESC: