Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: add console.rst

Now, that the console kernel-doc is in better shape, include it in the
tty/ docs.

It's not supernice, but it is what it is. At least for the beginning.

Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Tested-by: Helge Deller <deller@gmx.de> # parisc STI console
Link: https://lore.kernel.org/r/20240122110401.7289-48-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jiri Slaby (SUSE) and committed by
Greg Kroah-Hartman
cf066f93 60234365

+46
+45
Documentation/driver-api/tty/console.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ======= 4 + Console 5 + ======= 6 + 7 + .. contents:: :local: 8 + 9 + Struct Console 10 + ============== 11 + 12 + .. kernel-doc:: include/linux/console.h 13 + :identifiers: console cons_flags 14 + 15 + Internals 16 + --------- 17 + 18 + .. kernel-doc:: include/linux/console.h 19 + :identifiers: nbcon_state nbcon_prio nbcon_context nbcon_write_context 20 + 21 + Struct Consw 22 + ============ 23 + 24 + .. kernel-doc:: include/linux/console.h 25 + :identifiers: consw 26 + 27 + Console functions 28 + ================= 29 + 30 + .. kernel-doc:: include/linux/console.h 31 + :identifiers: console_srcu_read_flags console_srcu_write_flags 32 + console_is_registered for_each_console_srcu for_each_console 33 + 34 + .. kernel-doc:: drivers/tty/vt/selection.c 35 + :export: 36 + .. kernel-doc:: drivers/tty/vt/vt.c 37 + :export: 38 + 39 + Internals 40 + --------- 41 + 42 + .. kernel-doc:: drivers/tty/vt/selection.c 43 + :internal: 44 + .. kernel-doc:: drivers/tty/vt/vt.c 45 + :internal:
+1
Documentation/driver-api/tty/index.rst
··· 38 38 tty_buffer 39 39 tty_ioctl 40 40 tty_internals 41 + console 41 42 42 43 Writing TTY Driver 43 44 ==================