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:UART_FLG_RD_BLOCK
(Results
1 - 8
of
8
) sorted by relevance
/device/qemu/drivers/uart/
H
A
D
uart.c
43
if ((udd->flags &
UART_FLG_RD_BLOCK
) && (PL011UartRxBufEmpty(udd))) {
in Hi35xxRead()
47
if ((udd->flags &
UART_FLG_RD_BLOCK
) && (PL011UartRxBufEmpty(udd))) {
in Hi35xxRead()
187
udd->flags |=
UART_FLG_RD_BLOCK
;
in Hi35xxSetTransMode()
189
udd->flags &= ~
UART_FLG_RD_BLOCK
;
in Hi35xxSetTransMode()
H
A
D
uart_pl011.h
151
#define
UART_FLG_RD_BLOCK
(1 << 2)
macro
/device/soc/hisilicon/common/platform/uart/
H
A
D
uart_hi35xx.c
114
if ((udd->flags &
UART_FLG_RD_BLOCK
) && (PL011UartRxBufEmpty(udd))) {
in Hi35xxRead()
118
if ((udd->flags &
UART_FLG_RD_BLOCK
) && (PL011UartRxBufEmpty(udd))) {
in Hi35xxRead()
266
udd->flags |=
UART_FLG_RD_BLOCK
;
in Hi35xxSetTransMode()
268
udd->flags &= ~
UART_FLG_RD_BLOCK
;
in Hi35xxSetTransMode()
H
A
D
uart_pl011.h
151
#define
UART_FLG_RD_BLOCK
(1 << 2)
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H
A
D
uart_drv.h
34
#define
UART_FLG_RD_BLOCK
2
macro
H
A
D
uart.c
137
if ((len == 0) && (udd->act.rx_block ==
UART_FLG_RD_BLOCK
)) {
in uart_read()
H
A
D
uart_drv.c
421
if (udd->act.rx_block ==
UART_FLG_RD_BLOCK
) {
in uart_dma_recv_irq()
470
if (udd->act.rx_block ==
UART_FLG_RD_BLOCK
) {
in uart_nodma_recv_irq()
H
A
D
hi_uart.c
431
if (udd->act.rx_block !=
UART_FLG_RD_BLOCK
) {
in hi_uart_quit_read()
Completed in 6 milliseconds