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:tty_write_room
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H
A
D
spk_ttyio.c
405
if (
tty_write_room
(speakup_tty) < 1 ||
in spk_ttyio_synth_immediate()
/kernel/linux/linux-5.10/drivers/tty/serdev/
H
A
D
serdev-ttyport.c
102
return
tty_write_room
(tty);
in ttyport_write_room()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H
A
D
spk_ttyio.c
380
if (
tty_write_room
(tty) < 1 ||
in spk_ttyio_synth_immediate()
/kernel/linux/linux-6.6/drivers/tty/serdev/
H
A
D
serdev-ttyport.c
102
return
tty_write_room
(tty);
in ttyport_write_room()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
tty_ioctl.c
67
*
tty_write_room
- write queue space
77
int
tty_write_room
(struct tty_struct *tty)
in tty_write_room()
function
83
EXPORT_SYMBOL(
tty_write_room
);
variable
H
A
D
n_tty.c
509
space =
tty_write_room
(tty);
in process_output()
548
space =
tty_write_room
(tty);
in process_output_block()
629
old_space = space =
tty_write_room
(tty);
in __process_echoes()
2475
tty_write_room
(tty) > 0)
in n_tty_poll()
H
A
D
n_gsm.c
2530
if (
tty_write_room
(gsm->tty) < len) {
in gsmld_output()
2761
space =
tty_write_room
(tty);
in gsmld_write()
2800
if (!tty_is_writelocked(tty) &&
tty_write_room
(tty) > 0)
in gsmld_poll()
H
A
D
n_r3964.c
452
room =
tty_write_room
(tty);
in transmit_block()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
tty_ioctl.c
60
*
tty_write_room
- write queue space
70
unsigned int
tty_write_room
(struct tty_struct *tty)
in tty_write_room()
function
76
EXPORT_SYMBOL(
tty_write_room
);
variable
H
A
D
n_tty.c
498
space =
tty_write_room
(tty);
in process_output()
536
space =
tty_write_room
(tty);
in process_output_block()
708
old_space = space =
tty_write_room
(tty);
in __process_echoes()
2474
tty_write_room
(tty) > 0)
in n_tty_poll()
H
A
D
n_gsm.c
3454
if (
tty_write_room
(gsm->tty) < len) {
in gsmld_output()
3721
space =
tty_write_room
(tty);
in gsmld_write()
3760
if (!tty_is_writelocked(tty) &&
tty_write_room
(tty) > 0)
in gsmld_poll()
/kernel/linux/linux-5.10/drivers/net/caif/
H
A
D
caif_serial.c
227
room =
tty_write_room
(tty);
in handle_tx()
/kernel/linux/linux-6.6/drivers/net/caif/
H
A
D
caif_serial.c
226
room =
tty_write_room
(tty);
in handle_tx()
/kernel/linux/linux-6.6/include/linux/
H
A
D
tty.h
416
unsigned int
tty_write_room
(struct tty_struct *tty);
/kernel/linux/linux-5.10/include/linux/
H
A
D
tty.h
450
extern int
tty_write_room
(struct tty_struct *tty);
/kernel/linux/linux-6.6/drivers/misc/ti-st/
H
A
D
st_core.c
59
return
tty_write_room
(st_gdata->tty);
in st_get_uart_wr_room()
Completed in 30 milliseconds