cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

tty_internals.rst (556B)


      1.. SPDX-License-Identifier: GPL-2.0
      2
      3=============
      4TTY Internals
      5=============
      6
      7.. contents:: :local:
      8
      9Kopen
     10=====
     11
     12These functions serve for opening a TTY from the kernelspace:
     13
     14.. kernel-doc:: drivers/tty/tty_io.c
     15      :identifiers: tty_kopen_exclusive tty_kopen_shared tty_kclose
     16
     17----
     18
     19Exported Internal Functions
     20===========================
     21
     22.. kernel-doc:: drivers/tty/tty_io.c
     23   :identifiers: tty_release_struct tty_dev_name_to_number tty_get_icount
     24
     25----
     26
     27Internal Functions
     28==================
     29
     30.. kernel-doc:: drivers/tty/tty_io.c
     31   :internal: