TTY Struct¶
struct tty_struct is allocated by the TTY layer upon the first open of the TTY device and released after the last close. The TTY layer passes this structure to most of struct tty_operation's hooks. Members of tty_struct are documented in TTY Struct Reference at the bottom.
Initialization¶
Error
kernel-doc missing
Name¶
Error
kernel-doc missing
Reference counting¶
Error
kernel-doc missing
Error
kernel-doc missing
Install¶
Error
kernel-doc missing
Read & Write¶
Error
kernel-doc missing
Start & Stop¶
Error
kernel-doc missing
Wakeup¶
Error
kernel-doc missing
Hangup¶
Error
kernel-doc missing
Misc¶
Error
kernel-doc missing
TTY Struct Flags¶
Error
kernel-doc missing
TTY Struct Reference¶
Error
kernel-doc missing