n_tty.rst 368 B

12345678910111213141516171819202122
  1. .. SPDX-License-Identifier: GPL-2.0
  2. =====
  3. N_TTY
  4. =====
  5. .. contents:: :local:
  6. The default (and fallback) :doc:`TTY line discipline <tty_ldisc>`. It tries to
  7. handle characters as per POSIX.
  8. External Functions
  9. ==================
  10. .. kernel-doc:: drivers/tty/n_tty.c
  11. :export:
  12. Internal Functions
  13. ==================
  14. .. kernel-doc:: drivers/tty/n_tty.c
  15. :internal: