Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtty_driver.h442 struct tty_operations { struct
449 void (*shutdown)(struct tty_struct *tty);
450 void (*cleanup)(struct tty_struct *tty);
456 int (*ioctl)(struct tty_struct *tty,
461 void (*throttle)(struct tty_struct * tty);
463 void (*stop)(struct tty_struct *tty);
464 void (*start)(struct tty_struct *tty);
465 void (*hangup)(struct tty_struct *tty);
472 int (*tiocmget)(struct tty_struct *tty);
473 int (*tiocmset)(struct tty_struct *tty,
[all …]