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:himciEvent
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/common/platform/mmc/himci_v200/
H
A
D
himci.c
539
status = HIMCI_EVENT_WAIT(&host->
himciEvent
, (HIMCI_PEND_DTO_M | HIMCI_PEND_ACCIDENT), timeout);
in HimciWaitCmdComplete()
1128
ctrl = HIMCI_EVENT_WAIT(&host->
himciEvent
, HIMCI_PEND_DTO_M, HIMCI_VOLT_SWITCH_TIMEOUT);
in HimciVoltageSwitchTo1v8()
1145
ctrl = HIMCI_EVENT_WAIT(&host->
himciEvent
, HIMCI_PEND_DTO_M, 10);
in HimciVoltageSwitchTo1v8()
1615
(void)HIMCI_EVENT_SIGNAL(&host->
himciEvent
, HIMCI_PEND_ACCIDENT);
in HimciRescanSdioDev()
1734
(void)HIMCI_EVENT_SIGNAL(&host->
himciEvent
, HIMCI_PEND_ACCIDENT);
in HimciIrqHandler()
1763
(void)HIMCI_EVENT_SIGNAL(&host->
himciEvent
, HIMCI_PEND_DTO_M);
in HimciIrqHandler()
1779
if (HIMCI_EVENT_INIT(&host->
himciEvent
) != HDF_SUCCESS) {
in HimciHostInit()
1780
HDF_LOGE("HimciHostInit:
himciEvent
init fail!");
in HimciHostInit()
1878
(void)HIMCI_EVENT_DELETE(&host->
himciEvent
);
in HimciDeleteHost()
H
A
D
himci.h
538
HIMCI_EVENT
himciEvent
;
member
Completed in 5 milliseconds