Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtty_driver.h350 struct tty_operations { struct
357 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