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_drm_crtc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H
A
D
mtk_drm_crtc.c
20
#include "
mtk_drm_crtc
.h"
27
* struct
mtk_drm_crtc
- MediaTek specific crtc structure.
37
struct
mtk_drm_crtc
{
struct
72
static inline struct
mtk_drm_crtc
*to_mtk_crtc(struct drm_crtc *c)
in to_mtk_crtc()
74
return container_of(c, struct
mtk_drm_crtc
, base);
in to_mtk_crtc()
82
static void mtk_drm_crtc_finish_page_flip(struct
mtk_drm_crtc
*mtk_crtc)
in mtk_drm_crtc_finish_page_flip()
94
static void mtk_drm_finish_page_flip(struct
mtk_drm_crtc
*mtk_crtc)
in mtk_drm_finish_page_flip()
105
struct
mtk_drm_crtc
*mtk_crtc = to_mtk_crtc(crtc);
in mtk_drm_crtc_destroy()
171
struct
mtk_drm_crtc
*mtk_crtc = to_mtk_crtc(crtc);
in mtk_drm_crtc_enable_vblank()
181
struct
mtk_drm_crtc
*mtk_crt
in mtk_drm_crtc_disable_vblank()
[all...]
H
A
D
Makefile
6
mtk_drm_crtc
.o \
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H
A
D
mtk_drm_crtc.c
23
#include "
mtk_drm_crtc
.h"
29
* struct
mtk_drm_crtc
- MediaTek specific crtc structure.
41
struct
mtk_drm_crtc
{
struct
81
static inline struct
mtk_drm_crtc
*to_mtk_crtc(struct drm_crtc *c)
in to_mtk_crtc()
83
return container_of(c, struct
mtk_drm_crtc
, base);
in to_mtk_crtc()
91
static void mtk_drm_crtc_finish_page_flip(struct
mtk_drm_crtc
*mtk_crtc)
in mtk_drm_crtc_finish_page_flip()
105
static void mtk_drm_finish_page_flip(struct
mtk_drm_crtc
*mtk_crtc)
in mtk_drm_finish_page_flip()
154
struct
mtk_drm_crtc
*mtk_crtc = to_mtk_crtc(crtc);
in mtk_drm_crtc_destroy()
235
static int mtk_crtc_ddp_clk_enable(struct
mtk_drm_crtc
*mtk_crtc)
in mtk_crtc_ddp_clk_enable()
255
static void mtk_crtc_ddp_clk_disable(struct
mtk_drm_crtc
*mtk_crt
[all...]
H
A
D
Makefile
11
mtk_drm_crtc
.o \
Completed in 4 milliseconds