OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_clk_hdmi
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/nvidia/
tegra_drm.h
72
struct clk *
sc_clk_hdmi
;
member in struct:tegra_drm_softc
tegra_drm.c
155
sc->
sc_clk_hdmi
= fdtbus_clock_get(node, "hdmi");
tegra_drm_mode.c
782
if (sc->
sc_clk_hdmi
== NULL ||
786
DRM_ERROR("clk: hdmi %p parent %p\n", sc->
sc_clk_hdmi
, sc->sc_clk_hdmi_parent);
874
error = clk_set_parent(sc->
sc_clk_hdmi
, sc->sc_clk_hdmi_parent);
881
error = clk_set_rate(sc->
sc_clk_hdmi
, rate);
886
error = clk_enable(sc->
sc_clk_hdmi
);
Completed in 42 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025