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 - 21
of
21
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
dma-buf.h
506
struct dma_buf *
dma_buf_get
(int fd);
/kernel/linux/linux-6.6/include/linux/
H
A
D
dma-buf.h
314
* See
dma_buf_get
() and dma_buf_put().
609
struct dma_buf *
dma_buf_get
(int fd);
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
umem_dmabuf.c
130
dmabuf =
dma_buf_get
(fd);
in ib_umem_dmabuf_get()
/kernel/linux/linux-5.10/drivers/dma-buf/
H
A
D
dma-buf.c
489
*
dma_buf_get
(). Then the buffer is attached to the device using
501
* reference acquired with
dma_buf_get
by calling dma_buf_put().
642
*
dma_buf_get
- returns the dma_buf structure related to an fd
649
struct dma_buf *
dma_buf_get
(int fd)
in dma_buf_get()
function
665
EXPORT_SYMBOL_GPL(
dma_buf_get
);
variable
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
ttm_object.c
550
dma_buf =
dma_buf_get
(fd);
in ttm_prime_fd_to_handle()
/kernel/linux/linux-6.6/drivers/dma-buf/
H
A
D
dma-buf.c
573
*
dma_buf_get
(). Then the buffer is attached to the device using
585
* reference acquired with
dma_buf_get
() by calling dma_buf_put().
719
*
dma_buf_get
- returns the struct dma_buf related to an fd
726
struct dma_buf *
dma_buf_get
(int fd)
in dma_buf_get()
function
742
EXPORT_SYMBOL_NS_GPL(
dma_buf_get
, DMA_BUF);
829
* -
dma_buf_get
()
/kernel/linux/common_modules/tzdriver/ion/
H
A
D
dynamic_ion_mem.c
634
drm_dma_buf =
dma_buf_get
(ion_shared_fd);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_amdkfd.c
488
dma_buf =
dma_buf_get
(dma_buf_fd);
in amdgpu_amdkfd_get_dmabuf_info()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_prime.c
305
dma_buf =
dma_buf_get
(prime_fd);
in drm_gem_prime_fd_to_handle()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
ttm_object.c
657
dma_buf =
dma_buf_get
(fd);
in ttm_prime_fd_to_handle()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_amdkfd.c
504
dma_buf =
dma_buf_get
(dma_buf_fd);
in amdgpu_amdkfd_get_dmabuf_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_prime.c
303
dma_buf =
dma_buf_get
(prime_fd);
in drm_gem_prime_fd_to_handle()
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
gntdev-dmabuf.c
583
dma_buf =
dma_buf_get
(fd);
in dmabuf_imp_to_refs()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
gntdev-dmabuf.c
577
dma_buf =
dma_buf_get
(fd);
in dmabuf_imp_to_refs()
/kernel/linux/linux-5.10/drivers/staging/media/tegra-vde/
H
A
D
vde.c
504
dmabuf =
dma_buf_get
(fd);
in tegra_vde_attach_dmabuf()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_chardev.c
1713
dmabuf =
dma_buf_get
(args->dmabuf_fd);
in kfd_ioctl_import_dmabuf()
/kernel/linux/linux-5.10/drivers/misc/
H
A
D
fastrpc.c
643
map->buf =
dma_buf_get
(fd);
in fastrpc_map_create()
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H
A
D
videobuf2-core.c
1242
struct dma_buf *dbuf =
dma_buf_get
(planes[plane].m.fd);
in __prepare_dmabuf()
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
fastrpc.c
775
map->buf =
dma_buf_get
(fd);
in fastrpc_map_create()
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H
A
D
videobuf2-core.c
1260
struct dma_buf *dbuf =
dma_buf_get
(planes[plane].m.fd);
in __prepare_dmabuf()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_chardev.c
1569
dmabuf =
dma_buf_get
(args->dmabuf_fd);
in kfd_ioctl_import_dmabuf()
Completed in 36 milliseconds