1 .. SPDX-License-Identifier: GPL-2.0 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 ======= 3 ======= 4 Console 4 Console 5 ======= 5 ======= 6 6 7 .. contents:: :local: 7 .. contents:: :local: 8 8 9 Struct Console 9 Struct Console 10 ============== 10 ============== 11 11 12 .. kernel-doc:: include/linux/console.h 12 .. kernel-doc:: include/linux/console.h 13 :identifiers: console cons_flags 13 :identifiers: console cons_flags 14 14 15 Internals 15 Internals 16 --------- 16 --------- 17 17 18 .. kernel-doc:: include/linux/console.h 18 .. kernel-doc:: include/linux/console.h 19 :identifiers: nbcon_state nbcon_prio nbcon_ 19 :identifiers: nbcon_state nbcon_prio nbcon_context nbcon_write_context 20 20 21 Struct Consw 21 Struct Consw 22 ============ 22 ============ 23 23 24 .. kernel-doc:: include/linux/console.h 24 .. kernel-doc:: include/linux/console.h 25 :identifiers: consw 25 :identifiers: consw 26 26 27 Console functions 27 Console functions 28 ================= 28 ================= 29 29 30 .. kernel-doc:: include/linux/console.h 30 .. kernel-doc:: include/linux/console.h 31 :identifiers: console_srcu_read_flags conso 31 :identifiers: console_srcu_read_flags console_srcu_write_flags 32 console_is_registered for_each_console 32 console_is_registered for_each_console_srcu for_each_console 33 33 34 .. kernel-doc:: drivers/tty/vt/selection.c 34 .. kernel-doc:: drivers/tty/vt/selection.c 35 :export: 35 :export: 36 .. kernel-doc:: drivers/tty/vt/vt.c 36 .. kernel-doc:: drivers/tty/vt/vt.c 37 :export: 37 :export: 38 38 39 Internals 39 Internals 40 --------- 40 --------- 41 41 42 .. kernel-doc:: drivers/tty/vt/selection.c 42 .. kernel-doc:: drivers/tty/vt/selection.c 43 :internal: 43 :internal: 44 .. kernel-doc:: drivers/tty/vt/vt.c 44 .. kernel-doc:: drivers/tty/vt/vt.c 45 :internal: 45 :internal:
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.