Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dn_hdlc.c80 #define HDLC_MAGIC 0x239e macro
307 if (n_hdlc->magic != HDLC_MAGIC) { in n_hdlc_tty_close()
526 if (n_hdlc->magic != HDLC_MAGIC) { in n_hdlc_tty_receive()
678 if (n_hdlc->magic != HDLC_MAGIC) in n_hdlc_tty_write()
707 if (!n_hdlc || n_hdlc->magic != HDLC_MAGIC || in n_hdlc_tty_write()
759 if (!n_hdlc || n_hdlc->magic != HDLC_MAGIC) in n_hdlc_tty_ioctl()
821 if (n_hdlc && n_hdlc->magic == HDLC_MAGIC && tty == n_hdlc->tty) { in n_hdlc_tty_poll()
880 n_hdlc->magic = HDLC_MAGIC; in n_hdlc_alloc()
/linux-4.1.27/Documentation/zh_CN/
Dmagic-number.txt66 HDLC_MAGIC 0x239e n_hdlc drivers/char/n_hdlc.c
/linux-4.1.27/Documentation/
Dmagic-number.txt66 HDLC_MAGIC 0x239e n_hdlc drivers/char/n_hdlc.c