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:dma_en
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H
A
D
app_demo_spi.c
86
test_spi_printf("dma en:%d", spi_para->
dma_en
);
in app_demo_spi_print_test_para()
572
hi_spi_set_dma_mode(spi_para->spi_id, spi_para->
dma_en
);
in app_demo_spi_test_cmd_mw_sr()
612
ret = hi_spi_set_dma_mode(spi_para->spi_id, spi_para->
dma_en
);
in app_demo_spi_test_cmd_mr_sw()
859
spi_para.
dma_en
= HI_FALSE;
in app_demo_spi_cmd_host_read()
883
spi_para.
dma_en
= HI_TRUE;
in app_demo_spi_cmd_slave_write()
907
spi_para.
dma_en
= HI_FALSE;
in app_demo_spi_cmd_host_write()
931
spi_para.
dma_en
= HI_TRUE;
in app_demo_spi_cmd_slave_read()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_spi.h
368
* @param
dma_en
[IN] type #hi_bool,enable dma. CNcomment:是否使用DMA方式。CNend
376
hi_u32 hi_spi_set_dma_mode(hi_spi_idx id, hi_bool
dma_en
);
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/include/
H
A
D
app_demo_spi.h
50
hi_bool
dma_en
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H
A
D
hi_spi.c
398
hi_u32 hi_spi_set_dma_mode(hi_spi_idx id, hi_bool
dma_en
)
in hi_spi_set_dma_mode()
argument
410
g_spi_ctrl[id]->use_dma =
dma_en
;
in hi_spi_set_dma_mode()
412
hi_unref_param(
dma_en
);
in hi_spi_set_dma_mode()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H
A
D
capture.c
2272
unsigned int
dma_en
= 0;
in rkcif_csi_channel_set_v1()
local
2316
if (stream->
dma_en
) {
in rkcif_csi_channel_set_v1()
2317
dma_en
= CSI_DMA_ENABLE;
in rkcif_csi_channel_set_v1()
2319
if (stream->
dma_en
& RKCIF_DMAEN_BY_VICAP) {
in rkcif_csi_channel_set_v1()
2321
} else if (stream->
dma_en
& RKCIF_DMAEN_BY_ISP) {
in rkcif_csi_channel_set_v1()
2325
val = CSI_ENABLE_CAPTURE |
dma_en
| channel->cmd_mode_en << 26 | CSI_ENABLE_CROP_V1 | channel->vc << 8 |
in rkcif_csi_channel_set_v1()
2393
stream->
dma_en
|= RKCIF_DMAEN_BY_VICAP;
in rkcif_csi_stream_start()
2396
stream->
dma_en
|= RKCIF_DMAEN_BY_ISP;
in rkcif_csi_stream_start()
2398
stream->
dma_en
|= RKCIF_DMAEN_BY_ISP;
in rkcif_csi_stream_start()
2408
if ((mode & RKCIF_STREAM_MODE_CAPTURE) == RKCIF_STREAM_MODE_CAPTURE && (!stream->
dma_en
)) {
in rkcif_csi_stream_start()
3545
unsigned int
dma_en
= 0;
rkcif_stream_start()
local
[all...]
H
A
D
dev.h
521
int
dma_en
;
member
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H
A
D
capture.c
2308
unsigned int
dma_en
= 0;
in rkcif_csi_channel_set_v1()
local
2362
if (stream->
dma_en
)
in rkcif_csi_channel_set_v1()
2363
dma_en
= CSI_DMA_ENABLE;
in rkcif_csi_channel_set_v1()
2364
if (stream->
dma_en
& RKCIF_DMAEN_BY_VICAP)
in rkcif_csi_channel_set_v1()
2368
else if (stream->
dma_en
& RKCIF_DMAEN_BY_ISP)
in rkcif_csi_channel_set_v1()
2374
val = CSI_ENABLE_CAPTURE |
dma_en
|
in rkcif_csi_channel_set_v1()
2441
stream->
dma_en
|= RKCIF_DMAEN_BY_VICAP;
in rkcif_csi_stream_start()
2445
stream->
dma_en
|= RKCIF_DMAEN_BY_ISP;
in rkcif_csi_stream_start()
2447
stream->
dma_en
|= RKCIF_DMAEN_BY_ISP;
in rkcif_csi_stream_start()
2456
(!stream->
dma_en
)) {
in rkcif_csi_stream_start()
3668
unsigned int
dma_en
= 0;
rkcif_stream_start()
local
[all...]
H
A
D
dev.h
480
int
dma_en
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/dma/
H
A
D
dma.h
171
hi_u32
dma_en
: 1;
member
Completed in 18 milliseconds