Home
last modified time | relevance | path

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

/Linux-v5.4/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()
661 if (n_hdlc->magic != HDLC_MAGIC) in n_hdlc_tty_write()
690 if (!n_hdlc || n_hdlc->magic != HDLC_MAGIC || in n_hdlc_tty_write()
743 if (!n_hdlc || n_hdlc->magic != HDLC_MAGIC) in n_hdlc_tty_ioctl()
809 if (n_hdlc && n_hdlc->magic == HDLC_MAGIC && tty == n_hdlc->tty) { in n_hdlc_tty_poll()
873 n_hdlc->magic = HDLC_MAGIC; in n_hdlc_alloc()
/Linux-v5.4/Documentation/translations/zh_CN/process/
Dmagic-number.rst63 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``
/Linux-v5.4/Documentation/translations/it_IT/process/
Dmagic-number.rst80 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``
/Linux-v5.4/Documentation/process/
Dmagic-number.rst74 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``