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_export
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
dma-buf.h
383
* This represents a shared buffer, created by calling
dma_buf_export
(). The
524
* with
dma_buf_export
() only.
595
struct dma_buf *
dma_buf_export
(const struct dma_buf_export_info *exp_info);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/init/linux/
H
A
D
hifb_init.c
503
fb_dma_buf =
dma_buf_export
(mem_block_data, &g_hifb_mem_block_ops, mem_size, flags, HI_NULL);
in hifb_memblock_export()
526
fb_dma_buf =
dma_buf_export
(&export_info);
in hifb_memblock_export()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
videobuf2-rdma-sg.c
479
dbuf =
dma_buf_export
(&exp_info);
in vb2_dma_sg_get_dmabuf()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
H
A
D
system_heap.c
482
dmabuf =
dma_buf_export
(&exp_info);
in system_heap_do_allocate()
H
A
D
cma_heap.c
348
dmabuf =
dma_buf_export
(&exp_info);
in cma_heap_allocate()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
videobuf2-rdma-sg.c
473
dbuf =
dma_buf_export
(&exp_info);
in vb2_dma_sg_get_dmabuf()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H
A
D
dma-buf.c
579
* DEFINE_DMA_BUF_EXPORT_INFO() and calls
dma_buf_export
() to wrap a private
604
*
dma_buf_export
- Creates a new dma_buf, and associates an anon file
620
struct dma_buf *
dma_buf_export
(const struct dma_buf_export_info *exp_info)
in dma_buf_export()
function
712
EXPORT_SYMBOL_GPL(
dma_buf_export
);
variable
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_prime.c
233
* @exp_info: the export information used by
dma_buf_export
()
235
* This wraps
dma_buf_export
() for use by generic GEM drivers that are using
236
* drm_gem_dmabuf_release(). In addition to calling
dma_buf_export
(), we take
247
dma_buf =
dma_buf_export
(exp_info);
in drm_gem_dmabuf_export()
Completed in 12 milliseconds