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:osal_hrtimer
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H
A
D
osal_timer.c
34
int osal_hrtimer_create(
osal_hrtimer
*hrtimer)
in osal_hrtimer_create()
38
int osal_hrtimer_start(
osal_hrtimer
*hrtimer)
in osal_hrtimer_start()
42
int osal_hrtimer_destory(
osal_hrtimer
*hrtimer)
in osal_hrtimer_destory()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H
A
D
hi_osal.h
167
typedef struct
osal_hrtimer
{
struct
171
}
osal_hrtimer
;
typedef
173
int osal_hrtimer_create(
osal_hrtimer
*hrtimer);
174
int osal_hrtimer_start(
osal_hrtimer
*hrtimer);
175
int osal_hrtimer_destory(
osal_hrtimer
*hrtimer);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
hi_osal.h
488
typedef struct
osal_hrtimer
{
struct
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_osal.h
485
typedef struct
osal_hrtimer
{
struct
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_osal.h
490
typedef struct
osal_hrtimer
{
struct
Completed in 6 milliseconds