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:LSR_FRM_ERR
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
io_ti.h
52
#define UMP_UART_LSR_DATA_MASK (LSR_PAR_ERR |
LSR_FRM_ERR
| LSR_BREAK)
H
A
D
io_16654.h
135
#define
LSR_FRM_ERR
0x08 // Rx framing error
macro
H
A
D
io_ti.c
1547
MAP_FLAG(UMP_UART_LSR_FE_MASK,
LSR_FRM_ERR
) /* framing error */
in map_line_status()
1597
LSR_FRM_ERR
| LSR_BREAK));
in handle_new_lsr()
1622
if (new_lsr &
LSR_FRM_ERR
)
in handle_new_lsr()
H
A
D
io_edgeport.c
2039
(LSR_OVER_ERR | LSR_PAR_ERR |
LSR_FRM_ERR
| LSR_BREAK));
in handle_new_lsr()
2065
if (newLsr &
LSR_FRM_ERR
)
in handle_new_lsr()
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
io_16654.h
135
#define
LSR_FRM_ERR
0x08 // Rx framing error
macro
H
A
D
io_ti.h
52
#define UMP_UART_LSR_DATA_MASK (LSR_PAR_ERR |
LSR_FRM_ERR
| LSR_BREAK)
H
A
D
io_ti.c
1541
MAP_FLAG(UMP_UART_LSR_FE_MASK,
LSR_FRM_ERR
) /* framing error */
in map_line_status()
1591
LSR_FRM_ERR
| LSR_BREAK));
in handle_new_lsr()
1616
if (new_lsr &
LSR_FRM_ERR
)
in handle_new_lsr()
H
A
D
io_edgeport.c
1923
(LSR_OVER_ERR | LSR_PAR_ERR |
LSR_FRM_ERR
| LSR_BREAK));
in handle_new_lsr()
1949
if (newLsr &
LSR_FRM_ERR
)
in handle_new_lsr()
Completed in 16 milliseconds