Lines Matching defs:tty
42 struct tty_struct *tty; member
132 static struct asyncppp *ap_get(struct tty_struct *tty) in ap_get()
155 ppp_asynctty_open(struct tty_struct *tty) in ppp_asynctty_open()
215 ppp_asynctty_close(struct tty_struct *tty) in ppp_asynctty_close()
250 static int ppp_asynctty_hangup(struct tty_struct *tty) in ppp_asynctty_hangup()
261 ppp_asynctty_read(struct tty_struct *tty, struct file *file, in ppp_asynctty_read()
273 ppp_asynctty_write(struct tty_struct *tty, struct file *file, in ppp_asynctty_write()
285 ppp_asynctty_ioctl(struct tty_struct *tty, struct file *file, in ppp_asynctty_ioctl()
335 ppp_asynctty_poll(struct tty_struct *tty, struct file *file, poll_table *wait) in ppp_asynctty_poll()
342 ppp_asynctty_receive(struct tty_struct *tty, const unsigned char *buf, in ppp_asynctty_receive()
360 ppp_asynctty_wakeup(struct tty_struct *tty) in ppp_asynctty_wakeup()
651 struct tty_struct *tty = ap->tty; in ppp_async_push() local