Lines Matching refs:TTY
4 TTY Driver and TTY Operations
14 allocated structure is filled with information. See `TTY Driver Reference`_ at
19 in `TTY Driver Flags`_ below.
31 TTY Driver Flags
38 :doc: TTY Driver Flags
58 Every TTY device shall be backed by a struct tty_port. Usually, TTY drivers
65 TTY driver is supposed to register every device discovered in the system
71 manage free indices and choosing the right one. The TTY layer only refuses to
74 When the device is opened, the TTY layer allocates struct tty_struct and starts
75 calling operations from :c:member:`tty_driver.ops`, see `TTY Operations
88 As stated earlier, every TTY device shall have a struct tty_port assigned to
89 it. It must be known to the TTY layer at :c:member:`tty_driver.ops.install()`
110 TTY Driver Reference
121 TTY Operations Reference
124 When a TTY is registered, these driver hooks can be invoked by the TTY layer: