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:hdmi_supply
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/
H
A
D
meson_dw_hdmi.c
148
struct regulator *
hdmi_supply
;
member
1009
meson_dw_hdmi->
hdmi_supply
= devm_regulator_get_optional(dev, "hdmi");
in meson_dw_hdmi_bind()
1010
if (IS_ERR(meson_dw_hdmi->
hdmi_supply
)) {
in meson_dw_hdmi_bind()
1011
if (PTR_ERR(meson_dw_hdmi->
hdmi_supply
) == -EPROBE_DEFER)
in meson_dw_hdmi_bind()
1013
meson_dw_hdmi->
hdmi_supply
= NULL;
in meson_dw_hdmi_bind()
1015
ret = regulator_enable(meson_dw_hdmi->
hdmi_supply
);
in meson_dw_hdmi_bind()
1019
meson_dw_hdmi->
hdmi_supply
);
in meson_dw_hdmi_bind()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H
A
D
sor.c
438
struct regulator *
hdmi_supply
;
member
2994
sor->
hdmi_supply
= devm_regulator_get(sor->dev, "hdmi");
in tegra_sor_hdmi_probe()
2995
if (IS_ERR(sor->
hdmi_supply
)) {
in tegra_sor_hdmi_probe()
2997
PTR_ERR(sor->
hdmi_supply
));
in tegra_sor_hdmi_probe()
2998
return PTR_ERR(sor->
hdmi_supply
);
in tegra_sor_hdmi_probe()
3001
err = tegra_sor_enable_regulator(sor, sor->
hdmi_supply
);
in tegra_sor_hdmi_probe()
4007
if (sor->
hdmi_supply
) {
in tegra_sor_suspend()
4008
err = regulator_disable(sor->
hdmi_supply
);
in tegra_sor_suspend()
4023
if (sor->
hdmi_supply
) {
in tegra_sor_resume()
4024
err = regulator_enable(sor->
hdmi_supply
);
in tegra_sor_resume()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H
A
D
sor.c
438
struct regulator *
hdmi_supply
;
member
2986
sor->
hdmi_supply
= devm_regulator_get(sor->dev, "hdmi");
in tegra_sor_hdmi_probe()
2987
if (IS_ERR(sor->
hdmi_supply
))
in tegra_sor_hdmi_probe()
2988
return dev_err_probe(sor->dev, PTR_ERR(sor->
hdmi_supply
),
in tegra_sor_hdmi_probe()
2991
err = tegra_sor_enable_regulator(sor, sor->
hdmi_supply
);
in tegra_sor_hdmi_probe()
3994
if (sor->
hdmi_supply
) {
in tegra_sor_suspend()
3995
err = regulator_disable(sor->
hdmi_supply
);
in tegra_sor_suspend()
4010
if (sor->
hdmi_supply
) {
in tegra_sor_resume()
4011
err = regulator_enable(sor->
hdmi_supply
);
in tegra_sor_resume()
4020
if (sor->
hdmi_supply
)
in tegra_sor_resume()
[all...]
Completed in 10 milliseconds