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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dn_hdlc.c205 static void n_hdlc_tty_close (struct tty_struct *);
273 /* n_hdlc_tty_close()
278 static void n_hdlc_tty_close(struct tty_struct *tty) function
283 printk("%s(%d)n_hdlc_tty_close() called\n",__FILE__,__LINE__);
307 printk("%s(%d)n_hdlc_tty_close() success\n",__FILE__,__LINE__);
309 } /* end of n_hdlc_tty_close() */
994 n_hdlc_ldisc.close = n_hdlc_tty_close;

Completed in 25 milliseconds