mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-21 01:54:51 +08:00
b96cd8b05e
Based on discussion starting as 87mthw2o93.fsf@meer.lwn.net, let's move the tty documentation to driver-api. It's more appropriate there. Cc: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Jiri Slaby <jslaby@suse.cz> Link: https://lore.kernel.org/r/20220411110143.10019-2-jslaby@suse.cz Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
32 lines
556 B
ReStructuredText
32 lines
556 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
=============
|
|
TTY Internals
|
|
=============
|
|
|
|
.. contents:: :local:
|
|
|
|
Kopen
|
|
=====
|
|
|
|
These functions serve for opening a TTY from the kernelspace:
|
|
|
|
.. kernel-doc:: drivers/tty/tty_io.c
|
|
:identifiers: tty_kopen_exclusive tty_kopen_shared tty_kclose
|
|
|
|
----
|
|
|
|
Exported Internal Functions
|
|
===========================
|
|
|
|
.. kernel-doc:: drivers/tty/tty_io.c
|
|
:identifiers: tty_release_struct tty_dev_name_to_number tty_get_icount
|
|
|
|
----
|
|
|
|
Internal Functions
|
|
==================
|
|
|
|
.. kernel-doc:: drivers/tty/tty_io.c
|
|
:internal:
|