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_get
(Results
1 - 19
of
19
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H
A
D
mali_memory_dma_buf.c
260
buf =
dma_buf_get
(fd);
in mali_dma_buf_get_size()
287
buf =
dma_buf_get
(fd);
in mali_mem_bind_dma_buf()
H
A
D
mali_memory_secure.c
27
buf =
dma_buf_get
(mem_fd);
in mali_mem_secure_attach_dma_buf()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H
A
D
mali_memory_dma_buf.c
258
buf =
dma_buf_get
(fd);
in mali_dma_buf_get_size()
287
buf =
dma_buf_get
(fd);
in mali_mem_bind_dma_buf()
H
A
D
mali_memory_secure.c
26
buf =
dma_buf_get
(mem_fd);
in mali_mem_secure_attach_dma_buf()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
dma-buf.h
598
struct dma_buf *
dma_buf_get
(int fd);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/
H
A
D
ump_ukk_ref_wrappers.c
135
dma_buf =
dma_buf_get
(ump_dmabuf.fd);
in ump_dmabuf_import_wrapper()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H
A
D
rga_dma_buf.c
803
dma_buf =
dma_buf_get
(fd);
in rga_dma_map_fd()
805
pr_err("
dma_buf_get
fail fd[%d]\n", fd);
in rga_dma_map_fd()
1022
job->dma_buf_src0 =
dma_buf_get
(src0->yrgb_addr);
in rga_dma_buf_get()
1025
pr_err("%s src0
dma_buf_get
fail fd[%lu]\n",
in rga_dma_buf_get()
1035
job->dma_buf_dst =
dma_buf_get
(dst->yrgb_addr);
in rga_dma_buf_get()
1038
pr_err("%s dst
dma_buf_get
fail fd[%lu]\n",
in rga_dma_buf_get()
1048
job->dma_buf_src1 =
dma_buf_get
(src1->yrgb_addr);
in rga_dma_buf_get()
1051
pr_err("%s src1
dma_buf_get
fail fd[%lu]\n",
in rga_dma_buf_get()
1061
job->dma_buf_els =
dma_buf_get
(els->yrgb_addr);
in rga_dma_buf_get()
1064
pr_err("%s els
dma_buf_get
fai
in rga_dma_buf_get()
[all...]
H
A
D
rga_mm.c
630
dma_buf =
dma_buf_get
((int)external_buffer->memory);
in rga_mm_lookup_external()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H
A
D
mpp_iommu.c
35
dmabuf =
dma_buf_get
(fd);
in mpp_dma_find_buffer_fd()
189
dmabuf =
dma_buf_get
(fd);
in mpp_dma_import_fd()
191
mpp_err("
dma_buf_get
fd %d failed\n", fd);
in mpp_dma_import_fd()
H
A
D
mpp_rkvdec.c
532
dmabuf =
dma_buf_get
(fd);
in fill_scaling_list_pps()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H
A
D
mpp_iommu.c
36
dmabuf =
dma_buf_get
(fd);
in mpp_dma_find_buffer_fd()
195
dmabuf =
dma_buf_get
(fd);
in mpp_dma_import_fd()
197
mpp_err("
dma_buf_get
fd %d failed\n", fd);
in mpp_dma_import_fd()
H
A
D
mpp_rkvdec.c
566
dmabuf =
dma_buf_get
(fd);
in fill_scaling_list_pps()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H
A
D
dma-buf.c
585
*
dma_buf_get
(). Then the buffer is attached to the device using
597
* reference acquired with
dma_buf_get
by calling dma_buf_put().
741
*
dma_buf_get
- returns the dma_buf structure related to an fd
748
struct dma_buf *
dma_buf_get
(int fd)
in dma_buf_get()
function
764
EXPORT_SYMBOL_GPL(
dma_buf_get
);
variable
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_prime.c
301
dma_buf =
dma_buf_get
(prime_fd);
in drm_gem_prime_fd_to_handle()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H
A
D
rga2_mmu_info.c
271
dma_buf =
dma_buf_get
(fd);
in rga2_map_dma_buffer()
274
pr_err("
dma_buf_get
fail fd[%d]\n", fd);
in rga2_map_dma_buffer()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_mem_linux.c
820
dma_buf =
dma_buf_get
(fd);
in kbase_mem_from_umm()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_mem_linux.c
824
dma_buf =
dma_buf_get
(fd);
in kbase_mem_from_umm()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_mem_linux.c
1425
dma_buf =
dma_buf_get
(fd);
in kbase_mem_from_umm()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_mem_linux.c
1379
dma_buf =
dma_buf_get
(fd);
in kbase_mem_from_umm()
Completed in 30 milliseconds