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_up
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H
A
D
osal_semaphore.c
81
void
osal_up
(osal_semaphore_t *sem)
in osal_up()
function
88
EXPORT_SYMBOL(
osal_up
);
variable
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/mkp/include/
H
A
D
vou.h
319
osal_up
(dev_sem_); \
334
osal_up
(chn_sem_); \
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/product/hi3516cv500/
H
A
D
hdmi_product_define.h
72
#define hdmi_mutex_unlock(a)
osal_up
((osal_semaphore_t *)&(a))
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
H
A
D
mipi_tx.c
42
#define mipi_tx_up_sem()
osal_up
(&g_mipi_tx_dev_sem)
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
hi_osal.h
57
extern void
osal_up
(osal_semaphore_t *sem);
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_osal.h
54
extern void
osal_up
(osal_semaphore_t *sem);
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_osal.h
54
extern void
osal_up
(osal_semaphore_t *sem);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/mkp/src/
H
A
D
sys_ext.c
624
osal_up
(&g_sys_ctx.sem);
in sys_ioctl()
H
A
D
sys_bind.c
79
#define bind_sem_up()
osal_up
(&g_sys_dev_sem)
Completed in 9 milliseconds