Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtty.h193 struct tty_struct { struct
194 struct kref kref;
195 struct device *dev;
196 struct tty_driver *driver;
198 int index;
201 struct tty_ldisc *ldisc;
208 struct ktermios termios, termios_locked;
209 char name[64];
210 unsigned long flags;
234 struct tty_struct *link; argument
[all …]
/linux-6.3-rc2/drivers/tty/
A Dtty_io.c958 ssize_t (*write)(struct tty_struct *, struct file *, const unsigned char *, size_t), in do_tty_write()

Completed in 9 milliseconds