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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dn_hdlc.c198 static rw_ret_t n_hdlc_tty_write(struct tty_struct *,
661 /* n_hdlc_tty_write()
672 static rw_ret_t n_hdlc_tty_write (struct tty_struct *tty, struct file *file, function
681 printk("%s(%d)n_hdlc_tty_write() called count=%d\n",
695 "n_hdlc_tty_write: truncating user packet "
712 printk("n_hdlc_tty_write: %p invalid after wait!\n", n_hdlc);
742 } /* end of n_hdlc_tty_write() */
996 n_hdlc_ldisc.write = n_hdlc_tty_write;

Completed in 44 milliseconds