Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsynclink.h82 #define HDLC_CRC_NONE 0 macro
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c3185 if (info->params.crc_type == HDLC_CRC_NONE) in hdlc_mode()
3936 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()
/linux-4.1.27/drivers/tty/
Dsynclink_gt.c1469 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()
4708 if ((info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_NONE) in rx_get_frame()
Dsynclinkmp.c1583 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()
4914 if (info->params.crc_type == HDLC_CRC_NONE) in rx_get_frame()
Dsynclink.c7679 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()