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:ch_cached_lsr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
H
A
D
jsm_neo.c
290
linestatus = ch->
ch_cached_lsr
;
in neo_copy_data_from_uart_to_queue()
291
ch->
ch_cached_lsr
= 0;
in neo_copy_data_from_uart_to_queue()
405
ch->
ch_cached_lsr
= linestatus;
in neo_copy_data_from_uart_to_queue()
502
ch->
ch_cached_lsr
|= lsrbits;
in neo_copy_data_from_queue_to_uart()
503
if (ch->
ch_cached_lsr
& UART_LSR_THRE) {
in neo_copy_data_from_queue_to_uart()
504
ch->
ch_cached_lsr
&= ~(UART_LSR_THRE);
in neo_copy_data_from_queue_to_uart()
845
ch->
ch_cached_lsr
|= linestatus;
in neo_parse_lsr()
847
if (ch->
ch_cached_lsr
& UART_LSR_DR) {
in neo_parse_lsr()
1337
ch->
ch_cached_lsr
|= lsr;
in neo_get_uart_bytes_left()
H
A
D
jsm.h
219
u8
ch_cached_lsr
; /* Cached value of the LSR register */
member
H
A
D
jsm_cls.c
369
linestatus = ch->
ch_cached_lsr
;
in cls_copy_data_from_uart_to_queue()
370
ch->
ch_cached_lsr
= 0;
in cls_copy_data_from_uart_to_queue()
H
A
D
jsm_tty.c
241
channel->
ch_cached_lsr
= 0;
in jsm_tty_open()
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/
H
A
D
jsm_neo.c
290
linestatus = ch->
ch_cached_lsr
;
in neo_copy_data_from_uart_to_queue()
291
ch->
ch_cached_lsr
= 0;
in neo_copy_data_from_uart_to_queue()
406
ch->
ch_cached_lsr
= linestatus;
in neo_copy_data_from_uart_to_queue()
503
ch->
ch_cached_lsr
|= lsrbits;
in neo_copy_data_from_queue_to_uart()
504
if (ch->
ch_cached_lsr
& UART_LSR_THRE) {
in neo_copy_data_from_queue_to_uart()
505
ch->
ch_cached_lsr
&= ~(UART_LSR_THRE);
in neo_copy_data_from_queue_to_uart()
846
ch->
ch_cached_lsr
|= linestatus;
in neo_parse_lsr()
848
if (ch->
ch_cached_lsr
& UART_LSR_DR) {
in neo_parse_lsr()
1318
ch->
ch_cached_lsr
|= lsr;
in neo_get_uart_bytes_left()
H
A
D
jsm.h
219
u8
ch_cached_lsr
; /* Cached value of the LSR register */
member
H
A
D
jsm_tty.c
241
channel->
ch_cached_lsr
= 0;
in jsm_tty_open()
H
A
D
jsm_cls.c
368
ch->
ch_cached_lsr
= 0;
in cls_copy_data_from_uart_to_queue()
Completed in 9 milliseconds