Home
last modified time | relevance | path

Searched defs:tty_operations (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
A Dtty_driver.h247 struct tty_operations { struct
254 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