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:wait_count
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
H
A
D
mipi_tx_hal.c
702
unsigned int
wait_count
;
in mipi_tx_wait_cmd_fifo_empty()
local
704
wait_count
= 0;
in mipi_tx_wait_cmd_fifo_empty()
708
wait_count
++;
in mipi_tx_wait_cmd_fifo_empty()
712
if (
wait_count
> MIPI_TX_READ_TIMEOUT_CNT) {
in mipi_tx_wait_cmd_fifo_empty()
724
unsigned int
wait_count
;
in mipi_tx_wait_write_fifo_empty()
local
726
wait_count
= 0;
in mipi_tx_wait_write_fifo_empty()
730
wait_count
++;
in mipi_tx_wait_write_fifo_empty()
734
if (
wait_count
> MIPI_TX_READ_TIMEOUT_CNT) {
in mipi_tx_wait_write_fifo_empty()
746
unsigned int
wait_count
;
in mipi_tx_wait_write_fifo_not_full()
local
748
wait_count
in mipi_tx_wait_write_fifo_not_full()
865
unsigned int
wait_count
;
mipi_tx_wait_read_fifo_not_empty()
local
897
unsigned int
wait_count
;
mipi_tx_wait_read_fifo_empty()
local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
H
A
D
net_adpater.c
87
hi_u32
wait_count
= 10;
in wal_init_dev_addr()
local
103
while (g_wait_mac_set == 1 && (
wait_count
--) > 0) {
in wal_init_dev_addr()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
474
u64
wait_count
;
member
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
978
__schedstat_inc(se->statistics.
wait_count
);
in update_stats_wait_end()
Completed in 21 milliseconds