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:reg_hdmi_en
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H
A
D
exynos_hdmi.c
138
struct regulator *
reg_hdmi_en
;
member
1803
hdata->
reg_hdmi_en
= devm_regulator_get_optional(dev, "hdmi-en");
in hdmi_resources_init()
1805
if (PTR_ERR(hdata->
reg_hdmi_en
) != -ENODEV)
in hdmi_resources_init()
1806
if (IS_ERR(hdata->
reg_hdmi_en
))
in hdmi_resources_init()
1807
return PTR_ERR(hdata->
reg_hdmi_en
);
in hdmi_resources_init()
2016
if (!IS_ERR(hdata->
reg_hdmi_en
)) {
in hdmi_probe()
2017
ret = regulator_enable(hdata->
reg_hdmi_en
);
in hdmi_probe()
2049
if (!IS_ERR(hdata->
reg_hdmi_en
))
in hdmi_probe()
2050
regulator_disable(hdata->
reg_hdmi_en
);
in hdmi_probe()
2073
if (!IS_ERR(hdata->
reg_hdmi_en
))
in hdmi_remove()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H
A
D
exynos_hdmi.c
138
struct regulator *
reg_hdmi_en
;
member
1815
hdata->
reg_hdmi_en
= devm_regulator_get_optional(dev, "hdmi-en");
in hdmi_resources_init()
1817
if (PTR_ERR(hdata->
reg_hdmi_en
) != -ENODEV)
in hdmi_resources_init()
1818
if (IS_ERR(hdata->
reg_hdmi_en
))
in hdmi_resources_init()
1819
return PTR_ERR(hdata->
reg_hdmi_en
);
in hdmi_resources_init()
2026
if (!IS_ERR(hdata->
reg_hdmi_en
)) {
in hdmi_probe()
2027
ret = regulator_enable(hdata->
reg_hdmi_en
);
in hdmi_probe()
2059
if (!IS_ERR(hdata->
reg_hdmi_en
))
in hdmi_probe()
2060
regulator_disable(hdata->
reg_hdmi_en
);
in hdmi_probe()
2083
if (!IS_ERR(hdata->
reg_hdmi_en
))
in hdmi_remove()
[all...]
Completed in 6 milliseconds