0001 .. SPDX-License-Identifier: GPL-2.0
0002
0003 =============
0004 TTY Internals
0005 =============
0006
0007 .. contents:: :local:
0008
0009 Kopen
0010 =====
0011
0012 These functions serve for opening a TTY from the kernelspace:
0013
0014 .. kernel-doc:: drivers/tty/tty_io.c
0015 :identifiers: tty_kopen_exclusive tty_kopen_shared tty_kclose
0016
0017 ----
0018
0019 Exported Internal Functions
0020 ===========================
0021
0022 .. kernel-doc:: drivers/tty/tty_io.c
0023 :identifiers: tty_release_struct tty_dev_name_to_number tty_get_icount
0024
0025 ----
0026
0027 Internal Functions
0028 ==================
0029
0030 .. kernel-doc:: drivers/tty/tty_io.c
0031 :internal: