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_gma_crtc
(Results
1 - 25
of
26
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H
A
D
gma_display.c
55
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_pipe_set_base()
140
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_load_lut()
193
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_dpms()
328
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_cursor_set()
445
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_cursor_move()
499
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_destroy()
512
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_page_flip()
579
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_save()
622
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_restore()
756
to_gma_crtc
(crt
in gma_find_best_pll()
[all...]
H
A
D
cdv_intel_display.c
215
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_dpll_set_clock_cdv()
405
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_find_dp_pll()
462
gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_pipe_enabled()
493
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_update_wm()
578
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_crtc_mode_set()
842
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_crtc_clock_get()
920
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_crtc_mode_get()
H
A
D
psb_intel_display.c
99
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in psb_intel_crtc_mode_set()
300
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in psb_intel_crtc_clock_get()
376
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in psb_intel_crtc_mode_get()
542
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in psb_intel_get_crtc_from_pipe()
H
A
D
cdv_intel_hdmi.c
73
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_hdmi_mode_set()
161
struct gma_crtc *crtc =
to_gma_crtc
(encoder->crtc);
in cdv_hdmi_set_property()
H
A
D
oaktrail_crtc.c
218
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in oaktrail_crtc_dpms()
363
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in oaktrail_crtc_mode_set()
593
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in oaktrail_pipe_set_base()
H
A
D
cdv_intel_lvds.c
264
struct gma_crtc *gma_crtc =
to_gma_crtc
(encoder->crtc);
in cdv_intel_lvds_mode_set()
347
struct gma_crtc *crtc =
to_gma_crtc
(encoder->crtc);
in cdv_intel_lvds_set_property()
H
A
D
mdfld_intel_display.c
139
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in mdfld__intel_pipe_set_base()
276
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in mdfld_crtc_dpms()
640
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in mdfld_crtc_mode_set()
H
A
D
cdv_intel_crt.c
93
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_crt_mode_set()
H
A
D
psb_intel_drv.h
170
#define
to_gma_crtc
(x) \
macro
H
A
D
psb_intel_lvds.c
370
struct gma_crtc *gma_crtc =
to_gma_crtc
(encoder->crtc);
in psb_intel_lvds_mode_fixup()
546
struct gma_crtc *crtc =
to_gma_crtc
(encoder->crtc);
in psb_intel_lvds_set_property()
H
A
D
psb_irq.c
171
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in mid_pipe_event_handler()
H
A
D
mdfld_dsi_output.c
255
struct gma_crtc *gma_crtc =
to_gma_crtc
(encoder->crtc);
in mdfld_dsi_connector_set_property()
H
A
D
cdv_intel_dp.c
994
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_dp_set_m_n()
1045
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_dp_mode_set()
H
A
D
psb_intel_sdvo.c
972
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in psb_intel_sdvo_mode_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H
A
D
gma_display.c
63
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_pipe_set_base()
148
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_load_lut()
201
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_dpms()
335
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_cursor_set()
447
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_cursor_move()
501
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_destroy()
517
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_page_flip()
579
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_save()
622
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_crtc_restore()
756
to_gma_crtc
(crt
in gma_find_best_pll()
[all...]
H
A
D
cdv_intel_display.c
216
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_dpll_set_clock_cdv()
406
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_find_dp_pll()
463
gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_pipe_enabled()
494
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_update_wm()
579
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_crtc_mode_set()
839
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_crtc_clock_get()
917
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_crtc_mode_get()
H
A
D
psb_intel_display.c
101
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in psb_intel_crtc_mode_set()
306
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in psb_intel_crtc_clock_get()
382
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in psb_intel_crtc_mode_get()
533
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in psb_intel_get_crtc_from_pipe()
H
A
D
cdv_intel_hdmi.c
70
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_hdmi_mode_set()
158
struct gma_crtc *crtc =
to_gma_crtc
(encoder->crtc);
in cdv_hdmi_set_property()
H
A
D
oaktrail_crtc.c
221
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in oaktrail_crtc_dpms()
366
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in oaktrail_crtc_mode_set()
597
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in oaktrail_pipe_set_base()
H
A
D
cdv_intel_lvds.c
266
struct gma_crtc *gma_crtc =
to_gma_crtc
(encoder->crtc);
in cdv_intel_lvds_mode_set()
339
struct gma_crtc *crtc =
to_gma_crtc
(encoder->crtc);
in cdv_intel_lvds_set_property()
H
A
D
cdv_intel_crt.c
95
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_crt_mode_set()
H
A
D
psb_intel_drv.h
169
#define
to_gma_crtc
(x) \
macro
H
A
D
psb_intel_lvds.c
368
struct gma_crtc *gma_crtc =
to_gma_crtc
(encoder->crtc);
in psb_intel_lvds_mode_fixup()
534
struct gma_crtc *crtc =
to_gma_crtc
(encoder->crtc);
in psb_intel_lvds_set_property()
H
A
D
psb_irq.c
116
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in gma_pipe_event_handler()
H
A
D
cdv_intel_dp.c
990
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_dp_set_m_n()
1041
struct gma_crtc *gma_crtc =
to_gma_crtc
(crtc);
in cdv_intel_dp_mode_set()
Completed in 27 milliseconds
1
2