Lines Matching defs:tty
56 struct tty_struct *tty; member
137 static struct syncppp *sp_get(struct tty_struct *tty) in sp_get()
159 ppp_sync_open(struct tty_struct *tty) in ppp_sync_open()
217 ppp_sync_close(struct tty_struct *tty) in ppp_sync_close()
251 static int ppp_sync_hangup(struct tty_struct *tty) in ppp_sync_hangup()
262 ppp_sync_read(struct tty_struct *tty, struct file *file, in ppp_sync_read()
273 ppp_sync_write(struct tty_struct *tty, struct file *file, in ppp_sync_write()
280 ppp_synctty_ioctl(struct tty_struct *tty, struct file *file, in ppp_synctty_ioctl()
330 ppp_sync_poll(struct tty_struct *tty, struct file *file, poll_table *wait) in ppp_sync_poll()
337 ppp_sync_receive(struct tty_struct *tty, const unsigned char *buf, in ppp_sync_receive()
355 ppp_sync_wakeup(struct tty_struct *tty) in ppp_sync_wakeup()
594 struct tty_struct *tty = ap->tty; in ppp_sync_push() local