Lines Matching refs:tty_struct
46 struct tty_struct *tty;
136 static struct asyncppp *ap_get(struct tty_struct *tty) in ap_get()
159 ppp_asynctty_open(struct tty_struct *tty) in ppp_asynctty_open()
219 ppp_asynctty_close(struct tty_struct *tty) in ppp_asynctty_close()
254 static int ppp_asynctty_hangup(struct tty_struct *tty) in ppp_asynctty_hangup()
265 ppp_asynctty_read(struct tty_struct *tty, struct file *file, in ppp_asynctty_read()
276 ppp_asynctty_write(struct tty_struct *tty, struct file *file, in ppp_asynctty_write()
288 ppp_asynctty_ioctl(struct tty_struct *tty, struct file *file, in ppp_asynctty_ioctl()
338 ppp_asynctty_poll(struct tty_struct *tty, struct file *file, poll_table *wait) in ppp_asynctty_poll()
345 ppp_asynctty_receive(struct tty_struct *tty, const unsigned char *buf, in ppp_asynctty_receive()
363 ppp_asynctty_wakeup(struct tty_struct *tty) in ppp_asynctty_wakeup()
654 struct tty_struct *tty = ap->tty; in ppp_async_push()