Searched refs:PARITY_CRC16_PR1_CCITT (Results 1 – 22 of 22) sorted by relevance
/Linux-v5.10/include/uapi/linux/hdlc/ |
D | ioctl.h | 28 #define PARITY_CRC16_PR1_CCITT 5 /* CRC16, initial 0xFFFF, ITU-T version */ macro
|
/Linux-v5.10/drivers/net/wan/ |
D | hdlc_raw.c | 71 new_settings.parity = PARITY_CRC16_PR1_CCITT; in raw_ioctl()
|
D | hdlc_raw_eth.c | 87 new_settings.parity = PARITY_CRC16_PR1_CCITT; in raw_eth_ioctl()
|
D | hostess_sv11.c | 172 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in hostess_attach()
|
D | hdlc_x25.c | 294 result=hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in x25_ioctl()
|
D | sealevel.c | 164 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in sealevel_attach()
|
D | hd64572.c | 443 case PARITY_CRC16_PR1_CCITT: md0 = MD0_HDLC | MD0_CRC_ITU; break; in sca_open() 506 parity != PARITY_CRC16_PR1_CCITT) in sca_attach()
|
D | hdlc_cisco.c | 362 result = hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in cisco_ioctl()
|
D | hd64570.c | 479 case PARITY_CRC16_PR1_CCITT: md0 = MD0_HDLC | MD0_CRC_ITU; break; in sca_open() 553 parity != PARITY_CRC16_PR1_CCITT) in sca_attach()
|
D | hdlc_ppp.c | 676 result = hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in ppp_ioctl()
|
D | wanxl.c | 328 parity != PARITY_CRC16_PR1_CCITT && in wanxl_attach()
|
D | wanxlfw.S | 360 cmpl #PARITY_CRC16_PR1_CCITT, STATUS_PARITY(%a0)
|
D | fsl_ucc_hdlc.c | 838 parity != PARITY_CRC16_PR1_CCITT) in ucc_hdlc_attach()
|
D | hdlc_fr.c | 1236 result=hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in fr_ioctl()
|
D | ixp4xx_hss.c | 1173 case PARITY_CRC16_PR1_CCITT: in hss_hdlc_attach()
|
D | cosa.c | 617 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in cosa_net_attach()
|
D | farsync.c | 2236 if (encoding != ENCODING_NRZ || parity != PARITY_CRC16_PR1_CCITT) in fst_attach()
|
/Linux-v5.10/drivers/net/wan/lmc/ |
D | lmc_main.c | 784 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in lmc_attach()
|
/Linux-v5.10/drivers/char/pcmcia/ |
D | synclink_cs.c | 3902 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|
/Linux-v5.10/drivers/tty/ |
D | synclink_gt.c | 1433 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|
D | synclinkmp.c | 1556 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|
D | synclink.c | 7455 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|