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:sun4i_crtc
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H
A
D
sun4i_crtc.c
26
#include "
sun4i_crtc
.h"
50
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_atomic_check()
63
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_atomic_begin()
84
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_atomic_flush()
107
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_atomic_disable()
128
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_atomic_enable()
141
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_mode_set_nofb()
157
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_enable_vblank()
168
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_disable_vblank()
186
struct
sun4i_crtc
*sun4i_crtc_ini
[all...]
H
A
D
sun4i_crtc.h
12
struct
sun4i_crtc
{
struct
20
static inline struct
sun4i_crtc
*drm_crtc_to_sun4i_crtc(struct drm_crtc *crtc)
in drm_crtc_to_sun4i_crtc()
22
return container_of(crtc, struct
sun4i_crtc
, crtc);
in drm_crtc_to_sun4i_crtc()
25
struct
sun4i_crtc
*sun4i_crtc_init(struct drm_device *drm,
H
A
D
sun4i_tv.c
24
#include "
sun4i_crtc
.h"
345
struct
sun4i_crtc
*crtc = drm_crtc_to_sun4i_crtc(encoder->crtc);
in sun4i_tv_disable()
359
struct
sun4i_crtc
*crtc = drm_crtc_to_sun4i_crtc(encoder->crtc);
in sun4i_tv_enable()
H
A
D
sun4i_tcon.h
282
struct
sun4i_crtc
*crtc;
H
A
D
sun4i_tcon.c
32
#include "
sun4i_crtc
.h"
733
struct
sun4i_crtc
*scrtc)
in sun4i_tcon_finish_page_flip()
750
struct
sun4i_crtc
*scrtc = tcon->crtc;
in sun4i_tcon_handler()
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H
A
D
sun4i_crtc.c
27
#include "
sun4i_crtc
.h"
53
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_atomic_check()
68
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_atomic_begin()
89
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_atomic_flush()
112
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_atomic_disable()
133
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_atomic_enable()
146
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_mode_set_nofb()
163
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_enable_vblank()
174
struct
sun4i_crtc
*scrtc = drm_crtc_to_sun4i_crtc(crtc);
in sun4i_crtc_disable_vblank()
192
struct
sun4i_crtc
*sun4i_crtc_ini
[all...]
H
A
D
sun4i_crtc.h
12
struct
sun4i_crtc
{
struct
20
static inline struct
sun4i_crtc
*drm_crtc_to_sun4i_crtc(struct drm_crtc *crtc)
in drm_crtc_to_sun4i_crtc()
22
return container_of(crtc, struct
sun4i_crtc
, crtc);
in drm_crtc_to_sun4i_crtc()
25
struct
sun4i_crtc
*sun4i_crtc_init(struct drm_device *drm,
H
A
D
sun4i_tv.c
25
#include "
sun4i_crtc
.h"
267
struct
sun4i_crtc
*crtc = drm_crtc_to_sun4i_crtc(encoder->crtc);
in sun4i_tv_disable()
282
struct
sun4i_crtc
*crtc = drm_crtc_to_sun4i_crtc(encoder->crtc);
in sun4i_tv_enable()
H
A
D
sun4i_tcon.h
283
struct
sun4i_crtc
*crtc;
H
A
D
sun4i_tcon.c
33
#include "
sun4i_crtc
.h"
740
struct
sun4i_crtc
*scrtc)
in sun4i_tcon_finish_page_flip()
757
struct
sun4i_crtc
*scrtc = tcon->crtc;
in sun4i_tcon_handler()
Completed in 9 milliseconds