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:tegra_display_hub
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H
A
D
hub.h
40
struct
tegra_display_hub
{
struct
55
static inline struct
tegra_display_hub
*
58
return container_of(client, struct
tegra_display_hub
, client);
in to_tegra_display_hub()
78
int tegra_display_hub_prepare(struct
tegra_display_hub
*hub);
79
void tegra_display_hub_cleanup(struct
tegra_display_hub
*hub);
H
A
D
hub.c
139
int tegra_display_hub_prepare(struct
tegra_display_hub
*hub)
in tegra_display_hub_prepare()
160
void tegra_display_hub_cleanup(struct
tegra_display_hub
*hub)
in tegra_display_hub_cleanup()
558
struct
tegra_display_hub
*hub = tegra->hub;
in tegra_shared_plane_create()
627
tegra_display_hub_get_state(struct
tegra_display_hub
*hub,
in tegra_display_hub_get_state()
709
struct
tegra_display_hub
*hub = tegra->hub;
in tegra_display_hub_atomic_commit()
734
struct
tegra_display_hub
*hub = to_tegra_display_hub(client);
in tegra_display_hub_init()
764
struct
tegra_display_hub
*hub = to_tegra_display_hub(client);
in tegra_display_hub_runtime_suspend()
787
struct
tegra_display_hub
*hub = to_tegra_display_hub(client);
in tegra_display_hub_runtime_resume()
846
struct
tegra_display_hub
*hub;
in tegra_display_hub_probe()
965
struct
tegra_display_hub
*hu
in tegra_display_hub_remove()
[all...]
H
A
D
drm.h
59
struct
tegra_display_hub
*hub;
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H
A
D
hub.h
40
struct
tegra_display_hub
{
struct
55
static inline struct
tegra_display_hub
*
58
return container_of(client, struct
tegra_display_hub
, client);
in to_tegra_display_hub()
77
int tegra_display_hub_prepare(struct
tegra_display_hub
*hub);
78
void tegra_display_hub_cleanup(struct
tegra_display_hub
*hub);
H
A
D
hub.c
156
int tegra_display_hub_prepare(struct
tegra_display_hub
*hub)
in tegra_display_hub_prepare()
177
void tegra_display_hub_cleanup(struct
tegra_display_hub
*hub)
in tegra_display_hub_cleanup()
763
struct
tegra_display_hub
*hub = tegra->hub;
in tegra_shared_plane_create()
834
tegra_display_hub_get_state(struct
tegra_display_hub
*hub,
in tegra_display_hub_get_state()
916
struct
tegra_display_hub
*hub = tegra->hub;
in tegra_display_hub_atomic_commit()
941
struct
tegra_display_hub
*hub = to_tegra_display_hub(client);
in tegra_display_hub_init()
971
struct
tegra_display_hub
*hub = to_tegra_display_hub(client);
in tegra_display_hub_runtime_suspend()
994
struct
tegra_display_hub
*hub = to_tegra_display_hub(client);
in tegra_display_hub_runtime_resume()
1054
struct
tegra_display_hub
*hub;
in tegra_display_hub_probe()
1179
struct
tegra_display_hub
*hu
in tegra_display_hub_remove()
[all...]
H
A
D
drm.h
52
struct
tegra_display_hub
*hub;
Completed in 7 milliseconds