Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtty_driver.h356 struct tty_operations { struct
363 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 6 milliseconds