Home
last modified time | relevance | path

Searched refs:new_crctype (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/pcmcia/
H A Dsynclink_cs.c3883 unsigned short new_crctype; in hdlcdev_attach() local
3901 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()
3902 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
3903 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()
3908 info->params.crc_type = new_crctype; in hdlcdev_attach()
/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclink.c7436 unsigned short new_crctype; in hdlcdev_attach() local
7454 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()
7455 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
7456 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()
7461 info->params.crc_type = new_crctype; in hdlcdev_attach()
H A Dsynclinkmp.c1537 unsigned short new_crctype; in hdlcdev_attach() local
1555 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()
1556 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
1557 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()
1562 info->params.crc_type = new_crctype; in hdlcdev_attach()
H A Dsynclink_gt.c1357 unsigned short new_crctype; in hdlcdev_attach() local
1377 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()
1378 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
1379 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()
1384 info->params.crc_type = new_crctype; in hdlcdev_attach()
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c1348 unsigned short new_crctype; in hdlcdev_attach() local
1368 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()
1369 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
1370 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()
1375 info->params.crc_type = new_crctype; in hdlcdev_attach()

Completed in 30 milliseconds