Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:stop_tty
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H
A
D
buffers.c
43
stop_tty
(vc_cons[i].d->port.tty);
in speakup_stop_ttys()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H
A
D
buffers.c
43
stop_tty
(vc_cons[i].d->port.tty);
in speakup_stop_ttys()
/kernel/linux/linux-6.6/include/linux/
H
A
D
tty.h
151
* @flow.stopped: tty stopped/started by
stop_tty
()/start_tty()
410
void
stop_tty
(struct tty_struct *tty);
/kernel/linux/linux-5.10/drivers/misc/ti-st/
H
A
D
st_core.c
681
stop_tty
(st_gdata->tty);
in st_unregister()
/kernel/linux/linux-5.10/include/linux/
H
A
D
tty.h
435
extern void
stop_tty
(struct tty_struct *tty);
/kernel/linux/linux-6.6/drivers/misc/ti-st/
H
A
D
st_core.c
674
stop_tty
(st_gdata->tty);
in st_unregister()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
tty_io.c
754
*
stop_tty
- propagate flow control
779
void
stop_tty
(struct tty_struct *tty)
in stop_tty()
function
787
EXPORT_SYMBOL(
stop_tty
);
variable
1178
stop_tty
(tty);
in tty_send_xchar()
H
A
D
n_tty.c
1278
stop_tty
(tty);
in n_tty_receive_char_special()
1459
stop_tty
(tty);
in n_tty_receive_char_closing()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
tty_io.c
759
*
stop_tty
- propagate flow control
772
void
stop_tty
(struct tty_struct *tty)
in stop_tty()
function
780
EXPORT_SYMBOL(
stop_tty
);
variable
1163
stop_tty
(tty);
in tty_send_xchar()
H
A
D
n_tty.c
1259
stop_tty
(tty);
in n_tty_receive_char_flow_ctrl()
/kernel/linux/linux-5.10/drivers/net/ppp/
H
A
D
ppp_async.c
920
stop_tty
(ap->tty);
in ppp_async_input()
/kernel/linux/linux-6.6/drivers/net/ppp/
H
A
D
ppp_async.c
908
stop_tty
(ap->tty);
in ppp_async_input()
/kernel/linux/linux-5.10/drivers/tty/vt/
H
A
D
keyboard.c
495
* Note: SCROLLOCK will be set (cleared) by
stop_tty
(start_tty);
in fn_hold()
502
stop_tty
(tty);
in fn_hold()
1191
* the LED updating. We can't do it yet because fn_hold calls
stop_tty
/kernel/linux/linux-6.6/drivers/tty/vt/
H
A
D
keyboard.c
521
* Note: SCROLLOCK will be set (cleared) by
stop_tty
(start_tty);
in fn_hold()
528
stop_tty
(tty);
in fn_hold()
1217
* the LED updating. We can't do it yet because fn_hold calls
stop_tty
Completed in 26 milliseconds