blob: d0d415820300e723cb19fd130aad4972cf03f3bd [file] [log] [blame]
Jiri Slaby3f19fed2021-11-26 09:16:11 +01001.. SPDX-License-Identifier: GPL-2.0
2
3=============
4TTY Internals
5=============
6
7.. contents:: :local:
8
9Kopen
10=====
11
12These functions serve for opening a TTY from the kernelspace:
13
14.. kernel-doc:: drivers/tty/tty_io.c
15 :identifiers: tty_kopen_exclusive tty_kopen_shared tty_kclose
16
17----
18
19Exported Internal Functions
20===========================
21
22.. kernel-doc:: drivers/tty/tty_io.c
23 :identifiers: tty_release_struct tty_dev_name_to_number tty_get_icount
24
25----
26
27Internal Functions
28==================
29
30.. kernel-doc:: drivers/tty/tty_io.c
31 :internal: