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_timer
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H
A
D
osal_timer.c
47
int osal_timer_init(
osal_timer
*timer)
in osal_timer_init()
71
int osal_timer_set(
osal_timer
*timer, unsigned long interval)
in osal_timer_set()
89
int osal_timer_del(
osal_timer
*timer)
in osal_timer_del()
103
int osal_timer_destory(
osal_timer
*timer)
in osal_timer_destory()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H
A
D
hi_osal.h
124
}
osal_timer
;
typedef
131
int osal_timer_init(
osal_timer
*timer);
132
int osal_timer_set(
osal_timer
*timer, unsigned long interval); // ms
133
int osal_timer_del(
osal_timer
*timer);
134
int osal_timer_destory(
osal_timer
*timer);
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/
H
A
D
Makefile
146
osal/
osal_timer
.o \
209
osal/
osal_timer
.o \
/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
H
A
D
eth_mac.h
22
#include <
osal_timer
.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H
A
D
Makefile
45
osal_semaphore.o osal_spinlock.o osal_string.o osal_task.o
osal_timer
.o osal_wait.o osal_workqueue.o \
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_ir/
H
A
D
hiir.c
102
static struct
osal_timer
g_repkey_timeout_timer;
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
hi_osal.h
458
typedef struct
osal_timer
{
struct
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_osal.h
455
typedef struct
osal_timer
{
struct
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_osal.h
460
typedef struct
osal_timer
{
struct
Completed in 7 milliseconds