Searched defs:tty_operations (Results 1 – 1 of 1) sorted by relevance
247 struct tty_operations { struct254 void (*shutdown)(struct tty_struct *tty);255 void (*cleanup)(struct tty_struct *tty);256 int (*write)(struct tty_struct * tty,262 int (*ioctl)(struct tty_struct *tty,269 void (*stop)(struct tty_struct *tty);270 void (*start)(struct tty_struct *tty);271 void (*hangup)(struct tty_struct *tty);277 int (*tiocmget)(struct tty_struct *tty);278 int (*tiocmset)(struct tty_struct *tty,[all …]
Completed in 6 milliseconds