Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtty.h193 struct tty_struct { struct
194 struct kref kref;
195 int index;
196 struct device *dev;
198 struct tty_port *port;
209 struct ktermios termios, termios_locked;
210 char name[64];
211 unsigned long flags;
212 int count;
236 struct tty_struct *link; argument
[all …]