Searched refs:HDLC_MAGIC (Results 1 – 3 of 3) sorted by relevance
80 #define HDLC_MAGIC 0x239e macro307 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()
66 HDLC_MAGIC 0x239e n_hdlc drivers/char/n_hdlc.c