Home
last modified time | relevance | path

Searched refs:sclk_hdmi (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/media/platform/s5p-tv/
Dhdmi_drv.c66 struct clk *sclk_hdmi; member
536 clk_disable(res->sclk_hdmi); in hdmi_streamon()
537 clk_set_parent(res->sclk_hdmi, res->sclk_hdmiphy); in hdmi_streamon()
538 clk_enable(res->sclk_hdmi); in hdmi_streamon()
558 clk_disable(res->sclk_hdmi); in hdmi_streamoff()
559 clk_set_parent(res->sclk_hdmi, res->sclk_pixel); in hdmi_streamoff()
560 clk_enable(res->sclk_hdmi); in hdmi_streamoff()
591 clk_set_parent(res->sclk_hdmi, res->sclk_pixel); in hdmi_resource_poweron()
593 clk_enable(res->sclk_hdmi); in hdmi_resource_poweron()
601 clk_disable(res->sclk_hdmi); in hdmi_resource_poweroff()
[all …]
Dmixer_drv.c72 clk_set_parent(res->sclk_mixer, res->sclk_hdmi); in mxr_streamer_get()
219 res->sclk_hdmi = ERR_PTR(-EINVAL); in mxr_resource_clear_clocks()
236 if (!IS_ERR(res->sclk_hdmi)) in mxr_release_clocks()
237 clk_put(res->sclk_hdmi); in mxr_release_clocks()
268 res->sclk_hdmi = clk_get(dev, "sclk_hdmi"); in mxr_acquire_clocks()
269 if (IS_ERR(res->sclk_hdmi)) { in mxr_acquire_clocks()
Dmixer.h223 struct clk *sclk_hdmi; member
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dexynos_mixer.txt16 b) sclk_hdmi: HDMI Special clock, one of the two possible inputs of
18 c) hdmi: Gate of HDMI IP bus clock, needed together with sclk_hdmi.
Dexynos_hdmi.txt18 b) sclk_hdmi: Gate of HDMI special clock.
28 "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy" and "mout_hdmi".
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_hdmi.c81 struct clk *sclk_hdmi; member
1492 clk_disable_unprepare(hdata->res.sclk_hdmi); in hdmi_v13_mode_apply()
1494 clk_prepare_enable(hdata->res.sclk_hdmi); in hdmi_v13_mode_apply()
1654 clk_disable_unprepare(hdata->res.sclk_hdmi); in hdmi_v14_mode_apply()
1656 clk_prepare_enable(hdata->res.sclk_hdmi); in hdmi_v14_mode_apply()
1674 clk_disable_unprepare(hdata->res.sclk_hdmi); in hdmiphy_conf_reset()
1676 clk_prepare_enable(hdata->res.sclk_hdmi); in hdmiphy_conf_reset()
2059 clk_prepare_enable(res->sclk_hdmi); in hdmi_poweron()
2081 clk_disable_unprepare(res->sclk_hdmi); in hdmi_poweroff()
2189 res->sclk_hdmi = devm_clk_get(dev, "sclk_hdmi"); in hdmi_resources_init()
[all …]
Dexynos_mixer.c62 struct clk *sclk_hdmi; member
779 mixer_res->sclk_hdmi = devm_clk_get(dev, "sclk_hdmi"); in mixer_resources_init()
780 if (IS_ERR(mixer_res->sclk_hdmi)) { in mixer_resources_init()
838 if (mixer_res->sclk_hdmi && mixer_res->mout_mixer) in vp_resources_init()
840 mixer_res->sclk_hdmi); in vp_resources_init()
/linux-4.1.27/arch/arm/boot/dts/
Dexynos4210.dtsi233 clock-names = "mixer", "hdmi", "sclk_hdmi", "vp", "mout_mixer",
Dexynos4x12.dtsi308 clock-names = "mixer", "hdmi", "sclk_hdmi", "vp";
Dexynos5250.dtsi760 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
772 clock-names = "mixer", "hdmi", "sclk_hdmi";
Dexynos5420.dtsi733 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
751 clock-names = "mixer", "hdmi", "sclk_hdmi";
Dexynos4.dtsi696 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy",