Searched defs:tty_operations (Results 1 – 1 of 1) sorted by relevance
350 struct tty_operations { struct357 void (*shutdown)(struct tty_struct *tty);358 void (*cleanup)(struct tty_struct *tty);359 int (*write)(struct tty_struct * tty,365 int (*ioctl)(struct tty_struct *tty,372 void (*stop)(struct tty_struct *tty);373 void (*start)(struct tty_struct *tty);374 void (*hangup)(struct tty_struct *tty);380 int (*tiocmget)(struct tty_struct *tty);381 int (*tiocmset)(struct tty_struct *tty,[all …]
Completed in 6 milliseconds