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_wakeup
(Results
1 - 11
of
11
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H
A
D
osal_wait.c
196
void
osal_wakeup
(osal_wait_t *wait)
in osal_wakeup()
function
207
EXPORT_SYMBOL(
osal_wakeup
);
variable
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/include/
H
A
D
tde_define.h
144
#define tde_wakeup_interruptible(pqueue)
osal_wakeup
(pqueue)
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H
A
D
drv_hdmi_event.c
118
osal_wakeup
(&evt_info->wr_queue);
in drv_hdmi_event_deinit()
202
osal_wakeup
(&evt_info->wr_queue);
in drv_hdmi_event_pool_free()
257
osal_wakeup
(&evt_info->wr_queue);
in drv_hdmi_event_pool_write()
H
A
D
drv_hdmi_intf.c
1087
osal_wakeup
(&hdmi_dev->thread_info.wait_destroy);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_ir/
H
A
D
hiir.c
245
osal_wakeup
(&(g_hiir_dev.ir_key_wait));
in interrupt_rcv()
254
osal_wakeup
(&(g_hiir_dev.ir_key_wait));
in interrupt_rcv()
288
osal_wakeup
(&(g_hiir_dev.ir_key_wait));
in hiir_interrupt()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/
H
A
D
cmpi_log.c
188
osal_wakeup
(&(g_log_buf.block_wait));
in log_write()
502
osal_wakeup
(&(g_log_buf.block_wait));
in log_close()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/
H
A
D
tde_osilist.c
81
osal_wakeup
(&job->query);
in tde_osi_list_safe_destroy_job()
809
osal_wakeup
(&del_job->query);
812
osal_wakeup
(&g_tde_block_job_wq);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_irq/kernel/
H
A
D
hiirq.c
489
osal_wakeup
(&(irq_node->irq_wait));
in hiirq_interrupt()
535
osal_wakeup
(&(irq_node->irq_wait));
in hiirq_request_or_free_irq()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
hi_osal.h
180
extern void
osal_wakeup
(osal_wait_t *wait); /* same as wake_up_all */
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_osal.h
177
extern void
osal_wakeup
(osal_wait_t *wait); /* same as wake_up_all */
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_osal.h
177
extern void
osal_wakeup
(osal_wait_t *wait); /* same as wake_up_all */
Completed in 16 milliseconds