Searched refs:sclk_pixel (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
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.1.27/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() 779 res->sclk_pixel = ERR_PTR(-EINVAL); in hdmi_resource_clear_clocks() 798 if (!IS_ERR(res->sclk_pixel)) in hdmi_resources_cleanup() 799 clk_put(res->sclk_pixel); in hdmi_resources_cleanup() 836 res->sclk_pixel = clk_get(dev, "sclk_pixel"); in hdmi_resources_init() 837 if (IS_ERR(res->sclk_pixel)) { in hdmi_resources_init()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_hdmi.c | 82 struct clk *sclk_pixel; member 1675 clk_set_parent(hdata->res.mout_hdmi, hdata->res.sclk_pixel); in hdmiphy_conf_reset() 2195 res->sclk_pixel = devm_clk_get(dev, "sclk_pixel"); in hdmi_resources_init() 2196 if (IS_ERR(res->sclk_pixel)) { in hdmi_resources_init() 2198 ret = PTR_ERR(res->sclk_pixel); in hdmi_resources_init() 2214 clk_set_parent(res->mout_hdmi, res->sclk_pixel); 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 | 760 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
|
D | exynos5420.dtsi | 733 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
|