TTY Port¶
The TTY drivers are advised to use struct tty_port helpers as much as possible.
If the drivers implement tty_port.ops.activate()
and
tty_port.ops.shutdown()
, they can use tty_port_open(),
tty_port_close(), and tty_port_hangup() in respective
tty_struct.ops
hooks.
The reference and details are contained in the TTY Port Reference and TTY Port Operations Reference sections at the bottom.
TTY Port Functions¶
Init & Destroy¶
Error
kernel-doc missing
Open/Close/Hangup Helpers¶
Error
kernel-doc missing
TTY Refcounting¶
Error
kernel-doc missing
TTY Helpers¶
Error
kernel-doc missing
Modem Signals¶
Error
kernel-doc missing
TTY Port Reference¶
Error
kernel-doc missing
TTY Port Operations Reference¶
Error
kernel-doc missing