Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/greybus/
Dgb-beagleplay.c32 #define HDLC_FRAME 0x7E macro
273 if (value == HDLC_FRAME || value == HDLC_ESC) { in hdlc_append_escaped()
283 hdlc_append(bg, HDLC_FRAME); in hdlc_append_tx_frame()
384 case HDLC_FRAME: in hdlc_rx()