Searched refs:sclk_hdmiphy (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | exynos_hdmi.txt | 21 d) sclk_hdmiphy: HDMI PHY clock output, one of two possible inputs of 24 parents i.e. sclk_pixel and sclk_hdmiphy. If hdmiphy is stable 25 after configuration, parent is set to sclk_hdmiphy else 28 "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy" and "mout_hdmi".
|
/linux-4.1.27/drivers/media/platform/s5p-tv/ |
D | hdmi_drv.c | 68 struct clk *sclk_hdmiphy; member 537 clk_set_parent(res->sclk_hdmi, res->sclk_hdmiphy); in hdmi_streamon() 780 res->sclk_hdmiphy = ERR_PTR(-EINVAL); in hdmi_resource_clear_clocks() 796 if (!IS_ERR(res->sclk_hdmiphy)) in hdmi_resources_cleanup() 797 clk_put(res->sclk_hdmiphy); in hdmi_resources_cleanup() 841 res->sclk_hdmiphy = clk_get(dev, "sclk_hdmiphy"); in hdmi_resources_init() 842 if (IS_ERR(res->sclk_hdmiphy)) { in hdmi_resources_init()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_hdmi.c | 83 struct clk *sclk_hdmiphy; member 1493 clk_set_parent(hdata->res.mout_hdmi, hdata->res.sclk_hdmiphy); in hdmi_v13_mode_apply() 1655 clk_set_parent(hdata->res.mout_hdmi, hdata->res.sclk_hdmiphy); in hdmi_v14_mode_apply() 2201 res->sclk_hdmiphy = devm_clk_get(dev, "sclk_hdmiphy"); in hdmi_resources_init() 2202 if (IS_ERR(res->sclk_hdmiphy)) { in hdmi_resources_init() 2204 ret = PTR_ERR(res->sclk_hdmiphy); in hdmi_resources_init()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos4.dtsi | 696 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy",
|
D | exynos5250.dtsi | 761 "sclk_hdmiphy", "mout_hdmi";
|
D | exynos5420.dtsi | 734 "sclk_hdmiphy", "mout_hdmi";
|