Searched defs:tty_operations (Results 1 – 1 of 1) sorted by relevance
357 struct tty_operations { struct364 void (*shutdown)(struct tty_struct *tty);365 void (*cleanup)(struct tty_struct *tty);371 int (*ioctl)(struct tty_struct *tty,376 void (*throttle)(struct tty_struct * tty);378 void (*stop)(struct tty_struct *tty);379 void (*start)(struct tty_struct *tty);380 void (*hangup)(struct tty_struct *tty);387 int (*tiocmget)(struct tty_struct *tty);388 int (*tiocmset)(struct tty_struct *tty,[all …]