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_to_obj
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_dmabuf.c
15
static struct drm_i915_gem_object *
dma_buf_to_obj
(struct dma_buf *buf)
in dma_buf_to_obj()
function
23
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(attachment->dmabuf);
in i915_gem_map_dma_buf()
71
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(attachment->dmabuf);
in i915_gem_unmap_dma_buf()
82
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(dma_buf);
in i915_gem_dmabuf_vmap()
89
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(dma_buf);
in i915_gem_dmabuf_vunmap()
97
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(dma_buf);
in i915_gem_dmabuf_mmap()
118
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(dma_buf);
in i915_gem_begin_cpu_access()
140
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(dma_buf);
in i915_gem_end_cpu_access()
230
obj =
dma_buf_to_obj
(dma_buf);
in i915_gem_prime_import()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_dmabuf.c
23
static struct drm_i915_gem_object *
dma_buf_to_obj
(struct dma_buf *buf)
in dma_buf_to_obj()
function
31
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(attach->dmabuf);
in i915_gem_map_dma_buf()
73
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(dma_buf);
in i915_gem_dmabuf_vmap()
88
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(dma_buf);
in i915_gem_dmabuf_vunmap()
96
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(dma_buf);
in i915_gem_dmabuf_mmap()
120
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(dma_buf);
in i915_gem_begin_cpu_access()
145
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(dma_buf);
in i915_gem_end_cpu_access()
170
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(dmabuf);
in i915_gem_dmabuf_attach()
199
struct drm_i915_gem_object *obj =
dma_buf_to_obj
(dmabuf);
in i915_gem_dmabuf_detach()
292
obj =
dma_buf_to_obj
(dma_bu
in i915_gem_prime_import()
[all...]
Completed in 1 milliseconds