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:to_tegra_bo
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H
A
D
gem.c
439
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_bo_free_object()
478
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_bo_fault()
499
struct tegra_bo *bo =
to_tegra_bo
(gem);
in __tegra_gem_mmap()
552
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_gem_prime_map_dma_buf()
585
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_gem_prime_unmap_dma_buf()
603
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_gem_prime_begin_cpu_access()
616
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_gem_prime_end_cpu_access()
640
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_gem_prime_vmap()
H
A
D
gem.h
46
static inline struct tegra_bo *
to_tegra_bo
(struct drm_gem_object *gem)
in to_tegra_bo()
function
H
A
D
fb.c
29
return
to_tegra_bo
(drm_gem_fb_get_obj(framebuffer, index));
in tegra_fb_get_plane()
161
planes[i] =
to_tegra_bo
(gem);
in tegra_fb_create()
H
A
D
drm.c
116
bo =
to_tegra_bo
(gem);
in host1x_bo_lookup()
367
bo =
to_tegra_bo
(gem);
in tegra_gem_mmap()
634
bo =
to_tegra_bo
(gem);
in tegra_gem_set_tiling()
656
bo =
to_tegra_bo
(gem);
in tegra_gem_get_tiling()
698
bo =
to_tegra_bo
(gem);
in tegra_gem_set_flags()
720
bo =
to_tegra_bo
(gem);
in tegra_gem_get_flags()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H
A
D
gem.c
498
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_bo_free_object()
546
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_bo_fault()
567
struct tegra_bo *bo =
to_tegra_bo
(gem);
in __tegra_gem_mmap()
619
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_gem_prime_map_dma_buf()
652
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_gem_prime_unmap_dma_buf()
670
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_gem_prime_begin_cpu_access()
683
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_gem_prime_end_cpu_access()
707
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_gem_prime_vmap()
722
struct tegra_bo *bo =
to_tegra_bo
(gem);
in tegra_gem_prime_vunmap()
783
bo =
to_tegra_bo
(ge
in tegra_gem_lookup()
[all...]
H
A
D
fb.c
23
return
to_tegra_bo
(drm_gem_fb_get_obj(framebuffer, index));
in tegra_fb_get_plane()
166
planes[i] =
to_tegra_bo
(gem);
in tegra_fb_create()
H
A
D
gem.h
52
static inline struct tegra_bo *
to_tegra_bo
(struct drm_gem_object *gem)
in to_tegra_bo()
function
H
A
D
drm.c
374
bo =
to_tegra_bo
(gem);
in tegra_gem_mmap()
648
bo =
to_tegra_bo
(gem);
in tegra_gem_set_tiling()
670
bo =
to_tegra_bo
(gem);
in tegra_gem_get_tiling()
712
bo =
to_tegra_bo
(gem);
in tegra_gem_set_flags()
734
bo =
to_tegra_bo
(gem);
in tegra_gem_get_flags()
Completed in 7 milliseconds