mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 01:24:12 +08:00
3f19fed8d0
We now have all the kernel-doc comments in the code ready. So add a couple of documents dragging those into generated docs from Documentation/. There is only some sugar text around included kernel-docs here. It's a complete chapter, to be extended later as desired. This is a solid cornerstone for the time being, I believe. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Link: https://lore.kernel.org/r/20211126081611.11001-24-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:
|