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:video_dacs_ctrl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H
A
D
sti_hda.c
241
* @
video_dacs_ctrl
: video DACS control register
249
void __iomem *
video_dacs_ctrl
;
member
302
if (hda->
video_dacs_ctrl
) {
in hda_enable_hd_dacs()
305
val = readl(hda->
video_dacs_ctrl
);
in hda_enable_hd_dacs()
311
writel(val, hda->
video_dacs_ctrl
);
in hda_enable_hd_dacs()
360
if (hda->
video_dacs_ctrl
)
in hda_dbg_show()
361
hda_dbg_video_dacs_ctrl(s, hda->
video_dacs_ctrl
);
in hda_dbg_show()
766
hda->
video_dacs_ctrl
= devm_ioremap(dev, res->start,
in sti_hda_probe()
768
if (!hda->
video_dacs_ctrl
)
in sti_hda_probe()
773
hda->
video_dacs_ctrl
in sti_hda_probe()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H
A
D
sti_hda.c
242
* @
video_dacs_ctrl
: video DACS control register
250
void __iomem *
video_dacs_ctrl
;
member
303
if (hda->
video_dacs_ctrl
) {
in hda_enable_hd_dacs()
306
val = readl(hda->
video_dacs_ctrl
);
in hda_enable_hd_dacs()
312
writel(val, hda->
video_dacs_ctrl
);
in hda_enable_hd_dacs()
361
if (hda->
video_dacs_ctrl
)
in hda_dbg_show()
362
hda_dbg_video_dacs_ctrl(s, hda->
video_dacs_ctrl
);
in hda_dbg_show()
767
hda->
video_dacs_ctrl
= devm_ioremap(dev, res->start,
in sti_hda_probe()
769
if (!hda->
video_dacs_ctrl
)
in sti_hda_probe()
774
hda->
video_dacs_ctrl
in sti_hda_probe()
[all...]
Completed in 3 milliseconds