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_ops
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/trace/hooks/
H
A
D
cam_heap_hooks.h
24
struct
dma_buf_ops
;
29
struct
dma_buf_ops
*pcma_heap_buf_ops, struct dma_heap *heap, void *data),
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
dma-buf.h
30
* struct
dma_buf_ops
- operations possible on struct dma_buf
35
struct
dma_buf_ops
{
struct
359
* @ops:
dma_buf_ops
associated with this buffer object.
396
const struct
dma_buf_ops
*ops;
529
const struct
dma_buf_ops
*ops;
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/init/linux/
H
A
D
hifb_init.c
477
struct
dma_buf_ops
g_hifb_mem_block_ops = {
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
videobuf2-rdma-sg.c
452
static const struct
dma_buf_ops
vb2_dma_sg_dmabuf_ops = {
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
H
A
D
system_heap.c
382
static const struct
dma_buf_ops
system_heap_buf_ops = {
H
A
D
cma_heap.c
259
static const struct
dma_buf_ops
cma_heap_buf_ops = {
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
videobuf2-rdma-sg.c
447
static const struct
dma_buf_ops
vb2_dma_sg_dmabuf_ops = {
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_prime.c
58
* &
dma_buf_ops
implementations for GEM drivers are all individually exported
69
* itself is dropped and its &
dma_buf_ops
.release function is called. For
265
* must use this in their &
dma_buf_ops
structure as the release callback.
570
* used as the &
dma_buf_ops
.attach callback. Must be used together with
590
* &
dma_buf_ops
.detach callback.
606
* can be used as the &
dma_buf_ops
.map_dma_buf callback. Should be used together
645
* This can be used as the &
dma_buf_ops
.unmap_dma_buf callback.
663
* Sets up a kernel virtual mapping. This can be used as the &
dma_buf_ops
.vmap
688
* &
dma_buf_ops
.vunmap callback. Calls into &drm_gem_object_funcs.vunmap for device specific handling.
762
* &
dma_buf_ops
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_drv.c
1501
static const struct
dma_buf_ops
rockchip_drm_gem_prime_dmabuf_ops = {
Completed in 10 milliseconds