tty_internals.rst 556 B

12345678910111213141516171819202122232425262728293031
  1. .. SPDX-License-Identifier: GPL-2.0
  2. =============
  3. TTY Internals
  4. =============
  5. .. contents:: :local:
  6. Kopen
  7. =====
  8. These functions serve for opening a TTY from the kernelspace:
  9. .. kernel-doc:: drivers/tty/tty_io.c
  10. :identifiers: tty_kopen_exclusive tty_kopen_shared tty_kclose
  11. ----
  12. Exported Internal Functions
  13. ===========================
  14. .. kernel-doc:: drivers/tty/tty_io.c
  15. :identifiers: tty_release_struct tty_dev_name_to_number tty_get_icount
  16. ----
  17. Internal Functions
  18. ==================
  19. .. kernel-doc:: drivers/tty/tty_io.c
  20. :internal: