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:unpin
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
dma-buf.h
103
* @
unpin
113
void (*
unpin
)(struct dma_buf_attachment *attach);
member
248
*
unpin
any resources pinned in @begin_cpu_access.
267
* cache flushing to only the range specefied and to
unpin
any
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H
A
D
dma-buf.c
640
if (WARN_ON(exp_info->ops->cache_sgt_mapping && (exp_info->ops->pin || exp_info->ops->
unpin
))) {
in dma_buf_export()
644
if (WARN_ON(!exp_info->ops->pin != !exp_info->ops->
unpin
)) {
in dma_buf_export()
980
if (dmabuf->ops->
unpin
) {
in dma_buf_unpin()
981
dmabuf->ops->
unpin
(attach);
in dma_buf_unpin()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_gem.c
541
* Use drm_gem_put_pages() to release the array and
unpin
all pages.
1217
if (obj->funcs && obj->funcs->
unpin
)
in drm_gem_unpin()
1218
obj->funcs->
unpin
(obj);
in drm_gem_unpin()
Completed in 5 milliseconds