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:imx_tve
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/
H
A
D
imx-tve.c
102
struct
imx_tve
{
struct
119
static inline struct
imx_tve
*con_to_tve(struct drm_connector *c)
in con_to_tve()
121
return container_of(c, struct
imx_tve
, connector);
in con_to_tve()
124
static inline struct
imx_tve
*enc_to_tve(struct drm_encoder *e)
in enc_to_tve()
126
return container_of(e, struct
imx_tve
, encoder);
in enc_to_tve()
129
static void tve_enable(struct
imx_tve
*tve)
in tve_enable()
147
static void tve_disable(struct
imx_tve
*tve)
in tve_disable()
153
static int tve_setup_tvout(struct
imx_tve
*tve)
in tve_setup_tvout()
158
static int tve_setup_vga(struct
imx_tve
*tve)
in tve_setup_vga()
198
struct
imx_tve
*tv
in imx_tve_connector_get_modes()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/
H
A
D
imx-tve.c
106
struct
imx_tve
*tve;
109
struct
imx_tve
{
struct
124
static inline struct
imx_tve
*con_to_tve(struct drm_connector *c)
in con_to_tve()
129
static inline struct
imx_tve
*enc_to_tve(struct drm_encoder *e)
in enc_to_tve()
134
static void tve_enable(struct
imx_tve
*tve)
in tve_enable()
152
static void tve_disable(struct
imx_tve
*tve)
in tve_disable()
158
static int tve_setup_tvout(struct
imx_tve
*tve)
in tve_setup_tvout()
163
static int tve_setup_vga(struct
imx_tve
*tve)
in tve_setup_vga()
203
struct
imx_tve
*tve = con_to_tve(connector);
in imx_tve_connector_get_modes()
224
struct
imx_tve
*tv
in imx_tve_connector_mode_valid()
[all...]
Completed in 2 milliseconds