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_buf_vmap
(Results
1 - 11
of
11
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
dma-buf.h
612
void *
dma_buf_vmap
(struct dma_buf *);
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
videobuf2-rdma-sg.c
263
buf->vaddr =
dma_buf_vmap
(buf->db_attach->dmabuf);
in vb2_dma_sg_vaddr()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H
A
D
mpp_iommu.c
286
vaddr =
dma_buf_vmap
(dmabuf);
in mpp_dma_map_kernel()
H
A
D
mpp_rkvdec.c
544
vaddr =
dma_buf_vmap
(dmabuf);
in fill_scaling_list_pps()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
videobuf2-rdma-sg.c
254
buf->vaddr =
dma_buf_vmap
(buf->db_attach->dmabuf);
in vb2_dma_sg_vaddr()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H
A
D
mpp_iommu.c
292
vaddr =
dma_buf_vmap
(dmabuf);
in mpp_dma_map_kernel()
H
A
D
mpp_rkvdec.c
578
vaddr =
dma_buf_vmap
(dmabuf);
in fill_scaling_list_pps()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H
A
D
dma-buf.c
1130
* void \*
dma_buf_vmap
(struct dma_buf \*dmabuf)
1376
*
dma_buf_vmap
- Create virtual mapping for the buffer object into kernel
1387
void *
dma_buf_vmap
(struct dma_buf *dmabuf)
in dma_buf_vmap()
function
1424
EXPORT_SYMBOL_GPL(
dma_buf_vmap
);
variable
1427
* dma_buf_vunmap - Unmap a vmap obtained by
dma_buf_vmap
.
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H
A
D
rga_dma_buf.c
780
vaddr =
dma_buf_vmap
(dma_buf);
in rga_dma_memory_check()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H
A
D
drv_media_mem.c
944
kdata->kvirt =
dma_buf_vmap
(mmb->handle);
in _mmb_map2kern()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H
A
D
rga2_mmu_info.c
245
vaddr =
dma_buf_vmap
(dma_buffer);
in rga2_dma_memory_check()
Completed in 17 milliseconds