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:to_tidss_crtc
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
H
A
D
tidss_crtc.c
63
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_vblank_irq()
72
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_framedone_irq()
79
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_error_irq()
93
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_atomic_check()
126
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_position_planes()
166
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_atomic_flush()
217
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_atomic_enable()
260
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_atomic_disable()
296
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_mode_valid()
383
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crt
in tidss_crtc_destroy()
[all...]
H
A
D
tidss_irq.c
27
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_irq_enable_vblank()
42
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_irq_disable_vblank()
67
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_irq_handler()
123
struct tidss_crtc *tcrtc =
to_tidss_crtc
(tidss->crtcs[i]);
in tidss_irq_postinstall()
H
A
D
tidss_crtc.h
15
#define
to_tidss_crtc
(c) container_of((c), struct tidss_crtc, crtc)
macro
H
A
D
tidss_plane.c
91
hw_videoport =
to_tidss_crtc
(state->crtc)->hw_videoport;
in tidss_plane_atomic_check()
117
hw_videoport =
to_tidss_crtc
(state->crtc)->hw_videoport;
in tidss_plane_atomic_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/
H
A
D
tidss_crtc.c
60
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_vblank_irq()
69
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_framedone_irq()
76
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_error_irq()
92
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_atomic_check()
125
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_position_planes()
167
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_atomic_flush()
220
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_atomic_enable()
263
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_atomic_disable()
309
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_crtc_mode_valid()
396
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crt
in tidss_crtc_destroy()
[all...]
H
A
D
tidss_irq.c
30
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_irq_enable_vblank()
45
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_irq_disable_vblank()
67
struct tidss_crtc *tcrtc =
to_tidss_crtc
(crtc);
in tidss_irq_handler()
123
struct tidss_crtc *tcrtc =
to_tidss_crtc
(tidss->crtcs[i]);
in tidss_irq_postinstall()
H
A
D
tidss_crtc.h
15
#define
to_tidss_crtc
(c) container_of((c), struct tidss_crtc, crtc)
macro
H
A
D
tidss_plane.c
98
hw_videoport =
to_tidss_crtc
(new_plane_state->crtc)->hw_videoport;
in tidss_plane_atomic_check()
125
hw_videoport =
to_tidss_crtc
(new_state->crtc)->hw_videoport;
in tidss_plane_atomic_update()
Completed in 4 milliseconds