Home
last modified time | relevance | path

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

/linux/include/uapi/linux/hdlc/
H A Dioctl.h16 #define ENCODING_NRZ 1 macro
/linux/drivers/net/wan/
H A Dhdlc_raw.c68 new_settings.encoding = ENCODING_NRZ; in raw_ioctl()
H A Dhdlc_raw_eth.c84 new_settings.encoding = ENCODING_NRZ; in raw_eth_ioctl()
H A Dhd64572.c417 case ENCODING_NRZ: in sca_open()
499 if (encoding != ENCODING_NRZ && in sca_attach()
H A Dhdlc_x25.c335 result = hdlc->attach(dev, ENCODING_NRZ, in x25_ioctl()
H A Dhd64570.c460 case ENCODING_NRZ: in sca_open()
553 if (encoding != ENCODING_NRZ && in sca_attach()
H A Dhdlc_cisco.c344 result = hdlc->attach(dev, ENCODING_NRZ, in cisco_ioctl()
H A Dwanxl.c330 if (encoding != ENCODING_NRZ && in wanxl_attach()
H A Dhdlc_ppp.c680 result = hdlc->attach(dev, ENCODING_NRZ, in ppp_ioctl()
H A Dfsl_qmc_hdlc.c682 if (encoding != ENCODING_NRZ) in qmc_hdlc_attach()
H A Dfsl_ucc_hdlc.c843 if (encoding != ENCODING_NRZ && in ucc_hdlc_attach()
H A Dhdlc_fr.c1233 result = hdlc->attach(dev, ENCODING_NRZ, in fr_ioctl()
H A Dixp4xx_hss.c1214 if (encoding != ENCODING_NRZ) in hss_hdlc_attach()
H A Dfarsync.c2172 if (encoding != ENCODING_NRZ || parity != PARITY_CRC16_PR1_CCITT) in fst_attach()
/linux/drivers/tty/
H A Dsynclink_gt.c1359 case ENCODING_NRZ: new_encoding = HDLC_ENCODING_NRZ; break; in hdlcdev_attach()