Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dn_hdlc.c79 #define HDLC_MAGIC 0x239e macro
296 if (n_hdlc->magic != HDLC_MAGIC) { in n_hdlc_tty_close()
508 if (n_hdlc->magic != HDLC_MAGIC) { in n_hdlc_tty_receive()
660 if (n_hdlc->magic != HDLC_MAGIC) in n_hdlc_tty_write()
689 if (!n_hdlc || n_hdlc->magic != HDLC_MAGIC || in n_hdlc_tty_write()
742 if (!n_hdlc || n_hdlc->magic != HDLC_MAGIC) in n_hdlc_tty_ioctl()
808 if (n_hdlc && n_hdlc->magic == HDLC_MAGIC && tty == n_hdlc->tty) { in n_hdlc_tty_poll()
872 n_hdlc->magic = HDLC_MAGIC; in n_hdlc_alloc()
/Linux-v4.19/Documentation/translations/zh_CN/
Dmagic-number.txt66 HDLC_MAGIC 0x239e n_hdlc drivers/char/n_hdlc.c
/Linux-v4.19/Documentation/process/
Dmagic-number.rst72 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``