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:hd_regs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_hdmi.h
127
void __iomem *
hd_regs
;
member
H
A
D
vc4_hdmi.c
1594
vc4_hdmi->
hd_regs
= vc4_ioremap_regs(pdev, 1);
in vc4_hdmi_init_resources()
1595
if (IS_ERR(vc4_hdmi->
hd_regs
))
in vc4_hdmi_init_resources()
1596
return PTR_ERR(vc4_hdmi->
hd_regs
);
in vc4_hdmi_init_resources()
1643
vc4_hdmi->
hd_regs
= devm_ioremap(dev, res->start, resource_size(res));
in vc5_hdmi_init_resources()
1644
if (!vc4_hdmi->
hd_regs
)
in vc5_hdmi_init_resources()
H
A
D
vc4_hdmi_regs.h
366
return hdmi->
hd_regs
;
in __vc4_hdmi_get_field_base()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_hdmi.h
142
void __iomem *
hd_regs
;
member
H
A
D
vc4_hdmi_regs.h
420
return hdmi->
hd_regs
;
in __vc4_hdmi_get_field_base()
H
A
D
vc4_hdmi.c
3401
vc4_hdmi->
hd_regs
= vc4_ioremap_regs(pdev, 1);
in vc4_hdmi_init_resources()
3402
if (IS_ERR(vc4_hdmi->
hd_regs
))
in vc4_hdmi_init_resources()
3403
return PTR_ERR(vc4_hdmi->
hd_regs
);
in vc4_hdmi_init_resources()
3453
vc4_hdmi->
hd_regs
= devm_ioremap(dev, res->start, resource_size(res));
in vc5_hdmi_init_resources()
3454
if (!vc4_hdmi->
hd_regs
)
in vc5_hdmi_init_resources()
Completed in 10 milliseconds