Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dsynclink.h83 #define HDLC_CRC_NONE 0 macro
/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c3143 if (info->params.crc_type == HDLC_CRC_NONE) in hdlc_mode()
3894 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()
/linux-6.1.9/drivers/tty/
Dsynclink_gt.c1370 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()
4593 if ((info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_NONE) in rx_get_frame()