Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtty_driver.h357 struct tty_operations { struct
364 void (*shutdown)(struct tty_struct *tty);
365 void (*cleanup)(struct tty_struct *tty);
371 int (*ioctl)(struct tty_struct *tty,
376 void (*throttle)(struct tty_struct * tty);
378 void (*stop)(struct tty_struct *tty);
379 void (*start)(struct tty_struct *tty);
380 void (*hangup)(struct tty_struct *tty);
387 int (*tiocmget)(struct tty_struct *tty);
388 int (*tiocmset)(struct tty_struct *tty,
[all …]