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:vdda_reg
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H
A
D
hdmi5.c
115
r = regulator_enable(hdmi->
vdda_reg
);
in hdmi_power_on_core()
131
regulator_disable(hdmi->
vdda_reg
);
in hdmi_power_on_core()
141
regulator_disable(hdmi->
vdda_reg
);
in hdmi_power_off_core()
772
hdmi->
vdda_reg
= devm_regulator_get(&pdev->dev, "vdda");
in hdmi5_probe()
773
if (IS_ERR(hdmi->
vdda_reg
)) {
in hdmi5_probe()
774
r = PTR_ERR(hdmi->
vdda_reg
);
in hdmi5_probe()
H
A
D
hdmi4.c
109
r = regulator_enable(hdmi->
vdda_reg
);
in hdmi_power_on_core()
127
regulator_disable(hdmi->
vdda_reg
);
in hdmi_power_on_core()
142
regulator_disable(hdmi->
vdda_reg
);
in hdmi_power_off_core()
798
hdmi->
vdda_reg
= devm_regulator_get(&pdev->dev, "vdda");
in hdmi4_probe()
799
if (IS_ERR(hdmi->
vdda_reg
)) {
in hdmi4_probe()
800
r = PTR_ERR(hdmi->
vdda_reg
);
in hdmi4_probe()
H
A
D
hdmi.h
363
struct regulator *
vdda_reg
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H
A
D
hdmi4.c
110
r = regulator_enable(hdmi->
vdda_reg
);
in hdmi_power_on_core()
128
regulator_disable(hdmi->
vdda_reg
);
in hdmi_power_on_core()
143
regulator_disable(hdmi->
vdda_reg
);
in hdmi_power_off_core()
798
hdmi->
vdda_reg
= devm_regulator_get(&pdev->dev, "vdda");
in hdmi4_probe()
799
if (IS_ERR(hdmi->
vdda_reg
)) {
in hdmi4_probe()
800
r = PTR_ERR(hdmi->
vdda_reg
);
in hdmi4_probe()
H
A
D
hdmi5.c
116
r = regulator_enable(hdmi->
vdda_reg
);
in hdmi_power_on_core()
132
regulator_disable(hdmi->
vdda_reg
);
in hdmi_power_on_core()
142
regulator_disable(hdmi->
vdda_reg
);
in hdmi_power_off_core()
772
hdmi->
vdda_reg
= devm_regulator_get(&pdev->dev, "vdda");
in hdmi5_probe()
773
if (IS_ERR(hdmi->
vdda_reg
)) {
in hdmi5_probe()
774
r = PTR_ERR(hdmi->
vdda_reg
);
in hdmi5_probe()
H
A
D
hdmi.h
363
struct regulator *
vdda_reg
;
member
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
hdmi4.c
95
if (hdmi.
vdda_reg
!= NULL)
in hdmi_init_regulator()
106
hdmi.
vdda_reg
= reg;
in hdmi_init_regulator()
115
r = regulator_enable(hdmi.
vdda_reg
);
in hdmi_power_on_core()
131
regulator_disable(hdmi.
vdda_reg
);
in hdmi_power_on_core()
141
regulator_disable(hdmi.
vdda_reg
);
in hdmi_power_off_core()
H
A
D
hdmi5.c
114
if (hdmi.
vdda_reg
!= NULL)
in hdmi_init_regulator()
123
hdmi.
vdda_reg
= reg;
in hdmi_init_regulator()
132
r = regulator_enable(hdmi.
vdda_reg
);
in hdmi_power_on_core()
148
regulator_disable(hdmi.
vdda_reg
);
in hdmi_power_on_core()
158
regulator_disable(hdmi.
vdda_reg
);
in hdmi_power_off_core()
H
A
D
hdmi.h
341
struct regulator *
vdda_reg
;
member
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
hdmi5.c
112
if (hdmi.
vdda_reg
!= NULL)
in hdmi_init_regulator()
121
hdmi.
vdda_reg
= reg;
in hdmi_init_regulator()
130
r = regulator_enable(hdmi.
vdda_reg
);
in hdmi_power_on_core()
146
regulator_disable(hdmi.
vdda_reg
);
in hdmi_power_on_core()
156
regulator_disable(hdmi.
vdda_reg
);
in hdmi_power_off_core()
H
A
D
hdmi4.c
93
if (hdmi.
vdda_reg
!= NULL)
in hdmi_init_regulator()
104
hdmi.
vdda_reg
= reg;
in hdmi_init_regulator()
113
r = regulator_enable(hdmi.
vdda_reg
);
in hdmi_power_on_core()
129
regulator_disable(hdmi.
vdda_reg
);
in hdmi_power_on_core()
139
regulator_disable(hdmi.
vdda_reg
);
in hdmi_power_off_core()
H
A
D
hdmi.h
341
struct regulator *
vdda_reg
;
member
Completed in 12 milliseconds