brintos

brintos / linux-shallow public Read only

0
0
Text · 865 B · 4348e36 Raw
46 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3=======4Console5=======6 7.. contents:: :local:8 9Struct Console10==============11 12.. kernel-doc:: include/linux/console.h13   :identifiers: console cons_flags14 15Internals16---------17 18.. kernel-doc:: include/linux/console.h19   :identifiers: nbcon_state nbcon_prio nbcon_context nbcon_write_context20 21Struct Consw22============23 24.. kernel-doc:: include/linux/console.h25   :identifiers: consw26 27Console functions28=================29 30.. kernel-doc:: include/linux/console.h31   :identifiers: console_srcu_read_flags console_srcu_write_flags32        console_is_registered for_each_console_srcu for_each_console33 34.. kernel-doc:: drivers/tty/vt/selection.c35   :export:36.. kernel-doc:: drivers/tty/vt/vt.c37   :export:38 39Internals40---------41 42.. kernel-doc:: drivers/tty/vt/selection.c43   :internal:44.. kernel-doc:: drivers/tty/vt/vt.c45   :internal:46