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:mtk_disp_ovl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H
A
D
mtk_disp_ovl.c
117
* struct
mtk_disp_ovl
- DISP_OVL driver structure
121
struct
mtk_disp_ovl
{
struct
133
struct
mtk_disp_ovl
*priv = dev_id;
in mtk_disp_ovl_irq_handler()
150
struct
mtk_disp_ovl
*ovl = dev_get_drvdata(dev);
in mtk_ovl_register_vblank_cb()
158
struct
mtk_disp_ovl
*ovl = dev_get_drvdata(dev);
in mtk_ovl_unregister_vblank_cb()
166
struct
mtk_disp_ovl
*ovl = dev_get_drvdata(dev);
in mtk_ovl_enable_vblank()
174
struct
mtk_disp_ovl
*ovl = dev_get_drvdata(dev);
in mtk_ovl_disable_vblank()
181
struct
mtk_disp_ovl
*ovl = dev_get_drvdata(dev);
in mtk_ovl_get_formats()
188
struct
mtk_disp_ovl
*ovl = dev_get_drvdata(dev);
in mtk_ovl_get_num_formats()
195
struct
mtk_disp_ovl
*ov
in mtk_ovl_clk_enable()
[all...]
H
A
D
Makefile
8
mtk_disp_ovl
.o \
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H
A
D
mtk_disp_ovl.c
67
* struct
mtk_disp_ovl
- DISP_OVL driver structure
71
struct
mtk_disp_ovl
{
struct
77
static inline struct
mtk_disp_ovl
*comp_to_ovl(struct mtk_ddp_comp *comp)
in comp_to_ovl()
79
return container_of(comp, struct
mtk_disp_ovl
, ddp_comp);
in comp_to_ovl()
84
struct
mtk_disp_ovl
*priv = dev_id;
in mtk_disp_ovl_irq_handler()
101
struct
mtk_disp_ovl
*ovl = comp_to_ovl(comp);
in mtk_ovl_enable_vblank()
110
struct
mtk_disp_ovl
*ovl = comp_to_ovl(comp);
in mtk_ovl_disable_vblank()
141
struct
mtk_disp_ovl
*ovl = comp_to_ovl(comp);
in mtk_ovl_layer_nr()
186
struct
mtk_disp_ovl
*ovl = comp_to_ovl(comp);
in mtk_ovl_layer_on()
214
static unsigned int ovl_fmt_convert(struct
mtk_disp_ovl
*ov
[all...]
H
A
D
Makefile
4
mtk_disp_ovl
.o \
Completed in 2 milliseconds