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:dmabuf_mgr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tee/
H
A
D
tee_shm_pool.c
68
struct tee_shm_pool_mgr *
dmabuf_mgr
;
in tee_shm_pool_alloc_res_mem()
local
89
dmabuf_mgr
= rc;
in tee_shm_pool_alloc_res_mem()
91
rc = tee_shm_pool_alloc(priv_mgr,
dmabuf_mgr
);
in tee_shm_pool_alloc_res_mem()
98
tee_shm_pool_mgr_destroy(
dmabuf_mgr
);
in tee_shm_pool_alloc_res_mem()
153
struct tee_shm_pool_mgr *
dmabuf_mgr
)
in tee_shm_pool_alloc()
157
if (!check_mgr_ops(priv_mgr) || !check_mgr_ops(
dmabuf_mgr
))
in tee_shm_pool_alloc()
165
pool->dma_buf_mgr =
dmabuf_mgr
;
in tee_shm_pool_alloc()
152
tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr, struct tee_shm_pool_mgr *
dmabuf_mgr
)
tee_shm_pool_alloc()
argument
/kernel/linux/linux-5.10/drivers/tee/amdtee/
H
A
D
shm_pool.c
71
struct tee_shm_pool_mgr *
dmabuf_mgr
;
in amdtee_config_shm()
local
84
dmabuf_mgr
= rc;
in amdtee_config_shm()
86
rc = tee_shm_pool_alloc(priv_mgr,
dmabuf_mgr
);
in amdtee_config_shm()
89
tee_shm_pool_mgr_destroy(
dmabuf_mgr
);
in amdtee_config_shm()
/kernel/linux/linux-5.10/drivers/tee/optee/
H
A
D
core.c
436
struct tee_shm_pool_mgr *
dmabuf_mgr
;
in optee_config_dyn_shm()
local
449
dmabuf_mgr
= rc;
in optee_config_dyn_shm()
451
rc = tee_shm_pool_alloc(priv_mgr,
dmabuf_mgr
);
in optee_config_dyn_shm()
454
tee_shm_pool_mgr_destroy(
dmabuf_mgr
);
in optee_config_dyn_shm()
474
struct tee_shm_pool_mgr *
dmabuf_mgr
;
in optee_config_shm_memremap()
local
519
dmabuf_mgr
= rc;
in optee_config_shm_memremap()
521
rc = tee_shm_pool_alloc(priv_mgr,
dmabuf_mgr
);
in optee_config_shm_memremap()
530
tee_shm_pool_mgr_destroy(
dmabuf_mgr
);
in optee_config_shm_memremap()
/kernel/linux/linux-5.10/include/linux/
H
A
D
tee_drv.h
244
* @
dmabuf_mgr
: manager for dma-buf shared memory allocations
252
struct tee_shm_pool_mgr *
dmabuf_mgr
);
Completed in 3 milliseconds