Searched refs:sclk_pixel (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/Documentation/devicetree/bindings/display/exynos/ |
| D | exynos_hdmi.txt | 19 c) sclk_pixel: Pixel special clock, one of the two possible inputs of 24 parents i.e. sclk_pixel and sclk_hdmiphy. If hdmiphy is stable 26 sclk_pixel. 28 "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy" and "mout_hdmi".
|
| /linux-4.4.14/drivers/media/platform/s5p-tv/ |
| D | hdmi_drv.c | 67 struct clk *sclk_pixel; member 559 clk_set_parent(res->sclk_hdmi, res->sclk_pixel); in hdmi_streamoff() 591 clk_set_parent(res->sclk_hdmi, res->sclk_pixel); in hdmi_resource_poweron() 785 res->sclk_pixel = ERR_PTR(-EINVAL); in hdmi_resource_clear_clocks() 804 if (!IS_ERR(res->sclk_pixel)) in hdmi_resources_cleanup() 805 clk_put(res->sclk_pixel); in hdmi_resources_cleanup() 842 res->sclk_pixel = clk_get(dev, "sclk_pixel"); in hdmi_resources_init() 843 if (IS_ERR(res->sclk_pixel)) { in hdmi_resources_init()
|
| /linux-4.4.14/drivers/gpu/drm/exynos/ |
| D | exynos_hdmi.c | 121 struct clk *sclk_pixel; member 1520 clk_set_parent(hdata->mout_hdmi, hdata->sclk_pixel); in hdmiphy_conf_reset() 1712 hdata->sclk_pixel = devm_clk_get(dev, "sclk_pixel"); in hdmi_resources_init() 1713 if (IS_ERR(hdata->sclk_pixel)) { in hdmi_resources_init() 1715 ret = PTR_ERR(hdata->sclk_pixel); in hdmi_resources_init() 1731 clk_set_parent(hdata->mout_hdmi, hdata->sclk_pixel); in hdmi_resources_init()
|
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | exynos4.dtsi | 720 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy",
|
| D | exynos5250.dtsi | 765 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
|
| D | exynos5420.dtsi | 697 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
|