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:serial_lsr_in
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250.h
126
*
serial_lsr_in
- Read LSR register and preserve flags across reads
135
static inline u16
serial_lsr_in
(struct uart_8250_port *up)
in serial_lsr_in()
function
H
A
D
8250_dma.c
81
if (!dma->rx_running && (
serial_lsr_in
(p) & UART_LSR_DR))
in dma_rx_complete()
H
A
D
8250_dw.c
267
status =
serial_lsr_in
(up);
in dw8250_handle_irq()
278
status =
serial_lsr_in
(up);
in dw8250_handle_irq()
H
A
D
8250_port.c
1484
u16 lsr =
serial_lsr_in
(p);
in __stop_tx()
1543
u16 lsr =
serial_lsr_in
(up);
in __start_tx()
1917
status =
serial_lsr_in
(up);
in serial8250_handle_irq()
2003
if (!serial8250_tx_dma_running(up) && uart_lsr_tx_empty(
serial_lsr_in
(up)))
in serial8250_tx_empty()
2083
status =
serial_lsr_in
(up);
in wait_for_lsr()
H
A
D
8250_core.c
281
lsr =
serial_lsr_in
(up);
in serial8250_backup_timeout()
Completed in 8 milliseconds