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:clk_tmds
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H
A
D
sun8i_dw_hdmi.c
24
clk_set_rate(hdmi->
clk_tmds
, mode->crtc_clock * 1000);
in sun8i_dw_hdmi_encoder_mode_set()
136
hdmi->
clk_tmds
= devm_clk_get(dev, "tmds");
in sun8i_dw_hdmi_bind()
137
if (IS_ERR(hdmi->
clk_tmds
))
in sun8i_dw_hdmi_bind()
138
return dev_err_probe(dev, PTR_ERR(hdmi->
clk_tmds
),
in sun8i_dw_hdmi_bind()
158
ret = clk_prepare_enable(hdmi->
clk_tmds
);
in sun8i_dw_hdmi_bind()
207
clk_disable_unprepare(hdmi->
clk_tmds
);
in sun8i_dw_hdmi_bind()
223
clk_disable_unprepare(hdmi->
clk_tmds
);
in sun8i_dw_hdmi_unbind()
H
A
D
sun8i_dw_hdmi.h
181
struct clk *
clk_tmds
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H
A
D
sun8i_dw_hdmi.c
24
clk_set_rate(hdmi->
clk_tmds
, mode->crtc_clock * 1000);
in sun8i_dw_hdmi_encoder_mode_set()
161
hdmi->
clk_tmds
= devm_clk_get(dev, "tmds");
in sun8i_dw_hdmi_bind()
162
if (IS_ERR(hdmi->
clk_tmds
)) {
in sun8i_dw_hdmi_bind()
164
return PTR_ERR(hdmi->
clk_tmds
);
in sun8i_dw_hdmi_bind()
199
ret = clk_prepare_enable(hdmi->
clk_tmds
);
in sun8i_dw_hdmi_bind()
248
clk_disable_unprepare(hdmi->
clk_tmds
);
in sun8i_dw_hdmi_bind()
268
clk_disable_unprepare(hdmi->
clk_tmds
);
in sun8i_dw_hdmi_unbind()
H
A
D
sun8i_dw_hdmi.h
187
struct clk *
clk_tmds
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H
A
D
sti_hdmi.h
53
* @
clk_tmds
: hdmi tmds clock
79
struct clk *
clk_tmds
;
member
H
A
D
sti_hdmi.c
774
clk_disable_unprepare(hdmi->
clk_tmds
);
in sti_hdmi_disable()
886
if (clk_prepare_enable(hdmi->
clk_tmds
))
in sti_hdmi_pre_enable()
1413
hdmi->
clk_tmds
= devm_clk_get(dev, "tmds");
in sti_hdmi_probe()
1414
if (IS_ERR(hdmi->
clk_tmds
)) {
in sti_hdmi_probe()
1416
ret = PTR_ERR(hdmi->
clk_tmds
);
in sti_hdmi_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H
A
D
sti_hdmi.h
47
* @
clk_tmds
: hdmi tmds clock
72
struct clk *
clk_tmds
;
member
H
A
D
sti_hdmi.c
782
clk_disable_unprepare(hdmi->
clk_tmds
);
in sti_hdmi_disable()
894
if (clk_prepare_enable(hdmi->
clk_tmds
))
in sti_hdmi_pre_enable()
1421
hdmi->
clk_tmds
= devm_clk_get(dev, "tmds");
in sti_hdmi_probe()
1422
if (IS_ERR(hdmi->
clk_tmds
)) {
in sti_hdmi_probe()
1424
ret = PTR_ERR(hdmi->
clk_tmds
);
in sti_hdmi_probe()
Completed in 7 milliseconds