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_spinlock
(Results
1 - 11
of
11
) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H
A
D
osal_spinlock.c
27
int osal_spin_lock_init(
osal_spinlock
*lock)
in osal_spin_lock_init()
46
void osal_spin_lock(
osal_spinlock
*lock)
in osal_spin_lock()
60
int osal_spin_trylock(
osal_spinlock
*lock)
in osal_spin_trylock()
75
void osal_spin_unlock(
osal_spinlock
*lock)
in osal_spin_unlock()
89
void osal_spin_lock_irqsave(
osal_spinlock
*lock, unsigned long *flags)
in osal_spin_lock_irqsave()
106
void osal_spin_unlock_irqrestore(
osal_spinlock
*lock, unsigned long *flags)
in osal_spin_unlock_irqrestore()
120
void osal_spin_lock_destory(
osal_spinlock
*lock)
in osal_spin_lock_destory()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H
A
D
hi_osal.h
76
}
osal_spinlock
;
typedef
78
int osal_spin_lock_init(
osal_spinlock
*lock);
79
void osal_spin_lock(
osal_spinlock
*lock);
80
int osal_spin_trylock(
osal_spinlock
*lock);
81
void osal_spin_unlock(
osal_spinlock
*lock);
82
void osal_spin_lock_irqsave(
osal_spinlock
*lock, unsigned long *flags);
83
void osal_spin_unlock_irqrestore(
osal_spinlock
*lock, unsigned long *flags);
85
void osal_spin_lock_destory(
osal_spinlock
*lock);
/device/soc/hisilicon/common/platform/hieth-sf/include/
H
A
D
hieth.h
19
#include <
osal_spinlock
.h>
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/
H
A
D
Makefile
136
osal/
osal_spinlock
.o \
199
osal/
osal_spinlock
.o \
/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/wtdg/
H
A
D
hi_wtdg.c
79
static struct
osal_spinlock
g_hidog_lock;
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
hi_osal.h
74
typedef struct
osal_spinlock
{
struct
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_osal.h
71
typedef struct
osal_spinlock
{
struct
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_osal.h
71
typedef struct
osal_spinlock
{
struct
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiirq/kernel/
H
A
D
hiirq.c
35
static
osal_spinlock
g_irq_spin_lock = { 0 };
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/gpio_i2c/
H
A
D
drv_gpio_i2c.c
40
static
osal_spinlock
g_gpio_i2c_lock;
Completed in 10 milliseconds