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:importer_ops
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
dma-buf.h
477
* @
importer_ops
: importer operations for this attachment, if provided
500
const struct dma_buf_attach_ops *
importer_ops
;
member
583
return !!attach->
importer_ops
;
in dma_buf_attachment_is_dynamic()
590
const struct dma_buf_attach_ops *
importer_ops
, void *importer_priv);
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H
A
D
dma-buf.c
814
* @
importer_ops
: [in] importer operations for the attachment
830
const struct dma_buf_attach_ops *
importer_ops
, void *importer_priv)
in dma_buf_dynamic_attach()
839
if (WARN_ON(
importer_ops
&& !
importer_ops
->move_notify)) {
in dma_buf_dynamic_attach()
850
if (
importer_ops
) {
in dma_buf_dynamic_attach()
851
attach->peer2peer =
importer_ops
->allow_peer2peer;
in dma_buf_dynamic_attach()
853
attach->
importer_ops
=
importer_ops
;
in dma_buf_dynamic_attach()
1109
list_for_each_entry(attach, &dmabuf->attachments, node) if (attach->
importer_ops
)
in dma_buf_move_notify()
1110
attach->
importer_ops
in dma_buf_move_notify()
829
dma_buf_dynamic_attach(struct dma_buf *dmabuf, struct device *dev, const struct dma_buf_attach_ops *
importer_ops
, void *importer_priv)
dma_buf_dynamic_attach()
argument
[all...]
Completed in 3 milliseconds