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:hi_event_delete
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H
A
D
hi_event.h
79
* @see
hi_event_delete
。
205
hi_u32
hi_event_delete
(hi_u32 id);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_event.h
75
* @see
hi_event_delete
。
196
hi_u32
hi_event_delete
(hi_u32 id);
H
A
D
hi_hook_fuc.h
69
typedef hi_u32 (*fuc_type_name(
hi_event_delete
))(hi_u32 id);
171
fuc_type_name(
hi_event_delete
) hi_event_delete_hook;
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H
A
D
uart.c
97
hi_event_delete
(udd->event_id);
in uart_open()
325
if (
hi_event_delete
(udd->event_id) != HI_ERR_SUCCESS) {
in uart_close()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
hi_event.c
234
hi_u32
hi_event_delete
(hi_u32 id)
in hi_event_delete()
function
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H
A
D
hi_spi.c
570
(hi_void)
hi_event_delete
(g_spi_ctrl[id]->event_id);
in hi_spi_init()
598
(hi_void)
hi_event_delete
(g_spi_ctrl[id]->event_id);
in hi_spi_deinit()
Completed in 3 milliseconds