Searched defs:tty_operations (Results 1 – 1 of 1) sorted by relevance
356 struct tty_operations { struct363 void (*shutdown)(struct tty_struct *tty);364 void (*cleanup)(struct tty_struct *tty);370 int (*ioctl)(struct tty_struct *tty,375 void (*throttle)(struct tty_struct * tty);377 void (*stop)(struct tty_struct *tty);378 void (*start)(struct tty_struct *tty);379 void (*hangup)(struct tty_struct *tty);386 int (*tiocmget)(struct tty_struct *tty);387 int (*tiocmset)(struct tty_struct *tty,[all …]
Completed in 4 milliseconds