Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_hdlc.c79 #define HDLC_MAGIC 0x239e macro
203 if (n_hdlc->magic != HDLC_MAGIC) { in n_hdlc_tty_close()
390 if (n_hdlc->magic != HDLC_MAGIC) { in n_hdlc_tty_receive()
543 if (n_hdlc->magic != HDLC_MAGIC) in n_hdlc_tty_write()
612 if (n_hdlc->magic != HDLC_MAGIC) in n_hdlc_tty_ioctl()
675 if (n_hdlc->magic != HDLC_MAGIC) in n_hdlc_tty_poll()
742 n_hdlc->magic = HDLC_MAGIC; in n_hdlc_alloc()

Completed in 2 milliseconds