Home
last modified time | relevance | path

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

/linux/drivers/greybus/
H A Dgb-beagleplay.c33 #define HDLC_ESC 0x7D macro
269 if (value == HDLC_FRAME || value == HDLC_ESC) { in hdlc_append_escaped()
270 hdlc_append(bg, HDLC_ESC); in hdlc_append_escaped()
472 case HDLC_ESC: in hdlc_rx()