Lines Matching defs:tty
53 struct tty_struct *tty; member
134 static struct syncppp *sp_get(struct tty_struct *tty) in sp_get()
156 ppp_sync_open(struct tty_struct *tty) in ppp_sync_open()
214 ppp_sync_close(struct tty_struct *tty) in ppp_sync_close()
248 static int ppp_sync_hangup(struct tty_struct *tty) in ppp_sync_hangup()
259 ppp_sync_read(struct tty_struct *tty, struct file *file, in ppp_sync_read()
270 ppp_sync_write(struct tty_struct *tty, struct file *file, in ppp_sync_write()
277 ppp_synctty_ioctl(struct tty_struct *tty, struct file *file, in ppp_synctty_ioctl()
327 ppp_sync_poll(struct tty_struct *tty, struct file *file, poll_table *wait) in ppp_sync_poll()
334 ppp_sync_receive(struct tty_struct *tty, const unsigned char *buf, in ppp_sync_receive()
352 ppp_sync_wakeup(struct tty_struct *tty) in ppp_sync_wakeup()
591 struct tty_struct *tty = ap->tty; in ppp_sync_push() local